186 lines
10 KiB
Text
186 lines
10 KiB
Text
perl-blead
|
|
==========
|
|
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
|
Work directory is /home/ryan/.cpanm/work/1493196572.26032
|
|
You have make /usr/bin/make
|
|
You have LWP 6.26
|
|
You have /bin/tar: tar (GNU tar) 1.29
|
|
Copyright (C) 2015 Free Software Foundation, Inc.
|
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
|
This is free software: you are free to change and redistribute it.
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
|
|
Written by John Gilmore and Jay Fenlason.
|
|
You have /usr/bin/unzip
|
|
Searching Parallel::Workers () on cpanmetadb ...
|
|
Unpacking Parallel-Workers-0.0.9.tar.gz
|
|
--> Working on Parallel::Workers
|
|
Fetching http://www.cpan.org/authors/id/E/EV/EVALETO/Parallel-Workers-0.0.9.tar.gz ... OK
|
|
Parallel-Workers-0.0.9/
|
|
Parallel-Workers-0.0.9/t/
|
|
Parallel-Workers-0.0.9/t/process-0.t
|
|
Parallel-Workers-0.0.9/t/ssh-0.t
|
|
Parallel-Workers-0.0.9/t/transaction-0.t
|
|
Parallel-Workers-0.0.9/t/00.load.t
|
|
Parallel-Workers-0.0.9/lib/
|
|
Parallel-Workers-0.0.9/lib/Parallel/
|
|
Parallel-Workers-0.0.9/lib/Parallel/Workers/
|
|
Parallel-Workers-0.0.9/lib/Parallel/Workers/Backend/
|
|
Parallel-Workers-0.0.9/lib/Parallel/Workers/Backend/Null.pm
|
|
Parallel-Workers-0.0.9/lib/Parallel/Workers/Backend/XMLRPC.pm
|
|
Parallel-Workers-0.0.9/lib/Parallel/Workers/Backend/SSH.pm
|
|
Parallel-Workers-0.0.9/lib/Parallel/Workers/Backend/FrontierRPC.pm
|
|
Parallel-Workers-0.0.9/lib/Parallel/Workers/Backend/Eval.pm
|
|
Parallel-Workers-0.0.9/lib/Parallel/Workers/Shared.pm
|
|
Parallel-Workers-0.0.9/lib/Parallel/Workers/Backend.pm
|
|
Parallel-Workers-0.0.9/lib/Parallel/Workers/Transaction.pm
|
|
Parallel-Workers-0.0.9/lib/Parallel/Workers.pm
|
|
Parallel-Workers-0.0.9/README
|
|
Parallel-Workers-0.0.9/Changes
|
|
Parallel-Workers-0.0.9/Makefile.PL
|
|
Parallel-Workers-0.0.9/META.yml
|
|
Parallel-Workers-0.0.9/MANIFEST
|
|
Entering Parallel-Workers-0.0.9
|
|
Checking configure dependencies from META.yml
|
|
Running Makefile.PL
|
|
Configuring Parallel-Workers-0.0.9 ... Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for Parallel::Workers
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have Data::Serializer 0 ... Yes (0.60)
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
Checking if you have Math::BigInt::GMP 0 ... Yes (1.6004)
|
|
Checking if you have File::Temp 0 ... Yes (0.2304)
|
|
Checking if you have Getopt::Long 0 ... Yes (2.49)
|
|
Checking if you have File::Find::Rule 0 ... Yes (0.34)
|
|
OK
|
|
Building and testing Parallel-Workers-0.0.9 ... cp lib/Parallel/Workers/Shared.pm blib/lib/Parallel/Workers/Shared.pm
|
|
cp lib/Parallel/Workers/Backend/Eval.pm blib/lib/Parallel/Workers/Backend/Eval.pm
|
|
cp lib/Parallel/Workers/Transaction.pm blib/lib/Parallel/Workers/Transaction.pm
|
|
cp lib/Parallel/Workers.pm blib/lib/Parallel/Workers.pm
|
|
cp lib/Parallel/Workers/Backend/SSH.pm blib/lib/Parallel/Workers/Backend/SSH.pm
|
|
cp lib/Parallel/Workers/Backend/XMLRPC.pm blib/lib/Parallel/Workers/Backend/XMLRPC.pm
|
|
cp lib/Parallel/Workers/Backend.pm blib/lib/Parallel/Workers/Backend.pm
|
|
cp lib/Parallel/Workers/Backend/Null.pm blib/lib/Parallel/Workers/Backend/Null.pm
|
|
cp lib/Parallel/Workers/Backend/FrontierRPC.pm blib/lib/Parallel/Workers/Backend/FrontierRPC.pm
|
|
Manifying 7 pod documents
|
|
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
|
|
|
|
# Failed test 'use Parallel::Workers;'
|
|
# at t/00.load.t line 4.
|
|
# Tried to use 'Parallel::Workers'.
|
|
# Error: This Perl not built to support threads
|
|
# Compilation failed in require at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers.pm line 8.
|
|
# BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers.pm line 8.
|
|
# Compilation failed in require at t/00.load.t line 4.
|
|
# BEGIN failed--compilation aborted at t/00.load.t line 4.
|
|
|
|
# Failed test 'use Parallel::Workers::Backend::SSH;'
|
|
# at t/00.load.t line 7.
|
|
# Tried to use 'Parallel::Workers::Backend::SSH'.
|
|
# Error: Can't locate Net/SSH/Perl.pm in @INC (you may need to install the Net::SSH::Perl module) (@INC contains: /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0 .) at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers/Backend/SSH.pm line 6.
|
|
# BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers/Backend/SSH.pm line 6.
|
|
# Compilation failed in require at t/00.load.t line 7.
|
|
# BEGIN failed--compilation aborted at t/00.load.t line 7.
|
|
# Testing Parallel::Workers
|
|
# Looks like you failed 2 tests of 4.
|
|
t/00.load.t ........
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
Failed 2/4 subtests
|
|
|
|
# Failed test 'use Parallel::Workers;'
|
|
# at t/process-0.t line 3.
|
|
# Tried to use 'Parallel::Workers'.
|
|
# Error: This Perl not built to support threads
|
|
# Compilation failed in require at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers.pm line 8.
|
|
# BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers.pm line 8.
|
|
# Compilation failed in require at t/process-0.t line 3.
|
|
# BEGIN failed--compilation aborted at t/process-0.t line 3.
|
|
Can't locate object method "new" via package "Parallel::Workers" at t/process-0.t line 33.
|
|
# Looks like your test exited with 255 just after 1.
|
|
t/process-0.t ......
|
|
Dubious, test returned 255 (wstat 65280, 0xff00)
|
|
Failed 6/6 subtests
|
|
|
|
# Failed test 'use Parallel::Workers;'
|
|
# at t/ssh-0.t line 3.
|
|
# Tried to use 'Parallel::Workers'.
|
|
# Error: This Perl not built to support threads
|
|
# Compilation failed in require at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers.pm line 8.
|
|
# BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers.pm line 8.
|
|
# Compilation failed in require at t/ssh-0.t line 3.
|
|
# BEGIN failed--compilation aborted at t/ssh-0.t line 3.
|
|
Can't locate object method "new" via package "Parallel::Workers" at t/ssh-0.t line 14.
|
|
# Looks like your test exited with 255 just after 1.
|
|
t/ssh-0.t ..........
|
|
Dubious, test returned 255 (wstat 65280, 0xff00)
|
|
Failed 3/3 subtests
|
|
|
|
# Failed test 'use Parallel::Workers;'
|
|
# at t/transaction-0.t line 3.
|
|
# Tried to use 'Parallel::Workers'.
|
|
# Error: This Perl not built to support threads
|
|
# Compilation failed in require at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers.pm line 8.
|
|
# BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers.pm line 8.
|
|
# Compilation failed in require at t/transaction-0.t line 3.
|
|
# BEGIN failed--compilation aborted at t/transaction-0.t line 3.
|
|
|
|
# Failed test 'use Parallel::Workers::Transaction;'
|
|
# at t/transaction-0.t line 4.
|
|
# Tried to use 'Parallel::Workers::Transaction'.
|
|
# Error: Attempt to reload threads.pm aborted.
|
|
# Compilation failed in require at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers/Shared.pm line 8.
|
|
# BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers/Shared.pm line 8.
|
|
# Compilation failed in require at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers/Transaction.pm line 8.
|
|
# BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493196572.26032/Parallel-Workers-0.0.9/blib/lib/Parallel/Workers/Transaction.pm line 8.
|
|
# Compilation failed in require at t/transaction-0.t line 4.
|
|
# BEGIN failed--compilation aborted at t/transaction-0.t line 4.
|
|
Can't locate object method "new" via package "Parallel::Workers" at t/transaction-0.t line 17.
|
|
# Looks like your test exited with 255 just after 2.
|
|
t/transaction-0.t ..
|
|
Dubious, test returned 255 (wstat 65280, 0xff00)
|
|
Failed 7/7 subtests
|
|
|
|
Test Summary Report
|
|
-------------------
|
|
t/00.load.t (Wstat: 512 Tests: 4 Failed: 2)
|
|
Failed tests: 1, 4
|
|
Non-zero exit status: 2
|
|
t/process-0.t (Wstat: 65280 Tests: 1 Failed: 1)
|
|
Failed test: 1
|
|
Non-zero exit status: 255
|
|
Parse errors: Bad plan. You planned 6 tests but ran 1.
|
|
t/ssh-0.t (Wstat: 65280 Tests: 1 Failed: 1)
|
|
Failed test: 1
|
|
Non-zero exit status: 255
|
|
Parse errors: Bad plan. You planned 3 tests but ran 1.
|
|
t/transaction-0.t (Wstat: 65280 Tests: 2 Failed: 2)
|
|
Failed tests: 1-2
|
|
Non-zero exit status: 255
|
|
Parse errors: Bad plan. You planned 7 tests but ran 2.
|
|
Files=4, Tests=8, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.25 cusr 0.00 csys = 0.27 CPU)
|
|
Result: FAIL
|
|
Failed 4/4 test programs. 6/8 subtests failed.
|
|
Makefile:875: recipe for target 'test_dynamic' failed
|
|
make: *** [test_dynamic] Error 255
|
|
! Installing Parallel::Workers failed. See /home/ryan/.cpanm/work/1493196572.26032/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose Parallel::Workers] terminated with exit code 1 ($? = 256) under the following perl environment:
|
|
Command terminated with non-zero status.
|
|
|
|
|
|
Current perl:
|
|
Name: perl-blead
|
|
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
|
|
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
Compiled at: Mar 30 2017 03:10:09
|
|
|
|
perlbrew:
|
|
version: 0.78
|
|
ENV:
|
|
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
|
|
PERLBREW_HOME: /home/ryan/.perlbrew
|
|
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man
|