>>> perl-socket6: Building main/perl-socket6 0.29-r5 (using abuild 3.9.0_rc2-r1) started Sat, 16 Oct 2021 22:40:08 +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-dev (1/8) Installing libbz2 (1.0.8-r1) (2/8) Installing perl (5.34.0-r1) (3/8) Installing perl-utils (5.34.0-r1) (4/8) Installing perl-dev (5.34.0-r1) (5/8) Installing .makedepends-perl-socket6 (20211016.224009) (6/8) Installing perl-error (0.17029-r1) (7/8) Installing perl-git (2.33.1-r0) (8/8) Installing git-perl (2.33.1-r0) Executing busybox-1.34.1-r0.trigger OK: 389 MiB in 97 packages >>> perl-socket6: Cleaning up srcdir >>> perl-socket6: Cleaning up pkgdir >>> perl-socket6: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/Socket6-0.29.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> perl-socket6: Fetching https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/Socket6-0.29.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 65359 100 65359 0 0 916k 0 --:--:-- --:--:-- --:--:-- 925k >>> perl-socket6: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/Socket6-0.29.tar.gz >>> perl-socket6: Checking sha512sums... Socket6-0.29.tar.gz: OK >>> perl-socket6: Unpacking /var/cache/distfiles/v3.15/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 Running Mkbootstrap for Socket6 () "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' Socket6.xs > Socket6.xsc 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 -fomit-frame-pointer -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:9: 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:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] Socket6.xs: In function 'XS_Socket6_unpack_sockaddr_in6': Socket6.xs:622:9: 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:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] Socket6.xs: In function 'XS_Socket6_unpack_sockaddr_in6_all': Socket6.xs:658:9: 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:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] Socket6.xs: In function 'XS_Socket6_getipnodebyname': Socket6.xs:872:10: 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:10: 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 -fomit-frame-pointer -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 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644 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/use.t .. ok All tests successful. Files=1, Tests=9, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.04 cusr 0.00 csys = 0.07 CPU) Result: PASS >>> 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-r5.apk >>> perl-socket6*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> perl-socket6*: Package size: 68.0 KB >>> perl-socket6*: Compressing data... >>> perl-socket6*: Create checksum... >>> perl-socket6*: Create perl-socket6-0.29-r5.apk >>> perl-socket6: Build complete at Sat, 16 Oct 2021 22:40:16 +0000 elapsed time 0h 0m 8s >>> perl-socket6: Cleaning up srcdir >>> perl-socket6: Cleaning up pkgdir >>> perl-socket6: Uninstalling dependencies... (1/8) Purging .makedepends-perl-socket6 (20211016.224009) (2/8) Purging perl-dev (5.34.0-r1) (3/8) Purging perl-utils (5.34.0-r1) (4/8) Purging git-perl (2.33.1-r0) (5/8) Purging perl-git (2.33.1-r0) (6/8) Purging perl-error (0.17029-r1) (7/8) Purging perl (5.34.0-r1) (8/8) Purging libbz2 (1.0.8-r1) Executing busybox-1.34.1-r0.trigger OK: 342 MiB in 89 packages >>> perl-socket6: Updating the main/x86_64 repository index... >>> perl-socket6: Signing the index...