>>> perl-test-without-module: Building main/perl-test-without-module 0.23-r0 (using abuild 3.14.0-r0) started Wed, 16 Oct 2024 03:16:45 +0000 >>> perl-test-without-module: Validating /home/buildozer/aports/main/perl-test-without-module/APKBUILD... >>> WARNING: perl-test-without-module: Setting the maintainer with a comment is deprecated. Use maintainer="Leonardo Arena " instead >>> perl-test-without-module: Analyzing dependencies... >>> perl-test-without-module: Installing for build: build-base perl (1/6) Installing libbz2 (1.0.8-r6) (2/6) Installing perl (5.40.0-r3) (3/6) Installing .makedepends-perl-test-without-module (20241016.031646) (4/6) Installing perl-error (0.17029-r2) (5/6) Installing perl-git (2.46.2-r0) (6/6) Installing git-perl (2.46.2-r0) Executing busybox-1.36.1-r32.trigger OK: 432 MiB in 105 packages >>> perl-test-without-module: Cleaning up srcdir >>> perl-test-without-module: Cleaning up pkgdir >>> perl-test-without-module: Cleaning up tmpdir >>> perl-test-without-module: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/Test-Without-Module-0.23.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.21/Test-Without-Module-0.23.tar.gz.part' Test-Without-Module- 100% |********************************| 19500 0:00:00 ETA '/var/cache/distfiles/v3.21/Test-Without-Module-0.23.tar.gz.part' saved >>> perl-test-without-module: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/Test-Without-Module-0.23.tar.gz >>> perl-test-without-module: Checking sha512sums... Test-Without-Module-0.23.tar.gz: OK >>> perl-test-without-module: Unpacking /var/cache/distfiles/v3.21/Test-Without-Module-0.23.tar.gz... Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Without::Module Writing MYMETA.yml and MYMETA.json cp lib/Test/Without/Module.pm blib/lib/Test/Without/Module.pm Manifying 1 pod document 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/00-load.t t/01-api.t t/02-block-use-module.t t/03-block-require-module.t t/04-import-export.t t/05-redefine.t t/06-missing-hidden-modules.t t/embedded-Test-Without-Module.t t/rt122551.t # Testing Test::Without::Module 0.23, Perl 5.040000 # Carp 1.54 # Config 5.040000 # Cwd 3.90 # Encode 3.21 # Encode::Alias 2.25 # Encode::Config 2.05 # Encode::Encoding 2.08 # Encode::MIME::Name 1.03 # Exporter 5.78 # Exporter::Heavy 5.78 # ExtUtils::Liblist 7.70 # ExtUtils::Liblist::Kid 7.70 # ExtUtils::MM 7.70 # ExtUtils::MM_Any 7.70 # ExtUtils::MM_Unix 7.70 # ExtUtils::MY 7.70 # ExtUtils::MakeMaker 7.70 # ExtUtils::MakeMaker::Config 7.70 # ExtUtils::MakeMaker::Locale 7.70 # ExtUtils::MakeMaker::version 7.70 # Fcntl 1.18 # File::Basename 2.86 # File::Glob 1.42 # File::Path 2.18 # File::Spec 3.90 # File::Spec::Unix 3.91 # I18N::Langinfo 0.24 # List::Util 1.63 # POSIX 2.20 # PerlIO 1.12 # Scalar::Util 1.63 # Storable 3.32 # Test::Builder 1.302199 # Test::Builder::Formatter 1.302199 # Test::Builder::Module 1.302199 # Test::Builder::TodoDiag 1.302199 # Test::More 1.302199 # Test::Without::Module 0.23 # Test2::API 1.302199 # Test2::API::Context 1.302199 # Test2::API::Instance 1.302199 # Test2::API::Stack 1.302199 # Test2::Event 1.302199 # Test2::Event::Bail 1.302199 # Test2::Event::Diag 1.302199 # Test2::Event::Exception 1.302199 # Test2::Event::Fail 1.302199 # Test2::Event::Note 1.302199 # Test2::Event::Ok 1.302199 # Test2::Event::Pass 1.302199 # Test2::Event::Plan 1.302199 # Test2::Event::Skip 1.302199 # Test2::Event::Subtest 1.302199 # Test2::Event::V2 1.302199 # Test2::Event::Waiting 1.302199 # Test2::EventFacet 1.302199 # Test2::EventFacet::About 1.302199 # Test2::EventFacet::Amnesty 1.302199 # Test2::EventFacet::Assert 1.302199 # Test2::EventFacet::Control 1.302199 # Test2::EventFacet::Error 1.302199 # Test2::EventFacet::Hub 1.302199 # Test2::EventFacet::Info 1.302199 # Test2::EventFacet::Meta 1.302199 # Test2::EventFacet::Parent 1.302199 # Test2::EventFacet::Plan 1.302199 # Test2::EventFacet::Trace 1.302199 # Test2::Formatter 1.302199 # Test2::Formatter::TAP 1.302199 # Test2::Hub 1.302199 # Test2::Hub::Interceptor 1.302199 # Test2::Hub::Interceptor::Terminator 1.302199 # Test2::Hub::Subtest 1.302199 # Test2::Util 1.302199 # Test2::Util::ExternalMeta 1.302199 # Test2::Util::Facets2Legacy 1.302199 # Test2::Util::HashBase 1.302199 # Test2::Util::Trace 1.302199 # Tie::Hash 1.06 # Time::HiRes 1.9777 # XSLoader 0.32 # base 2.27 # bytes 1.09 # constant 1.33 # mro 1.29 # overloading 0.02 # parent 0.241 # strict 1.13 # vars 1.05 # version 0.9930 # version::regex 0.9930 # warnings 1.70 # warnings::register 1.06 t/00-load.t ....................... ok t/01-api.t ........................ ok t/02-block-use-module.t ........... ok t/03-block-require-module.t ....... ok t/04-import-export.t .............. ok t/05-redefine.t ................... ok t/06-missing-hidden-modules.t ..... ok t/embedded-Test-Without-Module.t .. ok t/rt122551.t ...................... ok All tests successful. Test Summary Report ------------------- t/rt122551.t (Wstat: 0 Tests: 2 Failed: 0) TODO passed: 2 Files=9, Tests=24, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.49 cusr 0.14 csys = 0.67 CPU) Result: PASS >>> perl-test-without-module: Entering fakeroot... Manifying 1 pod document Installing /home/buildozer/aports/main/perl-test-without-module/pkg/perl-test-without-module/usr/share/perl5/vendor_perl/Test/Without/Module.pm Installing /home/buildozer/aports/main/perl-test-without-module/pkg/perl-test-without-module/usr/share/man/man3/Test::Without::Module.3pm >>> perl-test-without-module-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/main/perl-test-without-module/pkg/perl-test-without-module-doc/usr/share/man' >>> perl-test-without-module-doc*: Preparing subpackage perl-test-without-module-doc... >>> perl-test-without-module-doc*: Running postcheck for perl-test-without-module-doc >>> perl-test-without-module*: Running postcheck for perl-test-without-module >>> perl-test-without-module*: Preparing package perl-test-without-module... >>> perl-test-without-module-doc*: Tracing dependencies... >>> perl-test-without-module-doc*: Package size: 2.1 KB >>> perl-test-without-module-doc*: Compressing data... >>> perl-test-without-module-doc*: Create checksum... >>> perl-test-without-module-doc*: Create perl-test-without-module-doc-0.23-r0.apk >>> perl-test-without-module*: Tracing dependencies... perl >>> perl-test-without-module*: Package size: 4.1 KB >>> perl-test-without-module*: Compressing data... >>> perl-test-without-module*: Create checksum... >>> perl-test-without-module*: Create perl-test-without-module-0.23-r0.apk >>> perl-test-without-module: Build complete at Wed, 16 Oct 2024 03:16:48 +0000 elapsed time 0h 0m 3s >>> perl-test-without-module: Cleaning up srcdir >>> perl-test-without-module: Cleaning up pkgdir >>> perl-test-without-module: Uninstalling dependencies... (1/6) Purging .makedepends-perl-test-without-module (20241016.031646) (2/6) Purging git-perl (2.46.2-r0) (3/6) Purging perl-git (2.46.2-r0) (4/6) Purging perl-error (0.17029-r2) (5/6) Purging perl (5.40.0-r3) (6/6) Purging libbz2 (1.0.8-r6) Executing busybox-1.36.1-r32.trigger OK: 393 MiB in 99 packages >>> perl-test-without-module: Updating the main/aarch64 repository index... >>> perl-test-without-module: Signing the index...