>>> ocaml-fpath: Building testing/ocaml-fpath 0.7.3-r0 (using abuild 3.9.0-r0) started Sat, 21 May 2022 15:36:02 +0000 >>> ocaml-fpath: Checking sanity of /home/buildozer/aports/testing/ocaml-fpath/APKBUILD... >>> WARNING: ocaml-fpath: No maintainer >>> ocaml-fpath: Analyzing dependencies... >>> ocaml-fpath: Installing for build: build-base ocaml-runtime ocaml-astring ocaml-astring-dev ocaml ocamlbuild ocaml-findlib ocaml-compiler-libs ocaml-topkg cmd:opam-installer (1/18) Installing ocaml-runtime (4.14.0-r0) (2/18) Installing ocaml-astring (0.8.5-r0) (3/18) Installing ocaml-astring-dev (0.8.5-r0) (4/18) Installing ocaml (4.14.0-r0) (5/18) Installing ocaml-ocamlbuild (0.14.1-r1) (6/18) Installing ncurses (6.3_p20220423-r0) (7/18) Installing ocamlbuild (0.14.1-r1) (8/18) Installing ocaml-findlib (1.9.3-r0) (9/18) Installing ocaml-compiler-libs (4.14.0-r0) (10/18) Installing ocaml-topkg (1.0.5-r0) (11/18) Installing unzip (6.0-r9) (12/18) Installing skalibs (2.11.2.0-r0) (13/18) Installing utmps-libs (0.1.2.0-r0) (14/18) Installing coreutils (9.1-r0) (15/18) Installing libcap (2.64-r0) (16/18) Installing bubblewrap (0.6.2-r0) (17/18) Installing opam (2.1.2-r2) (18/18) Installing .makedepends-ocaml-fpath (20220521.153603) Executing busybox-1.35.0-r13.trigger OK: 465 MiB in 108 packages >>> ocaml-fpath: Cleaning up srcdir >>> ocaml-fpath: Cleaning up pkgdir >>> 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 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24345 100 24345 0 0 25072 0 --:--:-- --:--:-- --:--:-- 25072 >>> 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.cmxa' -> '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath-dev/usr/lib/ocaml/fpath/fpath.cmxa' 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_top.cmxa' -> '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath-dev/usr/lib/ocaml/fpath/fpath_top.cmxa' renamed '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath/usr/lib/ocaml/fpath/fpath_top.cmx' -> '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath-dev/usr/lib/ocaml/fpath/fpath_top.cmx' 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.cmx' -> '/home/buildozer/aports/testing/ocaml-fpath/pkg/ocaml-fpath-dev/usr/lib/ocaml/fpath/fpath.cmx' 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' >>> 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: 456.0 KB >>> ocaml-fpath-dev*: Compressing data... >>> ocaml-fpath-dev*: Create checksum... >>> ocaml-fpath-dev*: Create ocaml-fpath-dev-0.7.3-r0.apk >>> ocaml-fpath*: Tracing dependencies... >>> ocaml-fpath*: Package size: 460.0 KB >>> ocaml-fpath*: Compressing data... >>> ocaml-fpath*: Create checksum... >>> ocaml-fpath*: Create ocaml-fpath-0.7.3-r0.apk >>> ocaml-fpath: Build complete at Sat, 21 May 2022 15:36:08 +0000 elapsed time 0h 0m 6s >>> ocaml-fpath: Cleaning up srcdir >>> ocaml-fpath: Cleaning up pkgdir >>> ocaml-fpath: Uninstalling dependencies... (1/18) Purging .makedepends-ocaml-fpath (20220521.153603) (2/18) Purging ocaml-astring-dev (0.8.5-r0) (3/18) Purging ocaml-astring (0.8.5-r0) (4/18) Purging ocamlbuild (0.14.1-r1) (5/18) Purging ocaml-ocamlbuild (0.14.1-r1) (6/18) Purging ocaml-findlib (1.9.3-r0) (7/18) Purging ocaml-compiler-libs (4.14.0-r0) (8/18) Purging ocaml (4.14.0-r0) (9/18) Purging ocaml-topkg (1.0.5-r0) (10/18) Purging ocaml-runtime (4.14.0-r0) (11/18) Purging ncurses (6.3_p20220423-r0) (12/18) Purging opam (2.1.2-r2) (13/18) Purging coreutils (9.1-r0) Executing coreutils-9.1-r0.post-deinstall (14/18) Purging bubblewrap (0.6.2-r0) (15/18) Purging unzip (6.0-r9) (16/18) Purging utmps-libs (0.1.2.0-r0) (17/18) Purging skalibs (2.11.2.0-r0) (18/18) Purging libcap (2.64-r0) Executing busybox-1.35.0-r13.trigger OK: 229 MiB in 90 packages >>> ocaml-fpath: Updating the testing/ppc64le repository index... >>> ocaml-fpath: Signing the index...