>>> ocaml-fpath: Building testing/ocaml-fpath 0.7.3-r2 (using abuild 3.12.0-r5) started Sat, 23 Mar 2024 22:01:48 +0000 >>> ocaml-fpath: Checking sanity of /home/buildozer/aports/testing/ocaml-fpath/APKBUILD... >>> ocaml-fpath: Analyzing dependencies... >>> ocaml-fpath: Installing for build: build-base ocaml-astring-dev ocaml ocamlbuild ocaml-findlib ocaml-compiler-libs ocaml-topkg cmd:opam-installer (1/28) Installing ocaml-runtime (4.14.2-r1) (2/28) Installing ocaml (4.14.2-r1) (3/28) Installing readline (8.2.10-r0) (4/28) Installing bash (5.2.26-r0) Executing bash-5.2.26-r0.post-install (5/28) Installing perl (5.38.2-r0) (6/28) Installing rpm-scripts (4.19.1.1-r0) (7/28) Installing ocaml-abuild-helper (4.14.2-r1) (8/28) Installing ocaml-compiler-libs (4.14.2-r1) (9/28) Installing ocaml-astring (0.8.5-r2) (10/28) Installing ocaml-astring-dev (0.8.5-r2) (11/28) Installing ocaml-ocamlbuild (0.14.1-r3) (12/28) Installing ncurses (6.4_p20240309-r0) (13/28) Installing ocamlbuild (0.14.1-r3) (14/28) Installing ocaml-findlib (1.9.6-r4) (15/28) Installing ocaml-topkg (1.0.5-r2) (16/28) Installing unzip (6.0-r14) (17/28) Installing coreutils-env (9.4-r2) (18/28) Installing coreutils-fmt (9.4-r2) (19/28) Installing coreutils-sha512sum (9.4-r2) (20/28) Installing skalibs (2.14.1.1-r0) (21/28) Installing utmps-libs (0.1.2.2-r0) (22/28) Installing coreutils (9.4-r2) (23/28) Installing bubblewrap (0.8.0-r1) (24/28) Installing opam (2.1.5-r1) (25/28) Installing .makedepends-ocaml-fpath (20240323.220150) (26/28) Installing perl-error (0.17029-r2) (27/28) Installing perl-git (2.44.0-r0) (28/28) Installing git-perl (2.44.0-r0) Executing busybox-1.36.1-r21.trigger OK: 552 MiB in 138 packages >>> ocaml-fpath: Cleaning up srcdir >>> ocaml-fpath: Cleaning up pkgdir >>> ocaml-fpath: Cleaning up tmpdir >>> ocaml-fpath: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-fpath-0.7.3.tar.bz2 >>> ocaml-fpath: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ocaml-fpath-0.7.3.tar.bz2 >>> ocaml-fpath: Checking sha512sums... ocaml-fpath-0.7.3.tar.bz2: OK >>> ocaml-fpath: Unpacking /var/cache/distfiles/ocaml-fpath-0.7.3.tar.bz2... ocamlfind ocamldep -package astring -modules src/fpath.ml > src/fpath.ml.depends ocamlfind ocamldep -package astring -modules src/fpath.mli > src/fpath.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmi src/fpath.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmx src/fpath.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmx src/fpath.ml File "src/fpath.ml", line 40, characters 22-38: 40 | let is_unc_path p = String.is_prefix "\\\\" p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 124, characters 21-37: 124 | let has_volume p = String.is_prefix "//" p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 427, characters 10-26: 427 | if not (String.is_prefix prefix p) then false else ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 548, characters 42-58: 548 | | Some r -> not (String.equal dotdot r || String.is_prefix dotdot_dir r) ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 563, characters 32-48: 563 | | true -> String.equal dot p || String.is_prefix dot_dir p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 578, characters 35-51: 578 | | true -> String.equal dotdot p || String.is_prefix dotdot_dir p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 633, characters 18-31: 633 | if not (String.(Sub.is_suffix (sub e) ext)) then false else ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamlopt -a -package astring -I src src/fpath.cmx -o src/fpath.cmxa ocamlfind ocamlopt -shared -linkall -package astring -I src src/fpath.cmxa -o src/fpath.cmxs ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmo src/fpath.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -package astring -I src -I test -o src/fpath.cmo src/fpath.ml File "src/fpath.ml", line 40, characters 22-38: 40 | let is_unc_path p = String.is_prefix "\\\\" p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 124, characters 21-37: 124 | let has_volume p = String.is_prefix "//" p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 427, characters 10-26: 427 | if not (String.is_prefix prefix p) then false else ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 548, characters 42-58: 548 | | Some r -> not (String.equal dotdot r || String.is_prefix dotdot_dir r) ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 563, characters 32-48: 563 | | true -> String.equal dot p || String.is_prefix dot_dir p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 578, characters 35-51: 578 | | true -> String.equal dotdot p || String.is_prefix dotdot_dir p ^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. File "src/fpath.ml", line 633, characters 18-31: 633 | if not (String.(Sub.is_suffix (sub e) ext)) then false else ^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label affix was omitted in the application of this function. ocamlfind ocamlc -a -package astring -I src src/fpath.cmo -o src/fpath.cma ocamlfind ocamldep -package compiler-libs.toplevel -package astring -modules src/fpath_top.ml > src/fpath_top.ml.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmo src/fpath_top.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmo src/fpath_top.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmx src/fpath_top.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -package astring -I src -I test -o src/fpath_top.cmx src/fpath_top.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs ocamlfind ocamlopt -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmx -o src/fpath_top.cmxa + ocamlfind ocamlopt -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmx -o src/fpath_top.cmxa findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmxa -o src/fpath_top.cmxs + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmxa -o src/fpath_top.cmxs findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs ocamlfind ocamlc -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmo -o src/fpath_top.cma + ocamlfind ocamlc -a -package compiler-libs.toplevel -package astring -I src src/fpath_top.cmo -o src/fpath_top.cma findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/lib/ocaml, /usr/lib/ocaml/compiler-libs # No parallelism done >>> WARNING: ocaml-fpath: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> ocaml-fpath: Entering fakeroot... Creating directory /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath _build/opam => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/opam _build/pkg/META => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/META _build/src/fpath.a => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.a _build/src/fpath.cma => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cma _build/src/fpath.cmi => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmi _build/src/fpath.cmti => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmti _build/src/fpath.cmx => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmx _build/src/fpath.cmxa => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmxa _build/src/fpath.cmxs => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmxs _build/src/fpath.mli => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.mli _build/src/fpath_top.a => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.a _build/src/fpath_top.cma => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cma _build/src/fpath_top.cmx => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cmx _build/src/fpath_top.cmxa => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cmxa _build/src/fpath_top.cmxs => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cmxs _build/src/fpath_top_init.ml => /home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top_init.ml Creating directory /home/buildozer/aports/testing/ocaml-fpath/src/fpath-0.7.3/.omit/fpath _build/CHANGES.md => /home/buildozer/aports/testing/ocaml-fpath/src/fpath-0.7.3/.omit/fpath/CHANGES.md _build/LICENSE.md => /home/buildozer/aports/testing/ocaml-fpath/src/fpath-0.7.3/.omit/fpath/LICENSE.md _build/README.md => /home/buildozer/aports/testing/ocaml-fpath/src/fpath-0.7.3/.omit/fpath/README.md >>> ocaml-fpath-dev*: Running split function dev... renamed '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.cmti' -> '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath-dev/usr/lib/ocaml/fpath/fpath.cmti' renamed '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath.mli' -> '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath-dev/usr/lib/ocaml/fpath/fpath.mli' renamed '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top_init.ml' -> '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath-dev/usr/lib/ocaml/fpath/fpath_top_init.ml' >>> ocaml-fpath-dev*: Preparing subpackage ocaml-fpath-dev... >>> ocaml-fpath-dev*: Stripping binaries >>> ocaml-fpath-dev*: Running postcheck for ocaml-fpath-dev >>> ocaml-fpath*: Running postcheck for ocaml-fpath >>> ocaml-fpath*: Preparing package ocaml-fpath... >>> ocaml-fpath*: Stripping binaries >>> ocaml-fpath-dev*: Scanning shared objects >>> ocaml-fpath*: Scanning shared objects >>> ocaml-fpath-dev*: Tracing dependencies... >>> ocaml-fpath-dev*: Package size: 444.0 KB >>> ocaml-fpath-dev*: Compressing data... >>> ocaml-fpath-dev*: Create checksum... >>> ocaml-fpath-dev*: Create ocaml-fpath-dev-0.7.3-r2.apk >>> ocaml-fpath*: Tracing dependencies... ocaml4-impl:Astring:df1e928ea91b3b49218898dcd5deb026 ocaml4-impl:Stdlib:29fc6b4fd90dc91235156e20d0575996 ocaml4-impl:Stdlib__Bytes:b03e331833e5beb1e8d6f3d4f1143383 ocaml4-impl:Stdlib__Format:3fc5aabf82bf4752619ecb26bfdcac24 ocaml4-impl:Stdlib__List:9fa021918ce9b6b5c0a1f584e3adf2af ocaml4-impl:Stdlib__Map:2030d114d073f182db654b44388afee9 ocaml4-impl:Stdlib__Set:ffaaae5fee1481a2ba86fd461ec826a4 ocaml4-impl:Stdlib__Sys:246197933f799e7988d38f2b13d39cd2 ocaml4-impl:Toploop:cb24b304dc64642afc9ed2d478948ff2 ocaml4-intf:Astring:73b917559887bfe3c3d9278357ec2fd1 ocaml4-intf:Asttypes:c6cbda0727ab24f24ff77e0199818937 ocaml4-intf:Build_path_prefix_map:c087ed78089388f4d3a99676f2c10fc4 ocaml4-intf:CamlinternalFormatBasics:8f8f634558798ee408df3c50a5539b15 ocaml4-intf:CamlinternalLazy:5365fec4a58da3e2d8fa2186f77d9be4 ocaml4-intf:Cmi_format:77a1c8f1e0d22ce55ab6c81760c7b8d6 ocaml4-intf:Env:132a8f155a5ec71de7e5d3a85efe6e03 ocaml4-intf:Ident:a68d3b48cf66f01c3af823a07d101708 ocaml4-intf:Identifiable:026dfc8fdbcf370a975e554be578d5a5 ocaml4-intf:Load_path:8e616f4485805b33a8219ec934a7859a ocaml4-intf:Location:ad05a11c5350a8043d12b4819575b03b ocaml4-intf:Longident:dddbcb2c78e865fd75e9911c4b82a7e2 ocaml4-intf:Misc:fa2c1b0e885a335849c8603379ff2f89 ocaml4-intf:Outcometree:674374723cd44ac1194584799175f801 ocaml4-intf:Parsetree:d160a703cc0fe2b0a7acd97f6bf25245 ocaml4-intf:Path:c74c2553734e7c86ab23c6946a08a019 ocaml4-intf:Primitive:8cd5b518055f39c57cb5bfdd62b072c1 ocaml4-intf:Shape:a7485b44c054c48b77a4c0546f654051 ocaml4-intf:Stdlib:79b0e9d3b6f7fed07eb3cc2abb961b91 ocaml4-intf:Stdlib__Buffer:4b09c9a6d0622bbf5a3829234b481822 ocaml4-intf:Stdlib__Bytes:3d02c33317c0108c61e7a5eefa37519a ocaml4-intf:Stdlib__Digest:61f6495d3274a42a78a63425ef892290 ocaml4-intf:Stdlib__Either:26845df28d19584687a38a1ab814c3f9 ocaml4-intf:Stdlib__Format:b6edb97b685819e873481fe05723c8bc ocaml4-intf:Stdlib__Hashtbl:34c0fdd524bf2a75e4d5af64a6d34401 ocaml4-intf:Stdlib__Int32:a71ea5238030770647165f659f80b1ab ocaml4-intf:Stdlib__Lazy:01430d340c028322c7247031a874e355 ocaml4-intf:Stdlib__Lexing:c9318c276ac7e383fd682c2dd06be434 ocaml4-intf:Stdlib__List:ee222542f6f8195441543b8b399b64b9 ocaml4-intf:Stdlib__Map:978f82916b5a172c11d2b72719d85680 ocaml4-intf:Stdlib__Obj:25794d29f7f4018768ea900e331a2bf3 ocaml4-intf:Stdlib__Seq:b63511032211eae4b567ba313cd72962 ocaml4-intf:Stdlib__Set:871d2ee2167ac9e7977fa13994cf4658 ocaml4-intf:Stdlib__String:4933e1d855f54bfed0231b038f0dbb87 ocaml4-intf:Stdlib__Sys:7726a14ce36f5c6c3abb04975cec748b ocaml4-intf:Stdlib__Uchar:c0dde02a556a6d79e363ad365d165d57 ocaml4-intf:Subst:428159e3773e2a53757d43066bcfca7f ocaml4-intf:Toploop:bd94fffe0b1d633d0635d312f2aef092 ocaml4-intf:Type_immediacy:64565e32358a6229bf90cc93d486536a ocaml4-intf:Types:6c92ac95b66d8794b63f94c688fe1688 ocaml4-intf:Warnings:1c10e6007aca64cda69b6b055565b124 >>> ocaml-fpath*: Package size: 492.0 KB >>> ocaml-fpath*: Compressing data... >>> ocaml-fpath*: Create checksum... >>> ocaml-fpath*: Create ocaml-fpath-0.7.3-r2.apk >>> ocaml-fpath: Build complete at Sat, 23 Mar 2024 22:01:53 +0000 elapsed time 0h 0m 5s >>> ocaml-fpath: Cleaning up srcdir >>> ocaml-fpath: Cleaning up pkgdir >>> ocaml-fpath: Uninstalling dependencies... (1/28) Purging .makedepends-ocaml-fpath (20240323.220150) (2/28) Purging ocaml-astring-dev (0.8.5-r2) (3/28) Purging ocaml-astring (0.8.5-r2) (4/28) Purging ocamlbuild (0.14.1-r3) (5/28) Purging ocaml-ocamlbuild (0.14.1-r3) (6/28) Purging ocaml-findlib (1.9.6-r4) (7/28) Purging ocaml-compiler-libs (4.14.2-r1) (8/28) Purging ocaml-topkg (1.0.5-r2) (9/28) Purging git-perl (2.44.0-r0) (10/28) Purging perl-git (2.44.0-r0) (11/28) Purging perl-error (0.17029-r2) (12/28) Purging ncurses (6.4_p20240309-r0) (13/28) Purging ocaml-abuild-helper (4.14.2-r1) (14/28) Purging ocaml (4.14.2-r1) (15/28) Purging ocaml-runtime (4.14.2-r1) (16/28) Purging rpm-scripts (4.19.1.1-r0) (17/28) Purging bash (5.2.26-r0) Executing bash-5.2.26-r0.pre-deinstall (18/28) Purging perl (5.38.2-r0) (19/28) Purging opam (2.1.5-r1) (20/28) Purging unzip (6.0-r14) (21/28) Purging coreutils (9.4-r2) Executing coreutils-9.4-r2.post-deinstall (22/28) Purging coreutils-env (9.4-r2) (23/28) Purging coreutils-fmt (9.4-r2) (24/28) Purging coreutils-sha512sum (9.4-r2) (25/28) Purging bubblewrap (0.8.0-r1) (26/28) Purging readline (8.2.10-r0) (27/28) Purging utmps-libs (0.1.2.2-r0) (28/28) Purging skalibs (2.14.1.1-r0) Executing busybox-1.36.1-r21.trigger OK: 265 MiB in 110 packages >>> ocaml-fpath: Updating the testing/ppc64le repository index... >>> ocaml-fpath: Signing the index...