cpantestlogs/WSDL::XML::Generator_genfailure.log
2017-05-02 18:44:36 -07:00

302 lines
17 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/1493408061.8325
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 WSDL::XML::Generator () on cpanmetadb ...
Unpacking WSDL-XML-Generator-0.03.tar.gz
--> Working on WSDL::XML::Generator
Fetching http://www.cpan.org/authors/id/L/LI/LINUS/WSDL-XML-Generator-0.03.tar.gz ... OK
WSDL-XML-Generator/
WSDL-XML-Generator/Changes
WSDL-XML-Generator/Makefile.PL
WSDL-XML-Generator/README
WSDL-XML-Generator/lib/
WSDL-XML-Generator/lib/WSDL/
WSDL-XML-Generator/lib/WSDL/XML/
WSDL-XML-Generator/lib/WSDL/XML/Generator.pm
WSDL-XML-Generator/t/
WSDL-XML-Generator/t/00-load.t
WSDL-XML-Generator/t/Account.wsdl
WSDL-XML-Generator/t/InternalQA.wsdl
WSDL-XML-Generator/t/WSDL-XML-Generator.t
WSDL-XML-Generator/t/list_data_node.t
WSDL-XML-Generator/t/manifest.t
WSDL-XML-Generator/t/pod-coverage.t
WSDL-XML-Generator/t/pod.t
WSDL-XML-Generator/t/write.t
Entering WSDL-XML-Generator
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring WSDL-XML-Generator-0.03 ... Generating a Unix-style Makefile
Writing Makefile for WSDL::XML::Generator
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing WSDL-XML-Generator-0.02 ... cp lib/WSDL/XML/Generator.pm blib/lib/WSDL/XML/Generator.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 WSDL::XML::Generator 0.02, Perl 5.026000, /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0
t/00-load.t ............. ok
Warning: <xsd:sequence> element has non-scalar 'xsd:element' key attribute at lib/WSDL/XML/Generator.pm line 76.
Warning: <xsd:sequence> element has non-scalar 'xsd:element' key attribute at lib/WSDL/XML/Generator.pm line 76.
Warning: <xsd:schema> element has non-scalar 'xsd:element' key attribute at lib/WSDL/XML/Generator.pm line 76.
$VAR1 = {
'types' : [
#0
{
'xsd:schema' : [
#0
{
'xsd:element' : [
#0
{
'name' : 'logMessage',
'xsd:complexType' : [
#0
{
'xsd:sequence' : [
#0
{
'xsd:element' : [
#0
{
'name' : 'auth',
'type' : 'lookdata:Authentication'
},
#1
{
'name' : 'message',
'type' : 'xsd:string'
}
]
}
]
}
]
},
#1
{
'name' : 'logMessageResponse',
'xsd:complexType' : [
#0
{
'xsd:sequence' : [
#0
{
'xsd:element' : [
#0
{
'type' : 'lookdata:Return',
'name' : 'return'
}
]
}
]
}
]
}
],
'targetNamespace' : 'http://soap.lookdata.cn/v1/InternalQA',
'xsd:import' : [
#0
{
'namespace' : 'http://schemas.xmlsoap.org/soap/encoding/'
},
#1
{
'namespace' : 'http://soap.lookdata.cn/v1/example',
'schemaLocation' : './Internal.xsd'
}
]
}
]
}
],
'xmlns' : 'http://schemas.xmlsoap.org/wsdl/',
'documentation' : [
#0
'WSDL Specification for InternalQA'
],
'xmlns:enc' : 'http://schemas.xmlsoap.org/soap/encoding/',
'portType' : [
#0
{
'name' : 'InternalQAPortType',
'operation' : [
#0
{
'name' : 'logMessage',
'output' : [
#0
{
'message' : 'tns:logMessage_out'
}
],
'input' : [
#0
{
'message' : 'tns:logMessage_in'
}
]
}
]
}
],
'xmlns:lookdata' : 'http://soap.lookdata.cn/v1/example',
'xmlns:tns' : 'http://soap.lookdata.cn/v1/InternalQA',
'binding' : [
#0
{
'operation' : [
#0
{
'input' : [
#0
{
'soap:body' : [
#0
{
'encodingStyle' : 'http://schemas.xmlsoap.org/soap/encoding/',
'use' : 'literal'
}
]
}
],
'output' : [
#0
{
'soap:body' : [
#0
{
'encodingStyle' : 'http://schemas.xmlsoap.org/soap/encoding/',
'use' : 'literal'
}
]
}
],
'name' : 'logMessage',
'soap:operation' : [
#0
{
'soapAction' : 'http://soap.lookdata.cn/v1/InternalQA#logMessage'
}
]
}
],
'soap:binding' : [
#0
{
'transport' : 'http://schemas.xmlsoap.org/soap/http',
'style' : 'document'
}
],
'type' : 'tns:InternalQAPortType',
'name' : 'InternalQABinding'
}
],
'targetNamespace' : 'http://soap.lookdata.cn/v1/InternalQA',
'xmlns:soap' : 'http://schemas.xmlsoap.org/wsdl/soap/',
'name' : 'InternalQA',
'message' : [
#0
{
'part' : [
#0
{
'name' : 'parameters',
'element' : 'tns:logMessage'
}
],
'name' : 'logMessage_in'
},
#1
{
'name' : 'logMessage_out',
'part' : [
#0
{
'name' : 'parameters',
'element' : 'tns:logMessageResponse'
}
]
}
],
'xmlns:xsd' : 'http://www.w3.org/2001/XMLSchema',
'service' : [
#0
{
'port' : [
#0
{
'name' : 'InternalQAPort',
'soap:address' : [
#0
{
'location' : 'https://soap.lookdata.cn/soap.pl'
}
],
'binding' : 'tns:InternalQABinding'
}
],
'name' : 'InternalQA'
}
],
'xmlns:wsdl' : 'http://schemas.xmlsoap.org/wsdl/',
'xmlns:xsdl' : 'http://soap.lookdata.cn/v1/InternalQA'
};
t/list_data_node.t ...... ok
t/manifest.t ............ skipped: Author tests not required for installation
# Failed test 'Pod coverage on WSDL::XML::Generator'
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Pod/Coverage.pm line 133.
# Coverage for WSDL::XML::Generator is 0.0%, with 2 naked subroutines:
# list_data_node
# write
# Looks like you failed 1 test of 1.
t/pod-coverage.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/pod.t ................. ok
t/write.t ............... ok
t/WSDL-XML-Generator.t .. ok
Test Summary Report
-------------------
t/pod-coverage.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=7, Tests=6, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.28 cusr 0.00 csys = 0.30 CPU)
Result: FAIL
Failed 1/7 test programs. 1/6 subtests failed.
Makefile:837: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing WSDL::XML::Generator failed. See /home/ryan/.cpanm/work/1493408061.8325/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose WSDL::XML::Generator] 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