cpantestlogs/Class::Tangram_genfailure.log
2017-05-02 18:44:36 -07:00

160 lines
7.3 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/1492984598.6269
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 Class::Tangram () on cpanmetadb ...
Unpacking Class-Tangram-1.57.tar.gz
--> Working on Class::Tangram
Fetching http://www.cpan.org/authors/id/S/SA/SAMV/Class-Tangram-1.57.tar.gz ... OK
Class-Tangram-1.57/
Class-Tangram-1.57/t/
Class-Tangram-1.57/t/03-generator.t
Class-Tangram-1.57/t/Credit.pm
Class-Tangram-1.57/t/01-tangram.t
Class-Tangram-1.57/t/06-auto-indexing.t
Class-Tangram-1.57/t/05-generator-2.t
Class-Tangram-1.57/t/EcologicalRisk.pm
Class-Tangram-1.57/t/04-containers.t
Class-Tangram-1.57/t/08-pure-oo-accessors.t
Class-Tangram-1.57/t/07-use.t
Class-Tangram-1.57/t/Containers.pm
Class-Tangram-1.57/t/02-transient.t
Class-Tangram-1.57/t/springfield.pl
Class-Tangram-1.57/bin/
Class-Tangram-1.57/bin/ct2pod.pl
Class-Tangram-1.57/inc/
Class-Tangram-1.57/inc/Module/
Class-Tangram-1.57/inc/Module/Install/
Class-Tangram-1.57/inc/Module/Install/Base.pm
Class-Tangram-1.57/inc/Module/Install/MakeMaker.pm
Class-Tangram-1.57/inc/Module/Install/Makefile.pm
Class-Tangram-1.57/inc/Module/Install/Include.pm
Class-Tangram-1.57/inc/Module/Install/Metadata.pm
Class-Tangram-1.57/inc/Module/Install.pm
Class-Tangram-1.57/lib/
Class-Tangram-1.57/lib/Class/
Class-Tangram-1.57/lib/Class/Tangram/
Class-Tangram-1.57/lib/Class/Tangram/Containers.pod
Class-Tangram-1.57/lib/Class/Tangram/Generator/
Class-Tangram-1.57/lib/Class/Tangram/Generator/Stub.pm
Class-Tangram-1.57/lib/Class/Tangram/Generator.pm
Class-Tangram-1.57/lib/Class/Tangram.pm
Class-Tangram-1.57/README
Class-Tangram-1.57/Changes
Class-Tangram-1.57/Makefile.PL
Class-Tangram-1.57/META.yml
Class-Tangram-1.57/MANIFEST
Entering Class-Tangram-1.57
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Class-Tangram-1.57 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Class::Tangram
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Set::Object 1.04 ... Yes (1.35)
Checking if you have Test::Simple 0.18 ... Yes (1.302078)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Date::Manip 5.21 ... Yes (6.56)
OK
Building and testing Class-Tangram-1.57 ... cp lib/Class/Tangram/Containers.pod blib/lib/Class/Tangram/Containers.pod
cp lib/Class/Tangram/Generator.pm blib/lib/Class/Tangram/Generator.pm
cp lib/Class/Tangram/Generator/Stub.pm blib/lib/Class/Tangram/Generator/Stub.pm
cp lib/Class/Tangram.pm blib/lib/Class/Tangram.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, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01-tangram.t ............ ok
t/02-transient.t .......... ok
# Failed test 'use Class::Tangram::Generator;'
# at t/03-generator.t line 8.
# Tried to use 'Class::Tangram::Generator'.
# Error: Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1492984598.6269/Class-Tangram-1.57/blib/lib/Class/Tangram/Generator.pm line 150.
# Compilation failed in require at t/03-generator.t line 8.
# BEGIN failed--compilation aborted at t/03-generator.t line 8.
Can't locate object method "load_class" via package "Class::Tangram::Generator" at /home/ryan/.cpanm/work/1492984598.6269/Class-Tangram-1.57/blib/lib/Class/Tangram/Generator.pm line 73.
# Looks like your test exited with 255 just after 2.
t/03-generator.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/7 subtests
t/04-containers.t ......... ok
# Failed test 'use Class::Tangram::Generator;'
# at t/05-generator-2.t line 10.
# Tried to use 'Class::Tangram::Generator'.
# Error: Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1492984598.6269/Class-Tangram-1.57/blib/lib/Class/Tangram/Generator.pm line 150.
# Compilation failed in require at t/05-generator-2.t line 10.
# BEGIN failed--compilation aborted at t/05-generator-2.t line 10.
Can't locate object method "load_class" via package "Class::Tangram::Generator" at /home/ryan/.cpanm/work/1492984598.6269/Class-Tangram-1.57/blib/lib/Class/Tangram/Generator.pm line 73.
# Looks like your test exited with 255 just after 2.
t/05-generator-2.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/8 subtests
t/06-auto-indexing.t ...... ok
# Failed test 'use Class::Tangram::Generator;'
# at t/07-use.t line 10.
# Tried to use 'Class::Tangram::Generator'.
# Error: Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/ryan/.cpanm/work/1492984598.6269/Class-Tangram-1.57/blib/lib/Class/Tangram/Generator.pm line 150.
# Compilation failed in require at t/07-use.t line 10.
# BEGIN failed--compilation aborted at t/07-use.t line 10.
# Failed test ''Bypassing Generator still calls generator hooks' isa 'NuclearPlant''
# at t/07-use.t line 24.
# 'Bypassing Generator still calls generator hooks' isn't defined
Can't call method "set_curies" on an undefined value at t/07-use.t line 27.
# Looks like your test exited with 255 just after 3.
t/07-use.t ................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/4 subtests
t/08-pure-oo-accessors.t .. ok
Test Summary Report
-------------------
t/03-generator.t (Wstat: 65280 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 7 tests but ran 2.
t/05-generator-2.t (Wstat: 65280 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 8 tests but ran 2.
t/07-use.t (Wstat: 65280 Tests: 3 Failed: 2)
Failed tests: 1, 3
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 3.
Files=8, Tests=129, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.34 cusr 0.04 csys = 0.41 CPU)
Result: FAIL
Failed 3/8 test programs. 4/129 subtests failed.
Makefile:783: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Class::Tangram failed. See /home/ryan/.cpanm/work/1492984598.6269/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Class::Tangram] 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