>>> ocaml-uuseg: Building community/ocaml-uuseg 14.0.0-r4 (using abuild 3.17.0_rc1-r2) started Thu, 23 Apr 2026 17:19:10 +0000 >>> ocaml-uuseg: Validating /home/buildozer/aports/community/ocaml-uuseg/APKBUILD... >>> WARNING: ocaml-uuseg: No maintainer >>> ocaml-uuseg: Analyzing dependencies... >>> ocaml-uuseg: Installing for build: build-base ocaml-uucp-dev ocaml-uutf-dev ocaml ocamlbuild ocaml-compiler-libs ocaml-cmdliner-dev ocaml-findlib ocaml-topkg cmd:opam-installer ( 1/36) Installing ocaml-runtime (4.14.3-r0) ( 2/36) Installing ocaml (4.14.3-r0) ( 3/36) Installing readline (8.3.3-r1) ( 4/36) Installing bash (5.3.9-r1) Executing bash-5.3.9-r1.post-install ( 5/36) Installing libbz2 (1.0.8-r6) ( 6/36) Installing perl (5.42.2-r0) ( 7/36) Installing rpm-scripts (4.19.1.1-r5) ( 8/36) Installing ocaml-abuild-helper (4.14.3-r0) ( 9/36) Installing ocaml-uucp (14.0.0-r4) (10/36) Installing ocaml-uucp-dev (14.0.0-r4) (11/36) Installing ocaml-uutf (1.0.3-r4) (12/36) Installing ocaml-uutf-dev (1.0.3-r4) (13/36) Installing ocaml-ocamlbuild (0.14.1-r5) (14/36) Installing ncurses (6.6_p20260404-r0) (15/36) Installing ocamlbuild (0.14.1-r5) (16/36) Installing ocaml-compiler-libs (4.14.3-r0) (17/36) Installing ocaml-cmdliner (1.1.1-r5) (18/36) Installing ocaml-cmdliner-dev (1.1.1-r5) (19/36) Installing ocamlfind (1.9.6-r7) (20/36) Installing ocaml-findlib (1.9.6-r7) (21/36) Installing ocaml-topkg (1.0.5-r4) (22/36) Installing curl (8.19.0-r0) (23/36) Installing unzip (6.0-r16) (24/36) Installing coreutils-env (9.10-r1) (25/36) Installing coreutils-fmt (9.10-r1) (26/36) Installing coreutils-sha512sum (9.10-r1) (27/36) Installing libattr (2.5.2-r2) (28/36) Installing skalibs-libs (2.14.5.1-r0) (29/36) Installing utmps-libs (0.1.3.2-r1) (30/36) Installing coreutils (9.10-r1) (31/36) Installing bubblewrap (0.11.2-r0) (32/36) Installing opam (2.5.1-r0) (33/36) Installing .makedepends-ocaml-uuseg (20260423.171911) (34/36) Installing perl-error (0.17030-r0) (35/36) Installing perl-git (2.54.0-r0) (36/36) Installing git-perl (2.54.0-r0) Executing busybox-1.37.0-r31.trigger OK: 690.0 MiB in 139 packages >>> ocaml-uuseg: Cleaning up srcdir >>> ocaml-uuseg: Cleaning up pkgdir >>> ocaml-uuseg: Cleaning up tmpdir >>> ocaml-uuseg: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-uuseg-14.0.0.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 22929 100 22929 0 0 362.8k 0 0 100 22929 100 22929 0 0 362.3k 0 0 100 22929 100 22929 0 0 361.5k 0 0 /var/cache/distfiles/edge/ocaml-uuseg-14.0.0.tar.bz2: OK >>> ocaml-uuseg: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-uuseg-14.0.0.tar.bz2 /var/cache/distfiles/edge/ocaml-uuseg-14.0.0.tar.bz2: OK >>> ocaml-uuseg: Unpacking /var/cache/distfiles/edge/ocaml-uuseg-14.0.0.tar.bz2... ocamlfind ocamldep -package uucp -modules src/uuseg_base.ml > src/uuseg_base.ml.depends ocamlfind ocamldep -package uucp -modules src/uuseg_base.mli > src/uuseg_base.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_base.cmi src/uuseg_base.mli ocamlfind ocamldep -package uucp -modules src/uuseg_buf.ml > src/uuseg_buf.ml.depends ocamlfind ocamldep -package uucp -modules src/uuseg_buf.mli > src/uuseg_buf.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_buf.cmi src/uuseg_buf.mli ocamlfind ocamldep -package uucp -modules src/uuseg_grapheme_cluster.ml > src/uuseg_grapheme_cluster.ml.depends ocamlfind ocamldep -package uucp -modules src/uuseg_grapheme_cluster.mli > src/uuseg_grapheme_cluster.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_grapheme_cluster.cmi src/uuseg_grapheme_cluster.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_base.cmx src/uuseg_base.ml ocamlfind ocamldep -package uucp -modules src/uuseg_word.ml > src/uuseg_word.ml.depends ocamlfind ocamldep -package uucp -modules src/uuseg_word.mli > src/uuseg_word.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_word.cmi src/uuseg_word.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_buf.cmx src/uuseg_buf.ml ocamlfind ocamldep -package uucp -modules src/uuseg_sentence.ml > src/uuseg_sentence.ml.depends ocamlfind ocamldep -package uucp -modules src/uuseg_sentence.mli > src/uuseg_sentence.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_sentence.cmi src/uuseg_sentence.mli ocamlfind ocamldep -package uucp -modules src/uuseg_line_break.ml > src/uuseg_line_break.ml.depends ocamlfind ocamldep -package uucp -modules src/uuseg_line_break.mli > src/uuseg_line_break.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_line_break.cmi src/uuseg_line_break.mli ocamlfind ocamldep -package uucp -modules src/uuseg.ml > src/uuseg.ml.depends ocamlfind ocamldep -package uucp -modules src/uuseg.mli > src/uuseg.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg.cmi src/uuseg.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_grapheme_cluster.cmx src/uuseg_grapheme_cluster.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_line_break.cmx src/uuseg_line_break.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_sentence.cmx src/uuseg_sentence.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_word.cmx src/uuseg_word.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg.cmx src/uuseg.ml ocamlfind ocamlopt -a -package uucp -I src src/uuseg_base.cmx src/uuseg_buf.cmx src/uuseg_grapheme_cluster.cmx src/uuseg_word.cmx src/uuseg_sentence.cmx src/uuseg_line_break.cmx src/uuseg.cmx -o src/uuseg.cmxa ocamlfind ocamlopt -shared -linkall -package uucp -I src src/uuseg.cmxa -o src/uuseg.cmxs ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_base.cmo src/uuseg_base.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_buf.cmo src/uuseg_buf.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_grapheme_cluster.cmo src/uuseg_grapheme_cluster.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_word.cmo src/uuseg_word.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_sentence.cmo src/uuseg_sentence.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg_line_break.cmo src/uuseg_line_break.ml ocamlfind ocamlc -c -g -bin-annot -safe-string -package uucp -I src -I test -o src/uuseg.cmo src/uuseg.ml ocamlfind ocamlc -a -package uucp -I src src/uuseg_base.cmo src/uuseg_buf.cmo src/uuseg_grapheme_cluster.cmo src/uuseg_word.cmo src/uuseg_sentence.cmo src/uuseg_line_break.cmo src/uuseg.cmo -o src/uuseg.cma ocamlfind ocamldep -package uutf -package uucp -modules src/uuseg_string.ml > src/uuseg_string.ml.depends ocamlfind ocamldep -package uutf -package uucp -modules src/uuseg_string.mli > src/uuseg_string.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package uutf -package uucp -I src -I test -o src/uuseg_string.cmi src/uuseg_string.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package uutf -package uucp -I src -I test -o src/uuseg_string.cmx src/uuseg_string.ml ocamlfind ocamlopt -a -package uutf -package uucp -I src src/uuseg_string.cmx -o src/uuseg_string.cmxa ocamlfind ocamlopt -shared -linkall -package uutf -package uucp -I src src/uuseg_string.cmxa -o src/uuseg_string.cmxs ocamlfind ocamlc -c -g -bin-annot -safe-string -package uutf -package uucp -I src -I test -o src/uuseg_string.cmo src/uuseg_string.ml ocamlfind ocamlc -a -package uutf -package uucp -I src src/uuseg_string.cmo -o src/uuseg_string.cma ocamlfind ocamldep -package cmdliner -package uutf -package uucp -modules test/usegtrip.ml > test/usegtrip.ml.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -package uutf -package uucp -I test -I src -o test/usegtrip.cmo test/usegtrip.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -package uutf -package uucp -I test -I src -o test/usegtrip.cmo test/usegtrip.ml File "test/usegtrip.ml", line 171, characters 8-12: 171 | Term.(pure do_cmd $ cmd $ seg $ file $ enc $ delim $ ascii), ^^^^ Alert deprecated: Cmdliner.Term.pure Use Term.const instead. File "test/usegtrip.ml", line 172, characters 2-11: 172 | Term.info "usegtrip" ~version:"v14.0.0" ~doc ~man ^^^^^^^^^ Alert deprecated: Cmdliner.Term.info Use Cmd.info instead. File "test/usegtrip.ml", line 174, characters 15-24: 174 | 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 cmdliner -package uutf -package uucp -I test -I src -o test/usegtrip.cmx test/usegtrip.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -package uutf -package uucp -I test -I src -o test/usegtrip.cmx test/usegtrip.ml File "test/usegtrip.ml", line 171, characters 8-12: 171 | Term.(pure do_cmd $ cmd $ seg $ file $ enc $ delim $ ascii), ^^^^ Alert deprecated: Cmdliner.Term.pure Use Term.const instead. File "test/usegtrip.ml", line 172, characters 2-11: 172 | Term.info "usegtrip" ~version:"v14.0.0" ~doc ~man ^^^^^^^^^ Alert deprecated: Cmdliner.Term.info Use Cmd.info instead. File "test/usegtrip.ml", line 174, characters 15-24: 174 | 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 cmdliner -package uutf -package uucp -I src -I test src/uuseg_base.cmx src/uuseg_buf.cmx src/uuseg_grapheme_cluster.cmx src/uuseg_line_break.cmx src/uuseg_sentence.cmx src/uuseg_word.cmx src/uuseg.cmx test/usegtrip.cmx -o test/usegtrip.native # Parallel statistics: { count(total): 1(45), max: 7, min: 7, average(total): 7.000(1.133) } >>> ocaml-uuseg: Entering fakeroot... Creating directory /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/bin _build/test/usegtrip.native => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/bin/usegtrip Creating directory /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg _build/opam => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/opam _build/pkg/META => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/META _build/src/uuseg.a => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg.a _build/src/uuseg.cma => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg.cma _build/src/uuseg.cmi => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg.cmi _build/src/uuseg.cmti => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg.cmti _build/src/uuseg.cmx => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg.cmx _build/src/uuseg.cmxa => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg.cmxa _build/src/uuseg.cmxs => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg.cmxs _build/src/uuseg.mli => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg.mli _build/src/uuseg_base.cmx => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg_base.cmx _build/src/uuseg_buf.cmx => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg_buf.cmx _build/src/uuseg_grapheme_cluster.cmx => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg_grapheme_cluster.cmx _build/src/uuseg_line_break.cmx => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg_line_break.cmx _build/src/uuseg_sentence.cmx => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg_sentence.cmx Creating directory /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/string _build/src/uuseg_string.a => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/string/uuseg_string.a _build/src/uuseg_string.cma => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/string/uuseg_string.cma _build/src/uuseg_string.cmi => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/string/uuseg_string.cmi _build/src/uuseg_string.cmti => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/string/uuseg_string.cmti _build/src/uuseg_string.cmx => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/string/uuseg_string.cmx _build/src/uuseg_string.cmxa => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/string/uuseg_string.cmxa _build/src/uuseg_string.cmxs => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/string/uuseg_string.cmxs _build/src/uuseg_string.mli => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/string/uuseg_string.mli _build/src/uuseg_word.cmx => /home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg/usr/lib/ocaml/uuseg/uuseg_word.cmx Creating directory /home/buildozer/aports/community/ocaml-uuseg/src/uuseg-14.0.0/.omit/uuseg _build/CHANGES.md => /home/buildozer/aports/community/ocaml-uuseg/src/uuseg-14.0.0/.omit/uuseg/CHANGES.md _build/LICENSE.md => /home/buildozer/aports/community/ocaml-uuseg/src/uuseg-14.0.0/.omit/uuseg/LICENSE.md _build/README.md => /home/buildozer/aports/community/ocaml-uuseg/src/uuseg-14.0.0/.omit/uuseg/README.md Creating directory /home/buildozer/aports/community/ocaml-uuseg/src/uuseg-14.0.0/.omit/uuseg/odoc-pages _build/doc/index.mld => /home/buildozer/aports/community/ocaml-uuseg/src/uuseg-14.0.0/.omit/uuseg/odoc-pages/index.mld _build/test/examples.ml => /home/buildozer/aports/community/ocaml-uuseg/src/uuseg-14.0.0/.omit/uuseg/examples.ml >>> ocaml-uuseg-dev*: Running split function dev... renamed 'usr/lib/ocaml/uuseg/string/uuseg_string.a' -> '/home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg-dev/usr/lib/ocaml/uuseg/string/uuseg_string.a' renamed 'usr/lib/ocaml/uuseg/uuseg.a' -> '/home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg-dev/usr/lib/ocaml/uuseg/uuseg.a' renamed 'usr/lib/ocaml/uuseg/string/uuseg_string.cmti' -> '/home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg-dev/usr/lib/ocaml/uuseg/string/uuseg_string.cmti' renamed 'usr/lib/ocaml/uuseg/string/uuseg_string.mli' -> '/home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg-dev/usr/lib/ocaml/uuseg/string/uuseg_string.mli' renamed 'usr/lib/ocaml/uuseg/uuseg.cmti' -> '/home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg-dev/usr/lib/ocaml/uuseg/uuseg.cmti' renamed 'usr/lib/ocaml/uuseg/uuseg.mli' -> '/home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg-dev/usr/lib/ocaml/uuseg/uuseg.mli' >>> ocaml-uuseg-dev*: Preparing subpackage ocaml-uuseg-dev... >>> ocaml-uuseg-dev*: Stripping binaries Please specify at least one package name on the command line. >>> ocaml-uuseg-dev*: Running postcheck for ocaml-uuseg-dev >>> ocaml-uuseg-tools*: Running split function tools... renamed 'usr/bin' -> '/home/buildozer/aports/community/ocaml-uuseg/pkg/ocaml-uuseg-tools/usr/bin' >>> ocaml-uuseg-tools*: Preparing subpackage ocaml-uuseg-tools... >>> ocaml-uuseg-tools*: Stripping binaries Please specify at least one package name on the command line. >>> ocaml-uuseg-tools*: Running postcheck for ocaml-uuseg-tools >>> ocaml-uuseg*: Running postcheck for ocaml-uuseg >>> ocaml-uuseg*: Preparing package ocaml-uuseg... >>> ocaml-uuseg*: Stripping binaries Please specify at least one package name on the command line. >>> ocaml-uuseg*: Scanning shared objects >>> ocaml-uuseg-dev*: Scanning shared objects >>> ocaml-uuseg-tools*: Scanning shared objects >>> ocaml-uuseg-dev*: Tracing dependencies... ocaml-uuseg=14.0.0-r4 ocaml-uucp-dev ocaml-uutf-dev >>> ocaml-uuseg-dev*: Package size: 143.5 KB >>> ocaml-uuseg-dev*: Compressing data... >>> ocaml-uuseg-dev*: Create checksum... >>> ocaml-uuseg-dev*: Create ocaml-uuseg-dev-14.0.0-r4.apk >>> ocaml-uuseg-tools*: Tracing dependencies... so:libc.musl-x86.so.1 >>> ocaml-uuseg-tools*: Package size: 4.3 MB >>> ocaml-uuseg-tools*: Compressing data... >>> ocaml-uuseg-tools*: Create checksum... >>> ocaml-uuseg-tools*: Create ocaml-uuseg-tools-14.0.0-r4.apk >>> ocaml-uuseg*: Tracing dependencies... ocaml4-impl:Stdlib:d9420a8d349fb4faae7bbb0f24f981c2 ocaml4-impl:Stdlib__Array:1bc4c3cf1d2f1eedeba380367611e6d4 ocaml4-impl:Stdlib__Buffer:3c202bd1ed7ec5ca38f994e65ccd197b ocaml4-impl:Stdlib__Format:8787eda1d81107b4ba04bb0dfd12b245 ocaml4-impl:Stdlib__Uchar:c8109817723cd0081cee5fca650c7b2d ocaml4-impl:Uucp:ad0d3525038acfedf356dd0c78db0564 ocaml4-impl:Uutf:a4a2e1eaa0385912122b3ab8587c98c1 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__Either:26845df28d19584687a38a1ab814c3f9 ocaml4-intf:Stdlib__Format:b6edb97b685819e873481fe05723c8bc ocaml4-intf:Stdlib__Seq:b63511032211eae4b567ba313cd72962 ocaml4-intf:Stdlib__Uchar:c0dde02a556a6d79e363ad365d165d57 ocaml4-intf:Uucp:f1d8eced15def05bf1b756b530c35d3f ocaml4-intf:Uutf:501098e6230660d9080cd573763dc3d9 >>> ocaml-uuseg*: Package size: 233.7 KB >>> ocaml-uuseg*: Compressing data... >>> ocaml-uuseg*: Create checksum... >>> ocaml-uuseg*: Create ocaml-uuseg-14.0.0-r4.apk >>> ocaml-uuseg: Build complete at Thu, 23 Apr 2026 17:19:17 +0000 elapsed time 0h 0m 7s >>> ocaml-uuseg: Cleaning up srcdir >>> ocaml-uuseg: Cleaning up pkgdir >>> ocaml-uuseg: Cleaning up tmpdir >>> ocaml-uuseg: Uninstalling dependencies... ( 1/36) Purging .makedepends-ocaml-uuseg (20260423.171911) ( 2/36) Purging ocaml-uucp-dev (14.0.0-r4) ( 3/36) Purging ocaml-uucp (14.0.0-r4) ( 4/36) Purging ocaml-uutf-dev (1.0.3-r4) ( 5/36) Purging ocaml-uutf (1.0.3-r4) ( 6/36) Purging ocamlbuild (0.14.1-r5) ( 7/36) Purging ocaml-ocamlbuild (0.14.1-r5) ( 8/36) Purging ocaml-cmdliner-dev (1.1.1-r5) ( 9/36) Purging ocaml-cmdliner (1.1.1-r5) (10/36) Purging ocaml-findlib (1.9.6-r7) (11/36) Purging ocamlfind (1.9.6-r7) (12/36) Purging ocaml-topkg (1.0.5-r4) (13/36) Purging git-perl (2.54.0-r0) (14/36) Purging perl-git (2.54.0-r0) (15/36) Purging perl-error (0.17030-r0) (16/36) Purging ncurses (6.6_p20260404-r0) (17/36) Purging ocaml-abuild-helper (4.14.3-r0) (18/36) Purging rpm-scripts (4.19.1.1-r5) (19/36) Purging bash (5.3.9-r1) Executing bash-5.3.9-r1.pre-deinstall (20/36) Purging perl (5.42.2-r0) (21/36) Purging ocaml-compiler-libs (4.14.3-r0) (22/36) Purging ocaml (4.14.3-r0) (23/36) Purging ocaml-runtime (4.14.3-r0) (24/36) Purging opam (2.5.1-r0) (25/36) Purging curl (8.19.0-r0) (26/36) Purging unzip (6.0-r16) (27/36) Purging coreutils (9.10-r1) Executing coreutils-9.10-r1.post-deinstall (28/36) Purging coreutils-env (9.10-r1) (29/36) Purging coreutils-fmt (9.10-r1) (30/36) Purging coreutils-sha512sum (9.10-r1) (31/36) Purging bubblewrap (0.11.2-r0) (32/36) Purging readline (8.3.3-r1) (33/36) Purging utmps-libs (0.1.3.2-r1) (34/36) Purging libattr (2.5.2-r2) (35/36) Purging libbz2 (1.0.8-r6) (36/36) Purging skalibs-libs (2.14.5.1-r0) Executing busybox-1.37.0-r31.trigger OK: 425.7 MiB in 103 packages >>> ocaml-uuseg: Updating the community/x86 repository index... >>> ocaml-uuseg: Signing the index...