DEBUG: SourceDB initialized in 0.0380921363831.
DEBUG: RepoDB initialized in 0.0001220703125.
DEBUG: Source URI: https://github.com/pisilinux/main/raw/master/programming/language/perl/perl-AnyEvent-I3/pspec.xml

pspec.xml                      (2.0 KB)100%     38.79 MB/s [00:00:00] [complete]

actions.py                     (365.0  B)100%      9.12 MB/s [00:00:00] [complete]
DEBUG: InstallDB initialized in 0.00817203521729.
Unsatisfied Build Dependencies: perl-JSON-XS perl-AnyEvent 
DEBUG: PackageDB initialized in 0.0580840110779.
Installing build dependencies.
DEBUG: HistoryDB initialized in 0.000744104385376.
DEBUG: PackageDB initialized in 0.0409719944.
DEBUG: RepoDB initialized in 0.000148057937622.
DEBUG: checking perl
DEBUG: InstallDB initialized in 0.00690793991089.
DEBUG: checking perl-Event
DEBUG: checking perl
DEBUG: checking perl-common-sense
DEBUG: checking perl-Canary-Stability
DEBUG: checking perl-Types-Serialiser
DEBUG: checking perl
DEBUG: checking perl
DEBUG: checking perl-common-sense
DEBUG: checking perl
DEBUG: checking perl
digraph G {
perl_Types_Serialiser[ label = "perl-Types-Serialiser(1.0,6)" ];
perl_AnyEvent[ label = "perl-AnyEvent(7.17,3)" ];
perl_JSON_XS[ label = "perl-JSON-XS(4.03,7)" ];
perl_common_sense[ label = "perl-common-sense(3.75,7)" ];
perl_Event[ label = "perl-Event(1.27,3)" ];
perl_Canary_Stability[ label = "perl-Canary-Stability(2013,7)" ];

perl_Types_Serialiser -> perl_common_sense;
perl_AnyEvent -> perl_Event;
perl_JSON_XS -> perl_common_sense;
perl_JSON_XS -> perl_Types_Serialiser;
perl_JSON_XS -> perl_Canary_Stability;

}
DEBUG: ComponentDB initialized in 0.00412583351135.
Following packages will be installed:
perl-AnyEvent          perl-Canary-Stability  perl-Event  perl-JSON-XS
perl-Types-Serialiser  perl-common-sense    
Total size of package(s): 381.00 KB
Downloading 1 / 6
Package perl-common-sense found in repository beta
perl-common-sense-3.75-7-p2-x86_64.pisi [cached]
Downloading 2 / 6
Package perl-Types-Serialiser found in repository beta
perl-Types-Serialiser-1.0-6-p2-x86_64.pisi [cached]
Downloading 3 / 6
Package perl-Event found in repository beta
perl-Event-1.27-3-p2-x86_64.pisi [cached]
Downloading 4 / 6
Package perl-AnyEvent found in repository beta
perl-AnyEvent-7.17-3-p2-x86_64.pisi [cached]
Downloading 5 / 6
Package perl-Canary-Stability found in repository beta
perl-Canary-Stability-2013-7-p2-x86_64.pisi [cached]
Downloading 6 / 6
Package perl-JSON-XS found in repository beta
perl-JSON-XS-4.03-7-p2-x86_64.pisi [cached]
Installing 1 / 6
perl-common-sense-3.75-7-p2-x86_64.pisi [cached]
Installing perl-common-sense, version 3.75, release 7
Extracting the files of perl-common-sense
Configuring perl-common-sense package
DEBUG: Calling post install handlers
Configured perl-common-sense
Installed perl-common-sense
Installing 2 / 6
perl-Types-Serialiser-1.0-6-p2-x86_64.pisi [cached]
Installing perl-Types-Serialiser, version 1.0, release 6
Extracting the files of perl-Types-Serialiser
Configuring perl-Types-Serialiser package
DEBUG: Calling post install handlers
Configured perl-Types-Serialiser
Installed perl-Types-Serialiser
Installing 3 / 6
perl-Event-1.27-3-p2-x86_64.pisi [cached]
Installing perl-Event, version 1.27, release 3
Extracting the files of perl-Event
Configuring perl-Event package
DEBUG: Calling post install handlers
Configured perl-Event
Installed perl-Event
Installing 4 / 6
perl-AnyEvent-7.17-3-p2-x86_64.pisi [cached]
Installing perl-AnyEvent, version 7.17, release 3
Extracting the files of perl-AnyEvent
Configuring perl-AnyEvent package
DEBUG: Calling post install handlers
Configured perl-AnyEvent
Installed perl-AnyEvent
Installing 5 / 6
perl-Canary-Stability-2013-7-p2-x86_64.pisi [cached]
Installing perl-Canary-Stability, version 2013, release 7
Extracting the files of perl-Canary-Stability
Configuring perl-Canary-Stability package
DEBUG: Calling post install handlers
Configured perl-Canary-Stability
Installed perl-Canary-Stability
Installing 6 / 6
perl-JSON-XS-4.03-7-p2-x86_64.pisi [cached]
Installing perl-JSON-XS, version 4.03, release 7
Extracting the files of perl-JSON-XS
Configuring perl-JSON-XS package
DEBUG: Calling post install handlers
Configured perl-JSON-XS
Installed perl-JSON-XS

translations.xml               (543.0  B)100%     12.63 MB/s [00:00:00] [complete]
Building source package: perl-AnyEvent-I3
AnyEvent-I3-0.19.tar.gz [cached]
Unpacking archive(s)...
 unpacked (/var/pisi/perl-AnyEvent-I3-0.19-4/work)
Setting up source...
Sandbox enabled build...
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for AnyEvent::I3
Writing MYMETA.yml and MYMETA.json
DEBUG: return value for "perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor DESTDIR=/var/pisi/perl-AnyEvent-I3-0.19-4/install" is 0
Building source...
Sandbox enabled build...
cp lib/AnyEvent/I3.pm blib/lib/AnyEvent/I3.pm
Manifying 1 pod document
DEBUG: return value for "make" is 0
Testing package...
Sandbox enabled build...
PERL_DL_NONLAZY=1 "/usr/bin/perl5.38.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ........ ok
t/01-workspaces.t .. ok
t/02-sugar.t ....... ok
t/boilerplate.t .... ok
t/manifest.t ....... skipped: Author tests not required for installation
t/pod-coverage.t ... skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.t ............ skipped: Test::Pod 1.22 required for testing POD
All tests successful.

Test Summary Report
-------------------
t/boilerplate.t  (Wstat: 0 Tests: 3 Failed: 0)
  TODO passed:   1-3
Files=7, Tests=10,  0 wallclock secs ( 0.03 usr  0.02 sys +  0.43 cusr  0.09 csys =  0.57 CPU)
Result: PASS
DEBUG: return value for "make test" is 0
Installing...
Sandbox enabled build...
Manifying 1 pod document
Installing /var/pisi/perl-AnyEvent-I3-0.19-4/install/usr/share/perl5/vendor_perl/AnyEvent/I3.pm
Installing /var/pisi/perl-AnyEvent-I3-0.19-4/install/usr/share/man/man3/AnyEvent::I3.3pm
Appending installation info to /var/pisi/perl-AnyEvent-I3-0.19-4/install/usr/lib/perl5/5.38.2/core_perl/perllocal.pod
DEBUG: return value for "make install" is 0
Building package: perl-AnyEvent-I3
Creating perl-AnyEvent-I3-0.19-4-p2-x86_64.pisi...
Keeping build directory