131 lines
5.7 KiB
Text
131 lines
5.7 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/1493257783.21653
|
|
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 Algorithm::SocialNetwork () on cpanmetadb ...
|
|
Unpacking Algorithm-SocialNetwork-0.07.tar.gz
|
|
--> Working on Algorithm::SocialNetwork
|
|
Fetching http://www.cpan.org/authors/id/G/GU/GUGOD/Algorithm-SocialNetwork-0.07.tar.gz ... OK
|
|
Algorithm-SocialNetwork-0.07/
|
|
Algorithm-SocialNetwork-0.07/inc/
|
|
Algorithm-SocialNetwork-0.07/inc/Module/
|
|
Algorithm-SocialNetwork-0.07/inc/Module/Install/
|
|
Algorithm-SocialNetwork-0.07/inc/Module/Install/Base.pm
|
|
Algorithm-SocialNetwork-0.07/inc/Module/Install/Can.pm
|
|
Algorithm-SocialNetwork-0.07/inc/Module/Install/Fetch.pm
|
|
Algorithm-SocialNetwork-0.07/inc/Module/Install/Makefile.pm
|
|
Algorithm-SocialNetwork-0.07/inc/Module/Install/Metadata.pm
|
|
Algorithm-SocialNetwork-0.07/inc/Module/Install/Win32.pm
|
|
Algorithm-SocialNetwork-0.07/inc/Module/Install/WriteAll.pm
|
|
Algorithm-SocialNetwork-0.07/inc/Module/Install.pm
|
|
Algorithm-SocialNetwork-0.07/lib/
|
|
Algorithm-SocialNetwork-0.07/lib/Algorithm/
|
|
Algorithm-SocialNetwork-0.07/lib/Algorithm/SocialNetwork.pm
|
|
Algorithm-SocialNetwork-0.07/lib/Algorithm/SocialNetwork.pod
|
|
Algorithm-SocialNetwork-0.07/Makefile.PL
|
|
Algorithm-SocialNetwork-0.07/MANIFEST
|
|
Algorithm-SocialNetwork-0.07/META.yml
|
|
Algorithm-SocialNetwork-0.07/t/
|
|
Algorithm-SocialNetwork-0.07/t/00.use.t
|
|
Algorithm-SocialNetwork-0.07/t/01.simple.t
|
|
Algorithm-SocialNetwork-0.07/t/02.edges.t
|
|
Algorithm-SocialNetwork-0.07/t/03.clustering_coefficient.t
|
|
Algorithm-SocialNetwork-0.07/t/04.closeness_centrality.t
|
|
Algorithm-SocialNetwork-0.07/t/05.graph_centrality.t
|
|
Algorithm-SocialNetwork-0.07/t/06.weighted_clustering_coefficient.t
|
|
Entering Algorithm-SocialNetwork-0.07
|
|
Checking configure dependencies from META.yml
|
|
Running Makefile.PL
|
|
Configuring Algorithm-SocialNetwork-0.07 ... Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for Algorithm::SocialNetwork
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
Checking if you have Test::More 0 ... Yes (1.302078)
|
|
Checking if you have Quantum::Superpositions 0 ... Yes (2.02)
|
|
Checking if you have Graph 0.54 ... Yes (0.9704)
|
|
Checking if you have Spiffy 0.21 ... Yes (0.46)
|
|
OK
|
|
Building and testing Algorithm-SocialNetwork-0.07 ... cp lib/Algorithm/SocialNetwork.pod blib/lib/Algorithm/SocialNetwork.pod
|
|
cp lib/Algorithm/SocialNetwork.pm blib/lib/Algorithm/SocialNetwork.pm
|
|
Manifying 1 pod document
|
|
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, 'inc', 'blib/lib', 'blib/arch')" t/*.t
|
|
t/00.use.t .............................. ok
|
|
t/01.simple.t ........................... ok
|
|
syntax error at t/02.edges.t line 19, near "->edges qw(a c d)"
|
|
syntax error at t/02.edges.t line 23, near "->edges qw(a b c)"
|
|
Execution of t/02.edges.t aborted due to compilation errors.
|
|
t/02.edges.t ............................ skipped: (no reason given)
|
|
t/03.clustering_coefficient.t ........... ok
|
|
|
|
# Failed test at t/04.closeness_centrality.t line 14.
|
|
# got: '0.25'
|
|
# expected: '0.333333333333333'
|
|
|
|
# Failed test at t/04.closeness_centrality.t line 20.
|
|
# got: '0.25'
|
|
# expected: '0.333333333333333'
|
|
# Looks like you failed 2 tests of 4.
|
|
t/04.closeness_centrality.t .............
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
Failed 2/4 subtests
|
|
|
|
# Failed test at t/05.graph_centrality.t line 14.
|
|
# got: '0.333333333333333'
|
|
# expected: '0.5'
|
|
|
|
# Failed test at t/05.graph_centrality.t line 20.
|
|
# got: '0.333333333333333'
|
|
# expected: '0.5'
|
|
# Looks like you failed 2 tests of 4.
|
|
t/05.graph_centrality.t .................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
Failed 2/4 subtests
|
|
t/06.weighted_clustering_coefficient.t .. ok
|
|
|
|
Test Summary Report
|
|
-------------------
|
|
t/02.edges.t (Wstat: 65280 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 255
|
|
t/04.closeness_centrality.t (Wstat: 512 Tests: 4 Failed: 2)
|
|
Failed tests: 2, 4
|
|
Non-zero exit status: 2
|
|
t/05.graph_centrality.t (Wstat: 512 Tests: 4 Failed: 2)
|
|
Failed tests: 2, 4
|
|
Non-zero exit status: 2
|
|
Files=7, Tests=27, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.53 cusr 0.05 csys = 0.60 CPU)
|
|
Result: FAIL
|
|
Failed 3/7 test programs. 4/27 subtests failed.
|
|
Makefile:777: recipe for target 'test_dynamic' failed
|
|
make: *** [test_dynamic] Error 255
|
|
! Installing Algorithm::SocialNetwork failed. See /home/ryan/.cpanm/work/1493257783.21653/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose Algorithm::SocialNetwork] 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
|