>>> perl-xml-libxslt: Building community/perl-xml-libxslt 2.003000-r0 (using abuild 3.14.1-r1) started Fri, 01 Nov 2024 16:44:52 +0000
>>> perl-xml-libxslt: Validating /home/buildozer/aports/community/perl-xml-libxslt/APKBUILD...
>>> perl-xml-libxslt: Analyzing dependencies...
>>> perl-xml-libxslt: Installing for build: build-base perl perl-xml-libxml perl-dev libgcrypt-dev libgpg-error-dev libxml2-dev libxslt-dev
(1/25) Installing libbz2 (1.0.8-r6)
(2/25) Installing perl (5.40.0-r3)
(3/25) Installing perl-xml-sax-base (1.09-r5)
(4/25) Installing perl-xml-namespacesupport (1.12-r5)
(5/25) Installing perl-xml-sax (1.02-r3)
Executing perl-xml-sax-1.02-r3.post-install
(6/25) Installing xz-libs (5.6.3-r0)
(7/25) Installing libxml2 (2.13.4-r3)
(8/25) Installing perl-xml-libxml (2.0210-r1)
(9/25) Installing perl-utils (5.40.0-r3)
(10/25) Installing perl-dev (5.40.0-r3)
(11/25) Installing libgpg-error (1.50-r0)
(12/25) Installing libgcrypt (1.10.3-r1)
(13/25) Installing libgpg-error-dev (1.50-r0)
(14/25) Installing libgcrypt-dev (1.10.3-r1)
(15/25) Installing zlib-dev (1.3.1-r2)
(16/25) Installing xz (5.6.3-r0)
(17/25) Installing xz-dev (5.6.3-r0)
(18/25) Installing libxml2-utils (2.13.4-r3)
(19/25) Installing libxml2-dev (2.13.4-r3)
(20/25) Installing libxslt (1.1.42-r1)
(21/25) Installing libxslt-dev (1.1.42-r1)
(22/25) Installing .makedepends-perl-xml-libxslt (20241101.164454)
(23/25) Installing perl-error (0.17029-r2)
(24/25) Installing perl-git (2.46.2-r0)
(25/25) Installing git-perl (2.46.2-r0)
Executing busybox-1.37.0-r5.trigger
OK: 313 MiB in 126 packages
>>> perl-xml-libxslt: Cleaning up srcdir
>>> perl-xml-libxslt: Cleaning up pkgdir
>>> perl-xml-libxslt: Cleaning up tmpdir
>>> perl-xml-libxslt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/XML-LibXSLT-2.003000.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/XML-LibXSLT-2.003000.tar.gz.part'
XML-LibXSLT-2.003000 100% |********************************|  116k  0:00:00 ETA
'/var/cache/distfiles/v3.21/XML-LibXSLT-2.003000.tar.gz.part' saved
>>> perl-xml-libxslt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/XML-LibXSLT-2.003000.tar.gz
>>> perl-xml-libxslt: Checking sha512sums...
XML-LibXSLT-2.003000.tar.gz: OK
>>> perl-xml-libxslt: Unpacking /var/cache/distfiles/v3.21/XML-LibXSLT-2.003000.tar.gz...
running pkg-config libxslt... ok
looking for -lxslt... yes
looking for -lexslt... yes
running pkg-config libexslt... ok
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for XML::LibXSLT
Writing MYMETA.yml and MYMETA.json
Running Mkbootstrap for LibXSLT ()
"/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/home/buildozer/aports/community/perl-xml-libxslt/src/XML-LibXSLT-2.003000/typemap'  LibXSLT.xs > LibXSLT.xsc
cc -c  -I/usr/include/libxml2 -I/usr/include/libxml2 -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=\"2.003000\" -DXS_VERSION=\"2.003000\" -fPIC "-I/usr/lib/perl5/core_perl/CORE"  -DHAVE_BLANK -DHAVE_BLANK -DHAVE_EXSLT perl-libxml-mm.c
chmod 644 "LibXSLT.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXSLT.bs blib/arch/auto/XML/LibXSLT/LibXSLT.bs 644
cp lib/XML/LibXSLT.pm blib/lib/XML/LibXSLT.pm
cp lib/XML/LibXSLT/Quick.pm blib/lib/XML/LibXSLT/Quick.pm
mv LibXSLT.xsc LibXSLT.c
cc -c  -I/usr/include/libxml2 -I/usr/include/libxml2 -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=\"2.003000\" -DXS_VERSION=\"2.003000\" -fPIC "-I/usr/lib/perl5/core_perl/CORE"  -DHAVE_BLANK -DHAVE_BLANK -DHAVE_EXSLT LibXSLT.c
LibXSLT.c: In function 'XS_XML__LibXSLT__Stylesheet_transform':
LibXSLT.c:1352:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 1352 |             self = (xsltStylesheetPtr)SvIV((SV*)SvRV( ST(0) ));
      |                    ^
