cpantestlogs/Test::Pockito_genfailure.log
2017-05-02 18:44:36 -07:00

158 lines
6.6 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/1493202740.9484
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 Test::Pockito () on cpanmetadb ...
Unpacking Test-Pockito-0.02.tar.gz
--> Working on Test::Pockito
Fetching http://www.cpan.org/authors/id/E/EX/EXUSSUM/Test-Pockito-0.02.tar.gz ... OK
Test-Pockito-0.02/
Test-Pockito-0.02/t/
Test-Pockito-0.02/t/006_example.t
Test-Pockito-0.02/t/002_basic_mock.t
Test-Pockito-0.02/t/001_load.t
Test-Pockito-0.02/t/003_moose_basic_mock.t
Test-Pockito-0.02/t/exported/
Test-Pockito-0.02/t/exported/test_12.t
Test-Pockito-0.02/t/exported/test_07.t
Test-Pockito-0.02/t/exported/test_04.t
Test-Pockito-0.02/t/exported/test_13.t
Test-Pockito-0.02/t/exported/test_09.t
Test-Pockito-0.02/t/exported/test_08.t
Test-Pockito-0.02/t/exported/test_02.t
Test-Pockito-0.02/t/exported/test_06.t
Test-Pockito-0.02/t/exported/test_03.t
Test-Pockito-0.02/t/exported/test_11.t
Test-Pockito-0.02/t/exported/test_01.t
Test-Pockito-0.02/t/exported/convert_to_small_tests.pl
Test-Pockito-0.02/t/exported/test_05.t
Test-Pockito-0.02/t/exported/test_15.t
Test-Pockito-0.02/t/exported/test_14.t
Test-Pockito-0.02/t/exported/test_10.t
Test-Pockito-0.02/t/004_default_comparator.t
Test-Pockito-0.02/t/005_class_struct_mock.t
Test-Pockito-0.02/Makefile.PL
Test-Pockito-0.02/lib/
Test-Pockito-0.02/lib/Test/
Test-Pockito-0.02/lib/Test/Pockito.pm
Test-Pockito-0.02/lib/Test/Pockito/
Test-Pockito-0.02/lib/Test/Pockito/Moose/
Test-Pockito-0.02/lib/Test/Pockito/Moose/Role.pm
Test-Pockito-0.02/lib/Test/Pockito/DefaultMatcher.pm
Test-Pockito-0.02/lib/Test/Pockito/Exported.pm
Test-Pockito-0.02/README.TXT
Test-Pockito-0.02/LICENSE
Test-Pockito-0.02/META.yml
Test-Pockito-0.02/MANIFEST
Entering Test-Pockito-0.02
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Test-Pockito-0.02 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Test::Pockito
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 Class::MOP 1.02 ... Yes (2.2004)
Checking if you have Scalar::Util::Reftype 0.4 ... Yes (0.44)
Checking if you have IO::String 1.08 ... Yes (1.08)
Checking if you have Test::Simple 0.44 ... Yes (1.302078)
OK
Building and testing Test-Pockito-0.02 ... cp lib/Test/Pockito.pm blib/lib/Test/Pockito.pm
cp lib/Test/Pockito/DefaultMatcher.pm blib/lib/Test/Pockito/DefaultMatcher.pm
cp lib/Test/Pockito/Moose/Role.pm blib/lib/Test/Pockito/Moose/Role.pm
cp lib/Test/Pockito/Exported.pm blib/lib/Test/Pockito/Exported.pm
Manifying 4 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/exported/*.t
t/001_load.t ................ ok
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/when called after an executable mock result occured. set ->{ <-- HERE 'go'} = 1 after all mocks are setup.*/ at t/002_basic_mock.t line 358.
# Looks like your test exited with 255 before it could output anything.
t/002_basic_mock.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 44/44 subtests
t/003_moose_basic_mock.t .... ok
t/004_default_comparator.t .. ok
t/005_class_struct_mock.t ... ok
t/006_example.t ............. ok
t/exported/test_01.t ........ ok
t/exported/test_02.t ........ ok
t/exported/test_03.t ........ ok
t/exported/test_04.t ........ ok
t/exported/test_05.t ........ ok
t/exported/test_06.t ........ ok
t/exported/test_07.t ........ ok
t/exported/test_08.t ........ ok
# Failed test 'Expected calls reported.'
# at t/exported/test_09.t line 32.
# Looks like you failed 1 test of 2.
t/exported/test_09.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/exported/test_10.t ........ ok
t/exported/test_11.t ........ ok
# Failed test 'Warning properly issued.'
# at t/exported/test_12.t line 16.
# Looks like you failed 1 test of 1.
t/exported/test_12.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/exported/test_13.t ........ ok
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/when called after an executable mock result occured. set ->{ <-- HERE 'go'} = 1 after all mocks are setup.*/ at t/exported/test_14.t line 10.
# Looks like your test exited with 255 before it could output anything.
t/exported/test_14.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
t/exported/test_15.t ........ ok
Test Summary Report
-------------------
t/002_basic_mock.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 44 tests but ran 0.
t/exported/test_09.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/exported/test_12.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/exported/test_14.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 2 tests but ran 0.
Files=21, Tests=59, 4 wallclock secs ( 0.04 usr 0.01 sys + 1.08 cusr 0.08 csys = 1.21 CPU)
Result: FAIL
Failed 4/21 test programs. 2/59 subtests failed.
Makefile:858: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Test::Pockito failed. See /home/ryan/.cpanm/work/1493202740.9484/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Test::Pockito] 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