>>> perl-file-mmagic-xs: Building testing/perl-file-mmagic-xs 0.09008-r1 (using abuild 3.9.0-r0) started Wed, 08 Jun 2022 08:52:07 +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/7) Installing perl (5.36.0-r0) (2/7) Installing perl-utils (5.36.0-r0) (3/7) Installing perl-dev (5.36.0-r0) (4/7) Installing .makedepends-perl-file-mmagic-xs (20220608.085209) (5/7) Installing perl-error (0.17029-r1) (6/7) Installing perl-git (2.36.1-r0) (7/7) Installing git-perl (2.36.1-r0) Executing busybox-1.35.0-r14.trigger OK: 379 MiB in 106 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 100 118k 100 118k 0 0 1344k 0 --:--:-- --:--:-- --:--:-- 1357k >>> 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/edge/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 Running Mkbootstrap for XS () "/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 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 -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:974, 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); | ~~~~~~~~~~~~~~~^~~~ src/MMagic.c: In function 'XS_File__MMagic__XS_error': src/MMagic.xs:142:17: warning: 'self' may be used uninitialized in this function [-Wmaybe-uninitialized] 142 | if (self->error == NULL) { | ~~~~^~~~~~~ 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 "/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/File/MMagic/XS/XS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/001_load.t .............. ok t/002_runthrough.t ........ ok t/003_error.t ............. ok t/004_slurp.t ............. ok t/005_clone.t ............. ok t/100_compat_selfcheck.t .. ok t/101_compat_extmagic.t ... ok All tests successful. Files=7, Tests=95, 1 wallclock secs ( 0.08 usr 0.02 sys + 0.92 cusr 0.13 csys = 1.15 CPU) Result: PASS >>> 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/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/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-r1.apk >>> perl-file-mmagic-xs*: Tracing dependencies... perl so:libc.musl-x86_64.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-r1.apk >>> perl-file-mmagic-xs: Build complete at Wed, 08 Jun 2022 08:52:13 +0000 elapsed time 0h 0m 6s >>> perl-file-mmagic-xs: Cleaning up srcdir >>> perl-file-mmagic-xs: Cleaning up pkgdir >>> perl-file-mmagic-xs: Uninstalling dependencies... (1/7) Purging .makedepends-perl-file-mmagic-xs (20220608.085209) (2/7) Purging perl-dev (5.36.0-r0) (3/7) Purging perl-utils (5.36.0-r0) (4/7) Purging git-perl (2.36.1-r0) (5/7) Purging perl-git (2.36.1-r0) (6/7) Purging perl-error (0.17029-r1) (7/7) Purging perl (5.36.0-r0) Executing busybox-1.35.0-r14.trigger OK: 332 MiB in 99 packages >>> perl-file-mmagic-xs: Updating the testing/x86_64 repository index... >>> perl-file-mmagic-xs: Signing the index...