124 lines
5.1 KiB
Text
124 lines
5.1 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/1493537168.17206
|
|
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 StoredHash () on cpanmetadb ...
|
|
Unpacking StoredHash-0.031.tar.gz
|
|
--> Working on StoredHash
|
|
Fetching http://www.cpan.org/authors/id/O/OH/OHOLLMEN/StoredHash-0.031.tar.gz ... OK
|
|
StoredHash-0.031/
|
|
StoredHash-0.031/META.yml
|
|
StoredHash-0.031/README
|
|
StoredHash-0.031/StoredHash/
|
|
StoredHash-0.031/StoredHash/LDMeta.pm
|
|
StoredHash-0.031/StoredHash/LD.pm
|
|
StoredHash-0.031/StoredHash/Bulk.pm
|
|
StoredHash-0.031/StoredHash/ISA.pm
|
|
StoredHash-0.031/StoredHash/ARSMeta.pm
|
|
StoredHash-0.031/StoredHash/ARS.pm
|
|
StoredHash-0.031/Changes
|
|
StoredHash-0.031/StoredHash.pm
|
|
StoredHash-0.031/doc_html/
|
|
StoredHash-0.031/doc_html/StoredHash.html
|
|
StoredHash-0.031/doc_html/StoredHash__ARS.html
|
|
StoredHash-0.031/doc_html/StoredHash__Tutorial.html
|
|
StoredHash-0.031/doc_html/StoredHash__ISA.html
|
|
StoredHash-0.031/META.json
|
|
StoredHash-0.031/Makefile.PL
|
|
StoredHash-0.031/t/
|
|
StoredHash-0.031/t/anim.txt
|
|
StoredHash-0.031/t/21arsp.pl
|
|
StoredHash-0.031/t/anim_data.pl
|
|
StoredHash-0.031/t/06hardclause.t
|
|
StoredHash-0.031/t/05isa.t
|
|
StoredHash-0.031/t/02queries.t
|
|
StoredHash-0.031/t/animfamily.txt
|
|
StoredHash-0.031/t/03selects.t
|
|
StoredHash-0.031/t/04treeload.x
|
|
StoredHash-0.031/t/20ars.t
|
|
StoredHash-0.031/t/01load.t
|
|
StoredHash-0.031/t/21pod.t
|
|
StoredHash-0.031/t/30podreview.t
|
|
Entering StoredHash-0.031
|
|
Checking configure dependencies from META.json
|
|
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
|
|
Running Makefile.PL
|
|
Configuring StoredHash-0.031 ... Generating a Unix-style Makefile
|
|
Writing Makefile for StoredHash
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have Scalar::Util 0 ... Yes (1.47)
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
Checking if you have Storable 0 ... Yes (2.51)
|
|
Checking if you have Data::Dumper 2.121 ... Yes (2.161)
|
|
Checking if you have DBI 1.4 ... Yes (1.636)
|
|
Checking if you have Test::More 0 ... Yes (1.302083)
|
|
OK
|
|
Building and testing StoredHash-0.031 ... cp StoredHash/ARS.pm blib/lib/StoredHash/ARS.pm
|
|
cp StoredHash/ARSMeta.pm blib/lib/StoredHash/ARSMeta.pm
|
|
cp StoredHash/Bulk.pm blib/lib/StoredHash/Bulk.pm
|
|
cp StoredHash/LD.pm blib/lib/StoredHash/LD.pm
|
|
cp StoredHash.pm blib/lib/StoredHash.pm
|
|
cp StoredHash/ISA.pm blib/lib/StoredHash/ISA.pm
|
|
cp StoredHash/LDMeta.pm blib/lib/StoredHash/LDMeta.pm
|
|
Manifying 3 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
|
|
t/01load.t ........ ok
|
|
t/02queries.t ..... ok
|
|
DBD::CSV::st execute failed: No such column 'COUNT*' at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/DBI/DBD/SqlEngine.pm line 1271.
|
|
[for Statement "SELECT COUNT(*) FROM anim"] at /home/ryan/.cpanm/work/1493537168.17206/StoredHash-0.031/blib/lib/StoredHash.pm line 228.
|
|
Failed to execute
|
|
- Query: SELECT COUNT(*) FROM anim
|
|
- Vals: []
|
|
|
|
- Message:
|
|
No such column 'COUNT*' at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/DBI/DBD/SqlEngine.pm line 1271.
|
|
# Looks like your test exited with 25 just after 4.
|
|
t/03selects.t .....
|
|
Dubious, test returned 25 (wstat 6400, 0x1900)
|
|
Failed 15/19 subtests
|
|
t/05isa.t ......... ok
|
|
t/06hardclause.t .. ok
|
|
t/20ars.t ......... skipped: ARS Module NOT found in the system. Check availability on your system (linux)
|
|
t/21pod.t ......... ok
|
|
t/30podreview.t ... ok
|
|
|
|
Test Summary Report
|
|
-------------------
|
|
t/03selects.t (Wstat: 6400 Tests: 4 Failed: 0)
|
|
Non-zero exit status: 25
|
|
Parse errors: Bad plan. You planned 19 tests but ran 4.
|
|
Files=8, Tests=102, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.36 cusr 0.03 csys = 0.42 CPU)
|
|
Result: FAIL
|
|
Failed 1/8 test programs. 0/102 subtests failed.
|
|
Makefile:860: recipe for target 'test_dynamic' failed
|
|
make: *** [test_dynamic] Error 255
|
|
! Installing StoredHash failed. See /home/ryan/.cpanm/work/1493537168.17206/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose StoredHash] 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
|