>>> perl-socket6: Building main/perl-socket6 0.29-r9 (using abuild 3.11.20-r0) started Tue, 04 Jul 2023 20:14:07 +0000 >>> perl-socket6: Checking sanity of /home/buildozer/aports/main/perl-socket6/APKBUILD... >>> perl-socket6: Analyzing dependencies... >>> perl-socket6: 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-socket6 (20230704.201409) (6/8) Installing perl-error (0.17029-r2) (7/8) Installing perl-git (2.41.0-r0) (8/8) Installing git-perl (2.41.0-r0) Executing busybox-1.36.1-r2.trigger OK: 962 MiB in 116 packages >>> perl-socket6: Cleaning up srcdir >>> perl-socket6: Cleaning up pkgdir >>> perl-socket6: Cleaning up tmpdir >>> perl-socket6: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Socket6-0.29.tar.gz >>> perl-socket6: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Socket6-0.29.tar.gz >>> perl-socket6: Checking sha512sums... Socket6-0.29.tar.gz: OK >>> perl-socket6: Unpacking /var/cache/distfiles/Socket6-0.29.tar.gz... checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether your Perl5 have PL_sv_undef... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for getaddrinfo... yes checking for getnameinfo... yes checking for gethostbyname2... yes checking for getipnodebyname... no checking for getipnodebyname in -lsocket... no checking whether your system has IPv6 directory... no checking for getipnodebyaddr... no checking for getipnodebyaddr in -lsocket... no checking whether your system has IPv6 directory... (cached) no checking for inet_pton... yes checking for inet_ntop... yes checking for working inet_ntop... yes checking whether you have sa_len in struct sockaddr... no checking whether you have sin6_scope_id in struct sockaddr_in6... yes checking for socklen_t... yes configure: creating ./config.status config.status: creating config.pl config.status: creating gailookup.pl config.status: creating config.h Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Socket6 Writing MYMETA.yml and MYMETA.json "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' Socket6.xs > Socket6.xsc Running Mkbootstrap for Socket6 () chmod 644 "Socket6.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644 cp Socket6.pm blib/lib/Socket6.pm mv Socket6.xsc Socket6.c cc -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.29\" -DXS_VERSION=\"0.29\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" Socket6.c Socket6.xs: In function 'XS_Socket6_inet_ntop': Socket6.xs:543:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 543 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 544 | "Socket6::inet_ntop", 545 | addrlen, alen); | ~~~~~~~ | | | STRLEN {aka long unsigned int} Socket6.xs:543:23: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 543 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 544 | "Socket6::inet_ntop", 545 | addrlen, alen); | ~~~~ | | | STRLEN {aka long unsigned int} Socket6.xs: In function 'XS_Socket6_unpack_sockaddr_in6': Socket6.xs:622:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 622 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 623 | "Socket6::unpack_sockaddr_in6", 624 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~ | | | STRLEN {aka long unsigned int} Socket6.xs:622:23: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] 622 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 623 | "Socket6::unpack_sockaddr_in6", 624 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~~ | | | long unsigned int Socket6.xs: In function 'XS_Socket6_unpack_sockaddr_in6_all': Socket6.xs:658:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 658 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 659 | "Socket6::unpack_sockaddr_in6", 660 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~ | | | STRLEN {aka long unsigned int} Socket6.xs:658:23: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] 658 | croak("Bad arg length for %s, length is %d, should be %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 659 | "Socket6::unpack_sockaddr_in6", 660 | sockaddrlen, sizeof(addr)); | ~~~~~~~~~~~~ | | | long unsigned int Socket6.xs: In function 'XS_Socket6_getipnodebyname': Socket6.xs:872:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 872 | ST(0) = (SV *) not_here("getipnodebyname"); | ^ Socket6.xs: In function 'XS_Socket6_getipnodebyaddr': Socket6.xs:943:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 943 | ST(0) = (SV *) not_here("getipnodebyaddr"); | ^ rm -f blib/arch/auto/Socket6/Socket6.so cc -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -L/usr/local/lib -fstack-protector-strong Socket6.o -o blib/arch/auto/Socket6/Socket6.so \ \ chmod 755 blib/arch/auto/Socket6/Socket6.so Manifying 1 pod document >>> perl-socket6: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644 Manifying 1 pod document Appending installation info to /home/buildozer/aports/main/perl-socket6/pkg/perl-socket6/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/main/perl-socket6/pkg/perl-socket6/usr/lib/perl5/vendor_perl/auto/Socket6/Socket6.so Installing /home/buildozer/aports/main/perl-socket6/pkg/perl-socket6/usr/lib/perl5/vendor_perl/Socket6.pm Installing /home/buildozer/aports/main/perl-socket6/pkg/perl-socket6/usr/share/man/man3/Socket6.3pm >>> perl-socket6-doc*: Running split function doc... >>> perl-socket6-doc*: Preparing subpackage perl-socket6-doc... >>> perl-socket6-doc*: Running postcheck for perl-socket6-doc >>> perl-socket6*: Running postcheck for perl-socket6 >>> perl-socket6*: Preparing package perl-socket6... >>> perl-socket6*: Stripping binaries >>> perl-socket6-doc*: Scanning shared objects >>> perl-socket6*: Scanning shared objects >>> perl-socket6-doc*: Tracing dependencies... >>> perl-socket6-doc*: Package size: 24.0 KB >>> perl-socket6-doc*: Compressing data... >>> perl-socket6-doc*: Create checksum... >>> perl-socket6-doc*: Create perl-socket6-doc-0.29-r9.apk >>> perl-socket6*: Tracing dependencies... perl so:libc.musl-riscv64.so.1 >>> perl-socket6*: Package size: 64.0 KB >>> perl-socket6*: Compressing data... >>> perl-socket6*: Create checksum... >>> perl-socket6*: Create perl-socket6-0.29-r9.apk >>> perl-socket6: Build complete at Tue, 04 Jul 2023 20:14:57 +0000 elapsed time 0h 0m 50s >>> perl-socket6: Cleaning up srcdir >>> perl-socket6: Cleaning up pkgdir >>> perl-socket6: Uninstalling dependencies... (1/8) Purging .makedepends-perl-socket6 (20230704.201409) (2/8) Purging perl-dev (5.38.0-r0) (3/8) Purging perl-utils (5.38.0-r0) (4/8) Purging git-perl (2.41.0-r0) (5/8) Purging perl-git (2.41.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-r2.trigger OK: 914 MiB in 108 packages >>> perl-socket6: Updating the main/riscv64 repository index... >>> perl-socket6: Signing the index...