>>> perl-file-mmagic-xs: Building testing/perl-file-mmagic-xs 0.09008-r0 (using abuild 3.9.0-r0) started Mon, 23 May 2022 21:54:18 +0000 >>> perl-file-mmagic-xs: Checking sanity of /home/buildozer/aports/testing/perl-file-mmagic-xs/APKBUILD... >>> perl-file-mmagic-xs: Analyzing dependencies... >>> perl-file-mmagic-xs: Installing for build: build-base perl perl-dev (1/8) Installing libbz2 (1.0.8-r1) (2/8) Installing perl (5.34.1-r0) (3/8) Installing perl-utils (5.34.1-r0) (4/8) Installing perl-dev (5.34.1-r0) (5/8) Installing .makedepends-perl-file-mmagic-xs (20220523.215421) (6/8) Installing perl-error (0.17029-r1) (7/8) Installing perl-git (2.36.1-r0) (8/8) Installing git-perl (2.36.1-r0) Executing busybox-1.35.0-r13.trigger OK: 260 MiB in 86 packages >>> perl-file-mmagic-xs: Cleaning up srcdir >>> perl-file-mmagic-xs: Cleaning up pkgdir >>> perl-file-mmagic-xs: Fetching https://distfiles.alpinelinux.org/distfiles/edge//File-MMagic-XS-0.09008.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> perl-file-mmagic-xs: Fetching https://cpan.metacpan.org/authors/id/D/DM/DMAKI/File-MMagic-XS-0.09008.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 118k 100 118k 0 0 362k 0 --:--:-- --:--:-- --:--:-- 398k >>> perl-file-mmagic-xs: Fetching https://distfiles.alpinelinux.org/distfiles/edge//File-MMagic-XS-0.09008.tar.gz >>> perl-file-mmagic-xs: Checking sha512sums... File-MMagic-XS-0.09008.tar.gz: OK >>> perl-file-mmagic-xs: Unpacking /var/cache/distfiles/File-MMagic-XS-0.09008.tar.gz... Cannot determine perl version info from lib/File/MMagic/XS.pm Writing ppport.h Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::MMagic::XS Writing MYMETA.yml and MYMETA.json "/usr/bin/perl" "-Iinc" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' src/MMagic.xs > src/MMagic.xsc cc -c "-I." "-I." -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -Os -fomit-frame-pointer -DVERSION=\"0.09008\" -DXS_VERSION=\"0.09008\" -o src/MMagicST.o -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DUSE_PPPORT src/MMagicST.c cc -c "-I." "-I." -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -Os -fomit-frame-pointer -DVERSION=\"0.09008\" -DXS_VERSION=\"0.09008\" -o src/perl-mmagic-xs.o -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DUSE_PPPORT src/perl-mmagic-xs.c Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/File/MMagic/XS/XS.bs 644 src/MMagicST.c: In function 'new_size': src/MMagicST.c:133:12: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 133 | i < sizeof(primes)/sizeof(primes[0]); | ^ src/MMagicST.c: In function 'delete_never': src/MMagicST.c:470:15: warning: unused parameter 'key' [-Wunused-parameter] 470 | st_data_t key, value, never; | ^~~ cp lib/File/MMagic/XS.pm blib/lib/File/MMagic/XS.pm cp benchmark.pl blib/lib/File/MMagic/benchmark.pl cp lib/File/MMagic/magic blib/lib/File/MMagic/magic mv src/MMagic.xsc src/MMagic.c cc -c "-I." "-I." -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -Os -fomit-frame-pointer -DVERSION=\"0.09008\" -DXS_VERSION=\"0.09008\" -o src/MMagic.o -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DUSE_PPPORT src/MMagic.c src/perl-mmagic-xs.c: In function 'PerlFMM_ascmagic': src/perl-mmagic-xs.c:1645:36: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 1645 | rc = fmm_ascmagic(data, strlen(data), &type); | ^~~~ | | | unsigned char * In file included from /usr/include/fortify/wchar.h:30, from /usr/lib/perl5/core_perl/CORE/perl.h:896, from src/perl-mmagic-xs.h:5, from src/perl-mmagic-xs.c:105: /usr/include/string.h:54:16: note: expected 'const char *' but argument is of type 'unsigned char *' 54 | size_t strlen (const char *); | ^~~~~~~~~~~~ src/MMagic.c: In function 'XS_File__MMagic__XS_ascmagic': src/MMagic.c:475:41: warning: pointer targets in passing argument 2 of 'PerlFMM_ascmagic' differ in signedness [-Wpointer-sign] 475 | RETVAL = PerlFMM_ascmagic(self, data); | ^~~~ | | | char * In file included from src/MMagic.xs:1: src/perl-mmagic-xs.h:100:52: note: expected 'unsigned char *' but argument is of type 'char *' 100 | SV* PerlFMM_ascmagic(PerlFMM *self, unsigned char *data); | ~~~~~~~~~~~~~~~^~~~ In file included from /usr/lib/perl5/core_perl/CORE/perl.h:5744, from src/perl-mmagic-xs.h:5, from src/MMagic.xs:1: src/MMagic.c: In function 'XS_File__MMagic__XS_error': /usr/lib/perl5/core_perl/CORE/embed.h:393:33: warning: 'self' may be used uninitialized in this function [-Wmaybe-uninitialized] 393 | #define newSVsv_flags(a,b) Perl_newSVsv_flags(aTHX_ a,b) | ^~~~~~~~~~~~~~~~~~ src/MMagic.c:579:25: note: 'self' was declared here 579 | PerlFMM * self; | ^~~~ src/MMagic.c: In function 'XS_File__MMagic__XS_add_file_ext': src/MMagic.c:564:18: warning: 'self' may be used uninitialized in this function [-Wmaybe-uninitialized] 564 | RETVAL = PerlFMM_add_file_ext(self, ext, mime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/MMagic.c: In function 'XS_File__MMagic__XS_add_magic': src/MMagic.c:533:18: warning: 'self' may be used uninitialized in this function [-Wmaybe-uninitialized] 533 | RETVAL = PerlFMM_add_magic(self, magic); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/MMagic.c: In function 'XS_File__MMagic__XS_get_mime': src/MMagic.c:504:18: warning: 'self' may be used uninitialized in this function [-Wmaybe-uninitialized] 504 | RETVAL = PerlFMM_get_mime(self, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/MMagic.c: In function 'XS_File__MMagic__XS_ascmagic': src/MMagic.c:475:18: warning: 'self' may be used uninitialized in this function [-Wmaybe-uninitialized] 475 | RETVAL = PerlFMM_ascmagic(self, data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/MMagic.c: In function 'XS_File__MMagic__XS_bufmagic': src/MMagic.c:446:18: warning: 'self' may be used uninitialized in this function [-Wmaybe-uninitialized] 446 | RETVAL = PerlFMM_bufmagic(self, buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/MMagic.c: In function 'XS_File__MMagic__XS_fsmagic': src/MMagic.c:417:18: warning: 'self' may be used uninitialized in this function [-Wmaybe-uninitialized] 417 | RETVAL = PerlFMM_fsmagic(self, filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/MMagic.c: In function 'XS_File__MMagic__XS_fhmagic': src/MMagic.c:388:18: warning: 'self' may be used uninitialized in this function [-Wmaybe-uninitialized] 388 | RETVAL = PerlFMM_fhmagic(self, svio); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/MMagic.c: In function 'XS_File__MMagic__XS_parse_magic_file': src/MMagic.c:359:18: warning: 'self' may be used uninitialized in this function [-Wmaybe-uninitialized] 359 | RETVAL = PerlFMM_parse_magic_file(self, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/MMagic.c: In function 'XS_File__MMagic__XS_clone': src/MMagic.c:303:18: warning: 'self' may be used uninitialized in this function [-Wmaybe-uninitialized] 303 | RETVAL = PerlFMM_clone(self); | ^~~~~~~~~~~~~~~~~~~ src/MMagic.c:288:25: note: 'self' was declared here 288 | PerlFMM * self; | ^~~~ rm -f blib/arch/auto/File/MMagic/XS/XS.so cc -shared -Os -fomit-frame-pointer -L/usr/local/lib -fstack-protector-strong src/MMagic.o src/MMagicST.o src/perl-mmagic-xs.o -o blib/arch/auto/File/MMagic/XS/XS.so \ \ chmod 755 blib/arch/auto/File/MMagic/XS/XS.so Manifying 1 pod document >>> perl-file-mmagic-xs: Entering fakeroot... "/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/File/MMagic/XS/XS.bs 644 Manifying 1 pod document Appending installation info to /home/buildozer/aports/testing/perl-file-mmagic-xs/pkg/perl-file-mmagic-xs/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-file-mmagic-xs/pkg/perl-file-mmagic-xs/usr/lib/perl5/vendor_perl/auto/File/MMagic/XS/XS.so Installing /home/buildozer/aports/testing/perl-file-mmagic-xs/pkg/perl-file-mmagic-xs/usr/lib/perl5/vendor_perl/File/MMagic/benchmark.pl Installing /home/buildozer/aports/testing/perl-file-mmagic-xs/pkg/perl-file-mmagic-xs/usr/lib/perl5/vendor_perl/File/MMagic/magic Installing /home/buildozer/aports/testing/perl-file-mmagic-xs/pkg/perl-file-mmagic-xs/usr/lib/perl5/vendor_perl/File/MMagic/XS.pm Installing /home/buildozer/aports/testing/perl-file-mmagic-xs/pkg/perl-file-mmagic-xs/usr/share/man/man3/File::MMagic::XS.3pm >>> perl-file-mmagic-xs-doc*: Running split function doc... >>> perl-file-mmagic-xs-doc*: Preparing subpackage perl-file-mmagic-xs-doc... >>> perl-file-mmagic-xs-doc*: Running postcheck for perl-file-mmagic-xs-doc >>> perl-file-mmagic-xs*: Running postcheck for perl-file-mmagic-xs >>> perl-file-mmagic-xs*: Preparing package perl-file-mmagic-xs... >>> perl-file-mmagic-xs*: Stripping binaries >>> perl-file-mmagic-xs-doc*: Scanning shared objects >>> perl-file-mmagic-xs*: Scanning shared objects >>> perl-file-mmagic-xs-doc*: Tracing dependencies... >>> perl-file-mmagic-xs-doc*: Package size: 24.0 KB >>> perl-file-mmagic-xs-doc*: Compressing data... >>> perl-file-mmagic-xs-doc*: Create checksum... >>> perl-file-mmagic-xs-doc*: Create perl-file-mmagic-xs-doc-0.09008-r0.apk >>> perl-file-mmagic-xs*: Tracing dependencies... perl so:libc.musl-riscv64.so.1 >>> perl-file-mmagic-xs*: Package size: 124.0 KB >>> perl-file-mmagic-xs*: Compressing data... >>> perl-file-mmagic-xs*: Create checksum... >>> perl-file-mmagic-xs*: Create perl-file-mmagic-xs-0.09008-r0.apk >>> perl-file-mmagic-xs: Build complete at Mon, 23 May 2022 21:54:41 +0000 elapsed time 0h 0m 23s >>> perl-file-mmagic-xs: Cleaning up srcdir >>> perl-file-mmagic-xs: Cleaning up pkgdir >>> perl-file-mmagic-xs: Uninstalling dependencies... (1/8) Purging .makedepends-perl-file-mmagic-xs (20220523.215421) (2/8) Purging perl-dev (5.34.1-r0) (3/8) Purging perl-utils (5.34.1-r0) (4/8) Purging git-perl (2.36.1-r0) (5/8) Purging perl-git (2.36.1-r0) (6/8) Purging perl-error (0.17029-r1) (7/8) Purging perl (5.34.1-r0) (8/8) Purging libbz2 (1.0.8-r1) Executing busybox-1.35.0-r13.trigger OK: 214 MiB in 78 packages >>> perl-file-mmagic-xs: Updating the testing/riscv64 repository index... >>> perl-file-mmagic-xs: Signing the index...