>>> perl-xml-bare: Building testing/perl-xml-bare 0.53-r12 (using abuild 3.12.0-r0) started Wed, 13 Dec 2023 20:30:24 +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.2-r0) (3/8) Installing perl-utils (5.38.2-r0) (4/8) Installing perl-dev (5.38.2-r0) (5/8) Installing .makedepends-perl-xml-bare (20231213.203036) (6/8) Installing perl-error (0.17029-r2) (7/8) Installing perl-git (2.43.0-r0) (8/8) Installing git-perl (2.43.0-r0) Executing busybox-1.36.1-r16.trigger OK: 276 MiB in 110 packages >>> perl-xml-bare: Cleaning up srcdir >>> perl-xml-bare: Cleaning up pkgdir >>> perl-xml-bare: Cleaning up tmpdir >>> perl-xml-bare: Fetching https://distfiles.alpinelinux.org/distfiles/edge/XML-Bare-0.53.tar.gz >>> perl-xml-bare: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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 "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -nolinenumbers -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' Bare.xs > Bare.xsc Running Mkbootstrap for Bare () 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 exe.tmpl Processing notree.tmpl Processing tree.tmpl Manifying 1 pod document >>> 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 exe.tmpl Processing notree.tmpl Processing tree.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-riscv64.so.1 >>> perl-xml-bare*: Package size: 112.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 Wed, 13 Dec 2023 20:30:52 +0000 elapsed time 0h 0m 28s >>> perl-xml-bare: Cleaning up srcdir >>> perl-xml-bare: Cleaning up pkgdir >>> perl-xml-bare: Uninstalling dependencies... (1/8) Purging .makedepends-perl-xml-bare (20231213.203036) (2/8) Purging perl-dev (5.38.2-r0) (3/8) Purging perl-utils (5.38.2-r0) (4/8) Purging git-perl (2.43.0-r0) (5/8) Purging perl-git (2.43.0-r0) (6/8) Purging perl-error (0.17029-r2) (7/8) Purging perl (5.38.2-r0) (8/8) Purging libbz2 (1.0.8-r6) Executing busybox-1.36.1-r16.trigger OK: 227 MiB in 102 packages >>> perl-xml-bare: Updating the testing/riscv64 repository index... >>> perl-xml-bare: Signing the index...