>>> perl-file-mmagic-xs: Building testing/perl-file-mmagic-xs 0.09008-r3 (using abuild 3.11.20-r0) started Thu, 06 Jul 2023 13:33:05 +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-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-file-mmagic-xs (20230706.133310) (6/8) Installing perl-error (0.17029-r2) (7/8) Installing perl-git (2.41.0-r1) (8/8) Installing git-perl (2.41.0-r1) Executing busybox-1.36.1-r2.trigger OK: 962 MiB in 116 packages >>> perl-file-mmagic-xs: Cleaning up srcdir >>> perl-file-mmagic-xs: Cleaning up pkgdir >>> perl-file-mmagic-xs: Cleaning up tmpdir >>> 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 100 118k 100 118k 0 0 284k 0 --:--:-- --:--:-- --:--:-- 293k >>> 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 format-security.patch: OK >>> perl-file-mmagic-xs: Unpacking /var/cache/distfiles/File-MMagic-XS-0.09008.tar.gz... >>> perl-file-mmagic-xs: format-security.patch patching file src/perl-mmagic-xs.c 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 Running Mkbootstrap for XS () 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 -fstack-clash-protection -Wformat -Werror=format-security -O2 -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 -fstack-clash-protection -Wformat -Werror=format-security -O2 -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 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 benchmark.pl blib/lib/File/MMagic/benchmark.pl cp lib/File/MMagic/magic blib/lib/File/MMagic/magic cp lib/File/MMagic/XS.pm blib/lib/File/MMagic/XS.pm 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 -fstack-clash-protection -Wformat -Werror=format-security -O2 -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/MMagicST.c: In function 'rehash': src/MMagicST.c:64:17: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 64 | #define xcalloc calloc | ^ src/MMagicST.c:70:28: note: in expansion of macro 'xcalloc' 70 | #define Calloc(n,s) (char*)xcalloc((n),(s)) | ^~~~~~~ src/MMagicST.c:337:34: note: in expansion of macro 'Calloc' 337 | new_bins = (st_table_entry**)Calloc(new_num_bins, sizeof(st_table_entry*)); | ^~~~~~ In file included from /usr/include/fortify/stdlib.h:23, from src/MMagicST.c:9: /usr/include/stdlib.h:41:7: note: in a call to allocation function 'calloc' declared here 41 | void *calloc (size_t, size_t); | ^~~~~~ 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:31, from /usr/lib/perl5/core_perl/CORE/perl.h:1071, 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); | ~~~~~~~~~~~~~~~^~~~ rm -f blib/arch/auto/File/MMagic/XS/XS.so cc -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -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/XS.pm 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/benchmark.pl 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-r3.apk >>> perl-file-mmagic-xs*: Tracing dependencies... perl so:libc.musl-riscv64.so.1 >>> perl-file-mmagic-xs*: Package size: 128.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-r3.apk >>> perl-file-mmagic-xs: Build complete at Thu, 06 Jul 2023 13:33:30 +0000 elapsed time 0h 0m 25s >>> 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 (20230706.133310) (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-r1) (5/8) Purging perl-git (2.41.0-r1) (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-file-mmagic-xs: Updating the testing/riscv64 repository index... >>> perl-file-mmagic-xs: Signing the index...