>>> ocaml-fpath: Building testing/ocaml-fpath 0.7.3-r2 (using abuild 3.12.0-r5) started Sat, 23 Mar 2024 21:22: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/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-astring (0.8.5-r2) (11/29) Installing ocaml-astring-dev (0.8.5-r2) (12/29) Installing ocaml-ocamlbuild (0.14.1-r3) (13/29) Installing ncurses (6.4_p20240309-r0) (14/29) Installing ocamlbuild (0.14.1-r3) (15/29) Installing ocaml-findlib (1.9.6-r4) (16/29) Installing ocaml-topkg (1.0.5-r2) (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-fpath (20240323.212251) (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: 651 MiB in 136 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 % 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-fpath: Fetching ocaml-fpath-0.7.3.tar.bz2::https://erratique.ch/software/fpath/releases/fpath-0.7.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 24345 100 24345 0 0 254k 0 --:--:-- --:--:-- --:--:-- 258k >>> 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/edge/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_top_init.ml' -> '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath-dev/usr/lib/ocaml/fpath/fpath_top_init.ml' 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.cmti' -> '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath-dev/usr/lib/ocaml/fpath/fpath.cmti' >>> 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: 380.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:8c2072e6cc54dddfdabc9e08b6c1c971 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: 384.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 21:23:00 +0000 elapsed time 0h 0m 12s >>> ocaml-fpath: Cleaning up srcdir >>> ocaml-fpath: Cleaning up pkgdir >>> ocaml-fpath: Uninstalling dependencies... (1/29) Purging .makedepends-ocaml-fpath (20240323.212251) (2/29) Purging ocaml-astring-dev (0.8.5-r2) (3/29) Purging ocaml-astring (0.8.5-r2) (4/29) Purging ocamlbuild (0.14.1-r3) (5/29) Purging ocaml-ocamlbuild (0.14.1-r3) (6/29) Purging ocaml-findlib (1.9.6-r4) (7/29) Purging ocaml-compiler-libs (4.14.2-r1) (8/29) Purging ocaml-topkg (1.0.5-r2) (9/29) Purging git-perl (2.44.0-r0) (10/29) Purging perl-git (2.44.0-r0) (11/29) Purging perl-error (0.17029-r2) (12/29) Purging ncurses (6.4_p20240309-r0) (13/29) Purging ocaml-abuild-helper (4.14.2-r1) (14/29) Purging ocaml (4.14.2-r1) (15/29) Purging ocaml-runtime (4.14.2-r1) (16/29) Purging rpm-scripts (4.19.1.1-r0) (17/29) Purging bash (5.2.26-r0) Executing bash-5.2.26-r0.pre-deinstall (18/29) Purging perl (5.38.2-r0) (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-fpath: Updating the testing/x86_64 repository index... >>> ocaml-fpath: Signing the index...