LibXSLT.c: In function 'XS_XML__LibXSLT__Stylesheet_transform_file':
LibXSLT.c:1478:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 1478 |             self = (xsltStylesheetPtr)SvIV((SV*)SvRV( ST(0) ));
      |                    ^
LibXSLT.c: In function 'XS_XML__LibXSLT__Stylesheet_DESTROY':
LibXSLT.c:1566:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 1566 |             self = (xsltStylesheetPtr)SvIV((SV*)SvRV( ST(0) ));
      |                    ^
LibXSLT.c: In function 'XS_XML__LibXSLT__Stylesheet__output_string':
LibXSLT.c:1610:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 1610 |             self = (xsltStylesheetPtr)SvIV((SV*)SvRV( ST(0) ));
      |                    ^
LibXSLT.c: In function 'XS_XML__LibXSLT__Stylesheet_output_fh':
LibXSLT.c:1683:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 1683 |             self = (xsltStylesheetPtr)SvIV((SV*)SvRV( ST(0) ));
      |                    ^
LibXSLT.c: In function 'XS_XML__LibXSLT__Stylesheet_output_file':
LibXSLT.c:1738:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 1738 |             self = (xsltStylesheetPtr)SvIV((SV*)SvRV( ST(0) ));
      |                    ^
LibXSLT.c: In function 'XS_XML__LibXSLT__Stylesheet_media_type':
LibXSLT.c:1774:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 1774 |             self = (xsltStylesheetPtr)SvIV((SV*)SvRV( ST(0) ));
      |                    ^
LibXSLT.c: In function 'XS_XML__LibXSLT__Stylesheet_output_method':
LibXSLT.c:1823:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 1823 |             self = (xsltStylesheetPtr)SvIV((SV*)SvRV( ST(0) ));
      |                    ^
LibXSLT.c: In function 'XS_XML__LibXSLT__Stylesheet_output_encoding':
LibXSLT.c:1862:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 1862 |             self = (xsltStylesheetPtr)SvIV((SV*)SvRV( ST(0) ));
      |                    ^
LibXSLT.c: In function 'XS_XML__LibXSLT__TransformContext_stylesheet':
LibXSLT.c:1895:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 1895 |             self = (xsltTransformContextPtr)SvIV((SV*)SvRV( ST(0) ));
      |                    ^
rm -f blib/arch/auto/XML/LibXSLT/LibXSLT.so
LD_RUN_PATH="/usr/lib" cc  -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -L/usr/local/lib -fstack-protector-strong  LibXSLT.o perl-libxml-mm.o  -o blib/arch/auto/XML/LibXSLT/LibXSLT.so  \
   -lxslt -lxml2 -lz -lm -lexslt -lxml2   \
  
