cpantestlogs/Data::Printer::Filter::JSON_genfailure.log
2017-05-02 18:44:36 -07:00

310 lines
9.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/1493530619.8623
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 Data::Printer::Filter::JSON () on cpanmetadb ...
Unpacking Data-Printer-Filter-JSON-0.3.tar.gz
--> Working on Data::Printer::Filter::JSON
Fetching http://www.cpan.org/authors/id/N/NU/NUBA/Data-Printer-Filter-JSON-0.3.tar.gz ... OK
Data-Printer-Filter-JSON-0.3/
Data-Printer-Filter-JSON-0.3/lib/
Data-Printer-Filter-JSON-0.3/lib/Data/
Data-Printer-Filter-JSON-0.3/lib/Data/Printer/
Data-Printer-Filter-JSON-0.3/lib/Data/Printer/Filter/
Data-Printer-Filter-JSON-0.3/lib/Data/Printer/Filter/JSON.pm
Data-Printer-Filter-JSON-0.3/Makefile.PL
Data-Printer-Filter-JSON-0.3/MANIFEST
Data-Printer-Filter-JSON-0.3/Changes
Data-Printer-Filter-JSON-0.3/META.json
Data-Printer-Filter-JSON-0.3/t/
Data-Printer-Filter-JSON-0.3/t/103-filter_JSON_DWIW.t
Data-Printer-Filter-JSON-0.3/t/102-filter_JSON_PP.t
Data-Printer-Filter-JSON-0.3/t/pod.t
Data-Printer-Filter-JSON-0.3/t/105-filter_JSON_SL.t
Data-Printer-Filter-JSON-0.3/t/104-filter_JSON_Parser.t
Data-Printer-Filter-JSON-0.3/t/manifest.t
Data-Printer-Filter-JSON-0.3/t/106-filter_Mojo_JSON.t
Data-Printer-Filter-JSON-0.3/t/00-load.t
Data-Printer-Filter-JSON-0.3/t/107-filter_Pegex_JSON.t
Data-Printer-Filter-JSON-0.3/t/base.include
Data-Printer-Filter-JSON-0.3/t/101-filter_JSON_XS.t
Data-Printer-Filter-JSON-0.3/t/pod-coverage.t
Data-Printer-Filter-JSON-0.3/t/100-filter_JSON.t
Data-Printer-Filter-JSON-0.3/README
Data-Printer-Filter-JSON-0.3/META.yml
Entering Data-Printer-Filter-JSON-0.3
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Data-Printer-Filter-JSON-0.3 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Data::Printer::Filter::JSON
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Data::Printer 0.32 ... Yes (0.39)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Test::More 0 ... Yes (1.302083)
OK
Building and testing Data-Printer-Filter-JSON-0.3 ... cp lib/Data/Printer/Filter/JSON.pm blib/lib/Data/Printer/Filter/JSON.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, 'blib/lib', 'blib/arch')" t/*.t
# Testing Data::Printer::Filter::JSON 0.3, Perl 5.026000, /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0
t/00-load.t ................. ok
\ {
alpha true,
beta false,
gamma true,
zeta false
}
# Failed test 'whatever's powering JSON, it works'
# at t/100-filter_JSON.t line 14.
# got: 'HASH(0x56285f794e50)'
# expected: '\ {
# alpha true,
# beta false,
# gamma true,
# zeta false
# }'
# Looks like you failed 1 test of 1.
t/100-filter_JSON.t .........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
\ {
alpha true,
beta false,
gamma true,
zeta false
}
# Failed test 'JSON:XS, live'
# at t/101-filter_JSON_XS.t line 13.
# got: 'HASH(0x55debd586e58)'
# expected: '\ {
# alpha true,
# beta false,
# gamma true,
# zeta false
# }'
\ {
alpha true,
beta false,
gamma true,
zeta false
}
# Failed test 'JSON::XS, emulated'
# at t/101-filter_JSON_XS.t line 23.
# got: 'HASH(0x55debdf0f210)'
# expected: '\ {
# alpha true,
# beta false,
# gamma true,
# zeta false
# }'
# Looks like you failed 2 tests of 2.
t/101-filter_JSON_XS.t ......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
\ {
alpha true,
beta false,
gamma true,
zeta false
}
# Failed test 'JSON::PP, live'
# at t/102-filter_JSON_PP.t line 14.
# got: 'HASH(0x562e21dac830)'
# expected: '\ {
# alpha true,
# beta false,
# gamma true,
# zeta false
# }'
\ {
alpha true,
beta false,
gamma true,
zeta false
}
# Failed test 'JSON::PP, emulated'
# at t/102-filter_JSON_PP.t line 24.
# got: 'HASH(0x562e2189d390)'
# expected: '\ {
# alpha true,
# beta false,
# gamma true,
# zeta false
# }'
# Looks like you failed 2 tests of 2.
t/102-filter_JSON_PP.t ......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
\ {
alpha true,
beta false,
gamma true,
zeta false
}
# Failed test 'JSON:DWIW, from_json, live'
# at t/103-filter_JSON_DWIW.t line 13.
# got: 'HASH(0x55d91b6b3eb0)'
# expected: '\ {
# alpha true,
# beta false,
# gamma true,
# zeta false
# }'
\ {
alpha true,
beta false,
gamma true,
zeta false
}
# Failed test 'JSON::DWIW, emulated'
# at t/103-filter_JSON_DWIW.t line 24.
# got: 'HASH(0x55d91c089430)'
# expected: '\ {
# alpha true,
# beta false,
# gamma true,
# zeta false
# }'
# Looks like you failed 2 tests of 2.
t/103-filter_JSON_DWIW.t ....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
\ {
alpha true,
beta false,
gamma true,
zeta false
}
# Failed test 'JSON::Parser, emulated'
# at t/104-filter_JSON_Parser.t line 25.
# got: 'HASH(0x557b3205f4b0)'
# expected: '\ {
# alpha true,
# beta false,
# gamma true,
# zeta false
# }'
# Looks like you failed 1 test of 2.
t/104-filter_JSON_Parser.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
(less 1 skipped subtest: 0 okay)
\ {
alpha true,
beta false,
gamma true,
zeta false
}
# Failed test 'JSON:SL, live'
# at t/105-filter_JSON_SL.t line 14.
# got: 'HASH(0x56324cb80df8)'
# expected: '\ {
# alpha true,
# beta false,
# gamma true,
# zeta false
# }'
\ {
alpha true,
beta false,
gamma true,
zeta false
}
# Failed test 'JSON::SL, emulated'
# at t/105-filter_JSON_SL.t line 25.
# got: 'HASH(0x56324d50b098)'
# expected: '\ {
# alpha true,
# beta false,
# gamma true,
# zeta false
# }'
# Looks like you failed 2 tests of 2.
t/105-filter_JSON_SL.t ......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Can't locate object method "new" via package "Mojo::JSON" at t/106-filter_Mojo_JSON.t line 13.
t/106-filter_Mojo_JSON.t ....
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Can't locate object method "parse" via package "Pegex::JSON" at t/107-filter_Pegex_JSON.t line 13.
t/107-filter_Pegex_JSON.t ...
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/manifest.t ................ skipped: Author tests not required for installation
t/pod-coverage.t ............ ok
t/pod.t ..................... ok
Test Summary Report
-------------------
t/100-filter_JSON.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/101-filter_JSON_XS.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
t/102-filter_JSON_PP.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
t/103-filter_JSON_DWIW.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
t/104-filter_JSON_Parser.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
t/105-filter_JSON_SL.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
t/106-filter_Mojo_JSON.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/107-filter_Pegex_JSON.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=12, Tests=14, 2 wallclock secs ( 0.05 usr 0.01 sys + 0.75 cusr 0.08 csys = 0.89 CPU)
Result: FAIL
Failed 8/12 test programs. 10/14 subtests failed.
Makefile:846: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Data::Printer::Filter::JSON failed. See /home/ryan/.cpanm/work/1493530619.8623/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Data::Printer::Filter::JSON] 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