>>> perl-xml-bare: Building testing/perl-xml-bare 0.53-r12 (using abuild 3.11.21-r0) started Tue, 17 Oct 2023 11:17:44 +0000 >>> perl-xml-bare: Checking sanity of /home/buildozer/aports/testing/perl-xml-bare/APKBUILD... >>> perl-xml-bare: Analyzing dependencies... >>> perl-xml-bare: Installing for build: build-base perl perl-dev (1/8) Installing libbz2 (1.0.8-r6) (2/8) Installing perl (5.38.0-r0) (3/8) Installing perl-utils (5.38.0-r0) (4/8) Installing perl-dev (5.38.0-r0) (5/8) Installing .makedepends-perl-xml-bare (20231017.111745) (6/8) Installing perl-error (0.17029-r2) (7/8) Installing perl-git (2.42.0-r0) (8/8) Installing git-perl (2.42.0-r0) Executing busybox-1.36.1-r13.trigger OK: 430 MiB in 111 packages >>> perl-xml-bare: Cleaning up srcdir >>> perl-xml-bare: Cleaning up pkgdir >>> perl-xml-bare: Cleaning up tmpdir >>> perl-xml-bare: Fetching https://cpan.metacpan.org/authors/id/C/CO/CODECHILD/XML-Bare-0.53.tar.gz % 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 79278 100 79278 0 0 954k 0 --:--:-- --:--:-- --:--:-- 967k >>> perl-xml-bare: Fetching https://cpan.metacpan.org/authors/id/C/CO/CODECHILD/XML-Bare-0.53.tar.gz >>> perl-xml-bare: Checking sha512sums... XML-Bare-0.53.tar.gz: OK >>> perl-xml-bare: Unpacking /var/cache/distfiles/XML-Bare-0.53.tar.gz... Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::Bare Writing MYMETA.yml and MYMETA.json Running Mkbootstrap for Bare () "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -nolinenumbers -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' Bare.xs > Bare.xsc gcc -c -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -DVERSION=\"0.53\" -DXS_VERSION=\"0.53\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" parser.c chmod 644 "Bare.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bare.bs blib/arch/auto/XML/Bare/Bare.bs 644 parser.c: In function 'new_nodecp': parser.c:27:41: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 27 | struct nodec *self = (struct nodec *) malloc( size ); | ^~~~~~ parser.c:13:1: note: include '' or provide a declaration of 'malloc' 12 | #include +++ |+#include 13 | #endif parser.c:27:41: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 27 | struct nodec *self = (struct nodec *) malloc( size ); | ^~~~~~ parser.c:27:41: note: include '' or provide a declaration of 'malloc' parser.c: In function 'new_nodec': parser.c:36:41: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 36 | struct nodec *self = (struct nodec *) malloc( size ); | ^~~~~~ parser.c:36:41: note: include '' or provide a declaration of 'malloc' parser.c: In function 'del_nodec': parser.c:56:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 56 | free( curatt ); | ^~~~ parser.c:56:5: note: include '' or provide a declaration of 'free' parser.c:56:5: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] parser.c:56:5: note: include '' or provide a declaration of 'free' parser.c:59:3: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 59 | free( node ); | ^~~~ parser.c:59:3: note: include '' or provide a declaration of 'free' parser.c: In function 'new_attc': parser.c:64:39: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 64 | struct attc *self = (struct attc *) malloc( size ); | ^~~~~~ parser.c:64:39: note: include '' or provide a declaration of 'malloc' parser.c: In function 'parserc_parse': parser.c:422:46: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 422 | if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } | ^ parser.c:441:46: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 441 | if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } | ^ parser.c: In function 'parserc_parse_unsafely': parser.c:837:46: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 837 | if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } | ^ parser.c:855:46: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 855 | if( !att_has_val ) { curatt->value = -1; curatt->vallen = 0; } | ^ cp Bare.pm blib/lib/XML/Bare.pm Please specify prototyping behavior for Bare.xs (see perlxs manual) mv Bare.xsc Bare.c gcc -c -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -DVERSION=\"0.53\" -DXS_VERSION=\"0.53\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" Bare.c Bare.c: In function 'cxml2obj': Bare.c:155:25: warning: comparison between pointer and integer 155 | if( curatt->value == -1 ) attval = newSVpvn( "1", 1 ); | ^~ Bare.c: In function 'cxml2obj_simple': Bare.c:283:25: warning: comparison between pointer and integer 283 | if( curatt->value == -1 ) attval = newSVpvn( "1", 1 ); | ^~ rm -f blib/arch/auto/XML/Bare/Bare.so cc -shared -L/usr/local/lib Bare.o parser.o -o blib/arch/auto/XML/Bare/Bare.so \ -lm \ chmod 755 blib/arch/auto/XML/Bare/Bare.so "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" makebench.PL makebench Processing tree.tmpl Processing notree.tmpl Processing exe.tmpl Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bare.bs blib/arch/auto/XML/Bare/Bare.bs 644 "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" makebench.PL makebench Processing tree.tmpl Processing notree.tmpl Processing exe.tmpl PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Basic.t .................... ok t/Bug_node_named_value.t ..... ok t/Bug_simple_empty_is_one.t .. ok t/Bug_simple_with_cdata.t .... ok t/Func_find_by_perl.t ........ ok t/Func_find_node.t ........... ok t/Multithreading.t ........... ok t/Pod.t ...................... skipped: Test::Pod 1.00 required for testing POD t/Pod_Coverage.t ............. skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/UTF8_Attributes.t .......... ok t/UTF8_Values.t .............. ok All tests successful. Files=11, Tests=93, 2 wallclock secs ( 0.02 usr 0.02 sys + 1.43 cusr 0.40 csys = 1.87 CPU) Result: PASS >>> perl-xml-bare: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bare.bs blib/arch/auto/XML/Bare/Bare.bs 644 "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" makebench.PL makebench Processing tree.tmpl Processing notree.tmpl Processing exe.tmpl Manifying 1 pod document Appending installation info to /home/buildozer/aports/testing/perl-xml-bare/pkg/perl-xml-bare/usr/lib/perl5/core_perl/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/buildozer/aports/testing/perl-xml-bare/pkg/perl-xml-bare/usr/lib/perl5/vendor_perl/auto/XML/Bare/Bare.so Installing /home/buildozer/aports/testing/perl-xml-bare/pkg/perl-xml-bare/usr/lib/perl5/vendor_perl/XML/Bare.pm Installing /home/buildozer/aports/testing/perl-xml-bare/pkg/perl-xml-bare/usr/share/man/man3/XML::Bare.3pm >>> perl-xml-bare-doc*: Running split function doc... >>> perl-xml-bare-doc*: Preparing subpackage perl-xml-bare-doc... >>> perl-xml-bare-doc*: Running postcheck for perl-xml-bare-doc >>> perl-xml-bare*: Running postcheck for perl-xml-bare >>> perl-xml-bare*: Preparing package perl-xml-bare... >>> perl-xml-bare*: Stripping binaries >>> perl-xml-bare-doc*: Scanning shared objects >>> perl-xml-bare*: Scanning shared objects >>> perl-xml-bare-doc*: Tracing dependencies... >>> perl-xml-bare-doc*: Package size: 32.0 KB >>> perl-xml-bare-doc*: Compressing data... >>> perl-xml-bare-doc*: Create checksum... >>> perl-xml-bare-doc*: Create perl-xml-bare-doc-0.53-r12.apk >>> perl-xml-bare*: Tracing dependencies... perl so:libc.musl-aarch64.so.1 >>> perl-xml-bare*: Package size: 156.0 KB >>> perl-xml-bare*: Compressing data... >>> perl-xml-bare*: Create checksum... >>> perl-xml-bare*: Create perl-xml-bare-0.53-r12.apk >>> perl-xml-bare: Build complete at Tue, 17 Oct 2023 11:17:49 +0000 elapsed time 0h 0m 5s >>> perl-xml-bare: Cleaning up srcdir >>> perl-xml-bare: Cleaning up pkgdir >>> perl-xml-bare: Uninstalling dependencies... (1/8) Purging .makedepends-perl-xml-bare (20231017.111745) (2/8) Purging perl-dev (5.38.0-r0) (3/8) Purging perl-utils (5.38.0-r0) (4/8) Purging git-perl (2.42.0-r0) (5/8) Purging perl-git (2.42.0-r0) (6/8) Purging perl-error (0.17029-r2) (7/8) Purging perl (5.38.0-r0) (8/8) Purging libbz2 (1.0.8-r6) Executing busybox-1.36.1-r13.trigger OK: 379 MiB in 103 packages >>> perl-xml-bare: Updating the testing/aarch64 repository index... >>> perl-xml-bare: Signing the index...