chmod 755 blib/arch/auto/XML/LibXSLT/LibXSLT.so
Manifying 2 pod documents
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXSLT.bs blib/arch/auto/XML/LibXSLT/LibXSLT.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/01basic.t ............... ok
t/02dromeds.t ............. ok
I/O warning : failed to load "not-found.xml": No such file or directory
t/03input.t ............... ok
t/04params.t .............. ok
t/05quick.t ............... ok
t/06entities.t ............ ok
t/06output.t .............. ok
t/07blankdoc.t ............ ok
t/08literal.t ............. ok
t/09exslt.t ............... ok
t/10functions.t ........... ok
t/11utf8.t ................ ok
t/12import.t .............. ok
t/13error.t ............... ok
t/14security.t ............ ok
t/15misc.t ................ ok
t/cpan-changes.t .......... skipped: Test::CPAN::Changes required for this test
t/pod.t ................... skipped: Test::Pod 1.14 required for testing POD
t/rt71345_a.t ............. ok
t/rt71345_b.t ............. ok
t/style-trailing-space.t .. skipped: Test::TrailingSpace required for trailing space test.
t/using-quick-wrapper.t ... ok
t/xml-grammar-failures.t .. ok
All tests successful.
Files=23, Tests=273,  2 wallclock secs ( 0.04 usr  0.04 sys +  1.61 cusr  0.29 csys =  1.98 CPU)
Result: PASS
>>> perl-xml-libxslt: Entering fakeroot...
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXSLT.bs blib/arch/auto/XML/LibXSLT/LibXSLT.bs 644
Manifying 2 pod documents
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /home/buildozer/aports/community/perl-xml-libxslt/pkg/perl-xml-libxslt/usr/lib/perl5/vendor_perl/auto/XML/LibXSLT/LibXSLT.so
Installing /home/buildozer/aports/community/perl-xml-libxslt/pkg/perl-xml-libxslt/usr/lib/perl5/vendor_perl/XML/LibXSLT.pm
Installing /home/buildozer/aports/community/perl-xml-libxslt/pkg/perl-xml-libxslt/usr/lib/perl5/vendor_perl/XML/LibXSLT/Quick.pm
Installing /home/buildozer/aports/community/perl-xml-libxslt/pkg/perl-xml-libxslt/usr/share/man/man3/XML::LibXSLT::Quick.3pm
Installing /home/buildozer/aports/community/perl-xml-libxslt/pkg/perl-xml-libxslt/usr/share/man/man3/XML::LibXSLT.3pm
>>> perl-xml-libxslt-doc*: Running split function doc...
'usr/share/man' -> '/home/buildozer/aports/community/perl-xml-libxslt/pkg/perl-xml-libxslt-doc/usr/share/man'
>>> perl-xml-libxslt-doc*: Preparing subpackage perl-xml-libxslt-doc...
>>> perl-xml-libxslt-doc*: Running postcheck for perl-xml-libxslt-doc
>>> perl-xml-libxslt*: Running postcheck for perl-xml-libxslt
>>> perl-xml-libxslt*: Preparing package perl-xml-libxslt...
>>> perl-xml-libxslt*: Stripping binaries
>>> WARNING: perl-xml-libxslt*: Redundant /usr/lib in rpath found
>>> perl-xml-libxslt-doc*: Scanning shared objects
>>> perl-xml-libxslt*: Scanning shared objects
>>> perl-xml-libxslt-doc*: Tracing dependencies...
>>> perl-xml-libxslt-doc*: Package size: 9.3 KB
>>> perl-xml-libxslt-doc*: Compressing data...
>>> perl-xml-libxslt-doc*: Create checksum...
>>> perl-xml-libxslt-doc*: Create perl-xml-libxslt-doc-2.003000-r0.apk
>>> perl-xml-libxslt*: Tracing dependencies...
	perl
	perl-xml-libxml
	so:libc.musl-armv7.so.1
	so:libexslt.so.0
	so:libxml2.so.2
	so:libxslt.so.1
>>> perl-xml-libxslt*: Package size: 75.9 KB
>>> perl-xml-libxslt*: Compressing data...
>>> perl-xml-libxslt*: Create checksum...
>>> perl-xml-libxslt*: Create perl-xml-libxslt-2.003000-r0.apk
>>> perl-xml-libxslt: Build complete at Fri, 01 Nov 2024 16:45:00 +0000 elapsed time 0h 0m 8s
>>> perl-xml-libxslt: Cleaning up srcdir
>>> perl-xml-libxslt: Cleaning up pkgdir
>>> perl-xml-libxslt: Uninstalling dependencies...
(1/25) Purging .makedepends-perl-xml-libxslt (20241101.164454)
(2/25) Purging perl-xml-libxml (2.0210-r1)
(3/25) Purging perl-xml-sax (1.02-r3)
Executing perl-xml-sax-1.02-r3.pre-deinstall
(4/25) Purging perl-xml-sax-base (1.09-r5)
(5/25) Purging perl-xml-namespacesupport (1.12-r5)
(6/25) Purging perl-dev (5.40.0-r3)
(7/25) Purging perl-utils (5.40.0-r3)
(8/25) Purging libgcrypt-dev (1.10.3-r1)
(9/25) Purging libgpg-error-dev (1.50-r0)
(10/25) Purging libxslt-dev (1.1.42-r1)
(11/25) Purging libxslt (1.1.42-r1)
(12/25) Purging git-perl (2.46.2-r0)
(13/25) Purging perl-git (2.46.2-r0)
(14/25) Purging perl-error (0.17029-r2)
(15/25) Purging perl (5.40.0-r3)
(16/25) Purging libbz2 (1.0.8-r6)
(17/25) Purging libgcrypt (1.10.3-r1)
(18/25) Purging libgpg-error (1.50-r0)
(19/25) Purging libxml2-dev (2.13.4-r3)
(20/25) Purging libxml2-utils (2.13.4-r3)
(21/25) Purging libxml2 (2.13.4-r3)
(22/25) Purging xz-dev (5.6.3-r0)
(23/25) Purging xz (5.6.3-r0)
(24/25) Purging xz-libs (5.6.3-r0)
(25/25) Purging zlib-dev (1.3.1-r2)
Executing busybox-1.37.0-r5.trigger
OK: 271 MiB in 101 packages
>>> perl-xml-libxslt: Updating the community/armv7 repository index...
>>> perl-xml-libxslt: Signing the index...