Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Spreadsheet-XLSX-Reader-LibXML-v0.44.6 v5.25.3 GNU/Linux
Date: 2016-07-28T22:10:59Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Jed Lund,
This is a computer-generated report for Spreadsheet-XLSX-Reader-LibXML-v0.44.6
on perl 5.25.3, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.3/bin/perl5.25.3" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/Spreadsheet/XLSX/Reader/*.t t/Spreadsheet/XLSX/Reader/LibXML/*.t t/Spreadsheet/XLSX/Reader/LibXML/XMLReader/*.t
t/Spreadsheet/XLSX/Reader/01-libxml.t ...........................
All 103 subtests passed
t/Spreadsheet/XLSX/Reader/02-open_by_worksheet_bug.t ............
All 23 subtests passed
t/Spreadsheet/XLSX/Reader/03-temp_dir_bug.t .....................
Failed 1/3 subtests
t/Spreadsheet/XLSX/Reader/04-no_pivot_bug.t .....................
All 6 subtests passed
t/Spreadsheet/XLSX/Reader/05-chart_bug.t ........................
All 30 subtests passed
t/Spreadsheet/XLSX/Reader/06-stacked_flags.t .................... ok
t/Spreadsheet/XLSX/Reader/07-losing_is_hidden_bug.t .............
All 4 subtests passed
t/Spreadsheet/XLSX/Reader/08-open_spreadsheet_ml_files.t ........
All 75 subtests passed
# Failed test 'Write any error messages from the file load'
# at t/Spreadsheet/XLSX/Reader/09-open_MySQL_data.t line 176.
# undef
# doesn't match '(?^:No \'Styles\' element with content found)'
# Looks like you failed 1 test of 36.
t/Spreadsheet/XLSX/Reader/09-open_MySQL_data.t ..................
Failed 1/36 subtests
t/Spreadsheet/XLSX/Reader/49-shared_strings_bug.t ...............
All 29 subtests passed
t/Spreadsheet/XLSX/Reader/51-percent_file_bug.t ................. ok
t/Spreadsheet/XLSX/Reader/60-hidden_formatting_bug.t ............
All 88 subtests passed
t/Spreadsheet/XLSX/Reader/68-read_xlsm_feature.t ................
All 5 subtests passed
t/Spreadsheet/XLSX/Reader/LibXML/01-types.t ..................... ok
t/Spreadsheet/XLSX/Reader/LibXML/02-error.t ..................... ok
t/Spreadsheet/XLSX/Reader/LibXML/04-xml_reader.t ................ ok
t/Spreadsheet/XLSX/Reader/LibXML/05-cell_to_column_row.t ........ ok
t/Spreadsheet/XLSX/Reader/LibXML/07-fmt_default.t ............... ok
t/Spreadsheet/XLSX/Reader/LibXML/08-parse_excel_fmt_string.t .... ok
t/Spreadsheet/XLSX/Reader/LibXML/09-cell.t ...................... ok
# Failed test 'Check row -2- and column -7- (end of row position) should return undef'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 575.
# got: 'EOR'
# expected: undef
# Failed test 'Check row -14- and -0- (end of file position) should return undef'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 577.
# got: 'EOF'
# expected: undef
# Failed test 'Checking the method -cell_id- value at position -4- is: B7'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
# got: 'B6'
# expected: 'B7'
# Failed test 'Checking the method -value- value at position -4- is: 69'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
# got: undef
# expected: '69'
# Failed test 'Checking the method -row- value at position -4- is: 6'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
# got: '5'
# expected: '6'
# Failed test 'Checking the method -unformatted- value at position -4- is: 69'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
# got: undef
# expected: '69'
# Failed test 'Checking the method -type- value at position -4- is: Numeric'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
# got: 'Text'
# expected: 'Numeric'
# Failed test 'Checking the method -unformatted- value at position -5- is: 27'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
# got: '69'
# expected: '27'
# Failed test 'Checking the method -row- value at position -5- is: 7'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
# got: '6'
# expected: '7'
# Failed test 'Checking the method -value- value at position -5- is: 27'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
# got: '69'
# expected: '27'
# Failed test 'Checking the method -cell_id- value at position -5- is: B8'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
# got: 'B7'
# expected: 'B8'
# Failed test 'Checking the method -cell_id- value at position -6- is: E8'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
# got: 'B8'
# expected: 'E8'
# Failed test 'Checking the method -value- value at position -6- is: 12-Sep-05'
# at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
# got: '27'
# expected: '12-Sep-05'
Cannot delegate coercion_name to display_name because the value of cell_coercion is not defined at /opt/perl-5.25.3/lib/site_perl/5.25.3/x86_64-linux/Moose/Meta/Method/Delegation.pm line 95
Spreadsheet::XLSX::Reader::LibXML::Cell::coercion_name('Spreadsheet::XLSX::Reader::LibXML::Cell=HASH(0x5a7dfb8)') called at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626
t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t .................
Failed 384/784 subtests
t/Spreadsheet/XLSX/Reader/LibXML/11-xml_to_perl_data.t .......... ok
t/Spreadsheet/XLSX/Reader/LibXML/12-format_interface.t .......... ok
Unimplemented block at ../../xmlschemas.c:4116
t/Spreadsheet/XLSX/Reader/LibXML/13-sharedstrings_interface.t ...
Failed 18/66 subtests
# Failed test 'Check that the excel number coercion at format position 2 is named: Excel_date_164'
# at t/Spreadsheet/XLSX/Reader/LibXML/15-styles_interface.t line 255.
# got: 'DATESTRING_0'
# expected: 'Excel_date_164'
# Looks like you failed 1 test of 17.
t/Spreadsheet/XLSX/Reader/LibXML/15-styles_interface.t ..........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/17 subtests
t/Spreadsheet/XLSX/Reader/LibXML/16-worksheet_to_row.t ..........
Failed 691/1185 subtests
t/Spreadsheet/XLSX/Reader/LibXML/20-empty_sharedstrings_bug.t ... ok
t/Spreadsheet/XLSX/Reader/LibXML/52-merge_function_alignment.t ..
All 38 subtests passed
t/Spreadsheet/XLSX/Reader/LibXML/81-text_in_worksheet_bug.t ..... ok
t/Spreadsheet/XLSX/Reader/LibXML/91-quote_in_style_line_bug.t ... ok
t/Spreadsheet/XLSX/Reader/LibXML/XMLReader/01-extract_file.t .... ok
Test Summary Report
-------------------
t/Spreadsheet/XLSX/Reader/01-libxml.t (Wstat: 11 Tests: 103 Failed: 0)
Non-zero wait status: 11
Parse errors: No plan found in TAP output
t/Spreadsheet/XLSX/Reader/02-open_by_worksheet_bug.t (Wstat: 6 Tests: 23 Failed: 0)
Non-zero wait status: 6
t/Spreadsheet/XLSX/Reader/03-temp_dir_bug.t (Wstat: 11 Tests: 2 Failed: 0)
Non-zero wait status: 11
Parse errors: Bad plan. You planned 3 tests but ran 2.
t/Spreadsheet/XLSX/Reader/04-no_pivot_bug.t (Wstat: 11 Tests: 6 Failed: 0)
Non-zero wait status: 11
t/Spreadsheet/XLSX/Reader/05-chart_bug.t (Wstat: 11 Tests: 30 Failed: 0)
Non-zero wait status: 11
t/Spreadsheet/XLSX/Reader/07-losing_is_hidden_bug.t (Wstat: 6 Tests: 4 Failed: 0)
Non-zero wait status: 6
t/Spreadsheet/XLSX/Reader/08-open_spreadsheet_ml_files.t (Wstat: 11 Tests: 75 Failed: 0)
Non-zero wait status: 11
t/Spreadsheet/XLSX/Reader/09-open_MySQL_data.t (Wstat: 11 Tests: 36 Failed: 1)
Failed test: 2
Non-zero wait status: 11
t/Spreadsheet/XLSX/Reader/49-shared_strings_bug.t (Wstat: 11 Tests: 29 Failed: 0)
Non-zero wait status: 11
t/Spreadsheet/XLSX/Reader/60-hidden_formatting_bug.t (Wstat: 6 Tests: 88 Failed: 0)
Non-zero wait status: 6
t/Spreadsheet/XLSX/Reader/68-read_xlsm_feature.t (Wstat: 11 Tests: 5 Failed: 0)
Non-zero wait status: 11
t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t (Wstat: 11 Tests: 413 Failed: 13)
Failed tests: 363-364, 398-399, 401-403, 406, 408-410
412-413
Non-zero wait status: 11
Parse errors: Bad plan. You planned 784 tests but ran 413.
t/Spreadsheet/XLSX/Reader/LibXML/13-sharedstrings_interface.t (Wstat: 6 Tests: 48 Failed: 0)
Non-zero wait status: 6
Parse errors: Bad plan. You planned 66 tests but ran 48.
t/Spreadsheet/XLSX/Reader/LibXML/15-styles_interface.t (Wstat: 256 Tests: 17 Failed: 1)
Failed test: 14
Non-zero exit status: 1
t/Spreadsheet/XLSX/Reader/LibXML/16-worksheet_to_row.t (Wstat: 6 Tests: 494 Failed: 0)
Non-zero wait status: 6
Parse errors: Bad plan. You planned 1185 tests but ran 494.
t/Spreadsheet/XLSX/Reader/LibXML/52-merge_function_alignment.t (Wstat: 6 Tests: 38 Failed: 0)
Non-zero wait status: 6
Files=31, Tests=3398, 54 wallclock secs ( 0.21 usr 0.28 sys + 28.72 cusr 6.43 csys = 35.64 CPU)
Result: FAIL
Failed 16/31 test programs. 15/3398 subtests failed.
Makefile:1087: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------------------- -------- ----------
Archive::Zip 0 1.57
Capture::Tiny 0 0.42
Carp 0 1.41
Clone 0 0.38
Data::Dumper 0 2.161
DateTime 0 1.34
DateTime::Format::Flexible 0 0.26
DateTimeX::Format::Excel 0.012 v0.14.0
Devel::StackTrace 0 2.01
Encode 0 2.84
File::Temp 0 0.2304
IO::File 0 1.16
lib 0 0.63
List::Util 1.33 1.45
Modern::Perl 0 1.20150127
Moose 2.1213 2.1804
Moose::Role 0 2.1804
MooseX::HasDefaults::RO 0 0
MooseX::ShortCut::BuildInstance 1.032 v1.40.2
MooseX::StrictConstructor 0 0.19
perl 5.010 5.025003
strict 0 1.11
Try::Tiny 0 0.24
Type::Coercion 0 1.000005
Type::Library 1.000 1.000005
Type::Tiny 1.000 1.000005
Type::Utils 0 1.000005
Types::Standard 0 1.000005
version 0.77 0.9917
warnings 0 1.37
XML::LibXML 0 2.0126
XML::LibXML::Reader 0 2.0126
build_requires:
Module Need Have
------------------------------- -------- ----------
Archive::Zip 0 1.57
Carp 0 1.41
Clone 0 0.38
DateTime::Format::Flexible 0 0.26
DateTimeX::Format::Excel 0.012 v0.14.0
ExtUtils::MakeMaker 7.04 7.18
IO::File 0 1.16
List::Util 1.33 1.45
Moose 2.1213 2.1804
Moose::Role 0 2.1804
MooseX::HasDefaults::RO 0 0
MooseX::ShortCut::BuildInstance 1.032 v1.40.2
MooseX::StrictConstructor 0 0.19
Spreadsheet::ParseExcel 0 0.65
Sub::Exporter::ForMethods 0.100052 0.100052
Test::Moose 0 2.1804
Test::Most 0 0.34
Test::TypeTiny 0 1.000005
Text::Diff 0 1.44
Type::Tiny 1.000 1.000005
version 0.77 0.9917
XML::LibXML 0 2.0126
XML::LibXML::Reader 0 2.0126
configure_requires:
Module Need Have
------------------------------- -------- ----------
Alien::LibXML 0.003 0.003
ExtUtils::MakeMaker 7.04 7.18
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL5LIB = /home/cpansand/.cpan/build/2016072809/MooseX-Types-XML-LibXML-0.002-0/blib/arch:/home/cpansand/.cpan/build/2016072809/MooseX-Types-XML-LibXML-0.002-0/blib/lib:/home/cpansand/.cpan/build/2016072809/MooseX-amine-0.6-0/blib/arch:/home/cpansand/.cpan/build/2016072809/MooseX-amine-0.6-0/blib/lib:/home/cpansand/.cpan/build/2016072809/MySQL-RunSQL-1.2-0/blib/arch:/home/cpansand/.cpan/build/2016072809/MySQL-RunSQL-1.2-0/blib/lib:/home/cpansand/.cpan/build/2016072809/SQL-Beautify-0.04-0/blib/arch:/home/cpansand/.cpan/build/2016072809/SQL-Beautify-0.04-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Module-Build-Prereq-0.04-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Module-Build-Prereq-0.04-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Test-TypeConstraints-0.07-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Test-TypeConstraints-0.07-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Smart-Args-0.13-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Smart-Args-0.13-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Nagios-Check-Email-Sender-0.1-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Nagios-Check-Email-Sender-0.1-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Nagios-Plugin-Simple-0.06-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Nagios-Plugin-Simple-0.06-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Net-DNS-Async-Simple-1.161090-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Net-DNS-Async-Simple-1.161090-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Net-Domain-ES-ccTLD-0.05-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Net-Domain-ES-ccTLD-0.05-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Dancer-Plugin-Transformator-0.002-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Dancer-Plugin-Transformator-0.002-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Net-NodeTransformator-0.105-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Net-NodeTransformator-0.105-0/blib/lib:/home/cpansand/.cpan/build/2016072809/AnyEvent-Proc-0.105-0/blib/arch:/home/cpansand/.cpan/build/2016072809/AnyEvent-Proc-0.105-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Net-OpenXchange-0.001-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Net-OpenXchange-0.001-0/blib/lib:/home/cpansand/.cpan/build/2016072809/ParseUtil-Domain-2.426-0/blib/arch:/home/cpansand/.cpan/build/2016072809/ParseUtil-Domain-2.426-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Net-IDN-Nameprep-1.102-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Net-IDN-Nameprep-1.102-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Pithub-0.01033-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Pithub-0.01033-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Array-Iterator-0.11-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Array-Iterator-0.11-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Plack-Test-Agent-1.4-1/blib/arch:/home/cpansand/.cpan/build/2016072809/Plack-Test-Agent-1.4-1/blib/lib:/home/cpansand/.cpan/build/2016072809/MetaCPAN-Client-1.021000-0/blib/arch:/home/cpansand/.cpan/build/2016072809/MetaCPAN-Client-1.021000-0/blib/lib:/home/cpansand/.cpan/build/2016072809/App-AllMyChangesUtils-1.0.5-0/blib/arch:/home/cpansand/.cpan/build/2016072809/App-AllMyChangesUtils-1.0.5-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Modern-Perl-1.20150127-1/blib/arch:/home/cpansand/.cpan/build/2016072809/Modern-Perl-1.20150127-1/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 13373
PERL5_CPAN_IS_RUNNING = 13373
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 25130,13373
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /run/user/1023/cpansmoker/2016072806/cpanreporter_004_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
SHELL = /bin/zsh
TERM = screen
TMPDIR = /run/user/1023/cpansmoker/2016072806
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /bbbike/perl-5.25.3/bin/perl5.25.3
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.14
CPAN::Meta 2.150005
Cwd 3.64
ExtUtils::CBuilder 0.280225
ExtUtils::Command 7.18
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.18
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.33
File::Spec 3.64
JSON 2.90
JSON::PP 2.27400
Module::Build 0.4218
Module::Signature 0.80
Parse::CPAN::Meta 1.4422
Test::Harness 3.36
Test::More 1.302045
YAML 1.18
YAML::Syck 1.29
version 0.9917
--
Summary of my perl5 (revision 5 version 25 subversion 3) configuration:
Platform:
osname=linux
osvers=3.16.0-4-amd64
archname=x86_64-linux
uname='linux eserte 3.16.0-4-amd64 #1 smp debian 3.16.7-ckt25-2 (2016-04-08) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.25.3 -Dusedevel -Dusemallocwrap=no -Dcf_email=srezic@cpan.org'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='4.9.2'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.19.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.19'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Jul 21 2016 05:51:55
%ENV:
PERL5LIB="/home/cpansand/.cpan/build/2016072809/MooseX-Types-XML-LibXML-0.002-0/blib/arch:/home/cpansand/.cpan/build/2016072809/MooseX-Types-XML-LibXML-0.002-0/blib/lib:/home/cpansand/.cpan/build/2016072809/MooseX-amine-0.6-0/blib/arch:/home/cpansand/.cpan/build/2016072809/MooseX-amine-0.6-0/blib/lib:/home/cpansand/.cpan/build/2016072809/MySQL-RunSQL-1.2-0/blib/arch:/home/cpansand/.cpan/build/2016072809/MySQL-RunSQL-1.2-0/blib/lib:/home/cpansand/.cpan/build/2016072809/SQL-Beautify-0.04-0/blib/arch:/home/cpansand/.cpan/build/2016072809/SQL-Beautify-0.04-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Module-Build-Prereq-0.04-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Module-Build-Prereq-0.04-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Test-TypeConstraints-0.07-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Test-TypeConstraints-0.07-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Smart-Args-0.13-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Smart-Args-0.13-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Nagios-Check-Email-Sender-0.1-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Nagios-Check-Email-Sender-0.1-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Nagios-Plugin-Simple-0.06-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Nagios-Plugin-Simple-0.06-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Net-DNS-Async-Simple-1.161090-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Net-DNS-Async-Simple-1.161090-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Net-Domain-ES-ccTLD-0.05-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Net-Domain-ES-ccTLD-0.05-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Dancer-Plugin-Transformator-0.002-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Dancer-Plugin-Transformator-0.002-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Net-NodeTransformator-0.105-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Net-NodeTransformator-0.105-0/blib/lib:/home/cpansand/.cpan/build/2016072809/AnyEvent-Proc-0.105-0/blib/arch:/home/cpansand/.cpan/build/2016072809/AnyEvent-Proc-0.105-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Net-OpenXchange-0.001-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Net-OpenXchange-0.001-0/blib/lib:/home/cpansand/.cpan/build/2016072809/ParseUtil-Domain-2.426-0/blib/arch:/home/cpansand/.cpan/build/2016072809/ParseUtil-Domain-2.426-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Net-IDN-Nameprep-1.102-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Net-IDN-Nameprep-1.102-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Pithub-0.01033-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Pithub-0.01033-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Array-Iterator-0.11-0/blib/arch:/home/cpansand/.cpan/build/2016072809/Array-Iterator-0.11-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Plack-Test-Agent-1.4-1/blib/arch:/home/cpansand/.cpan/build/2016072809/Plack-Test-Agent-1.4-1/blib/lib:/home/cpansand/.cpan/build/2016072809/MetaCPAN-Client-1.021000-0/blib/arch:/home/cpansand/.cpan/build/2016072809/MetaCPAN-Client-1.021000-0/blib/lib:/home/cpansand/.cpan/build/2016072809/App-AllMyChangesUtils-1.0.5-0/blib/arch:/home/cpansand/.cpan/build/2016072809/App-AllMyChangesUtils-1.0.5-0/blib/lib:/home/cpansand/.cpan/build/2016072809/Modern-Perl-1.20150127-1/blib/arch:/home/cpansand/.cpan/build/2016072809/Modern-Perl-1.20150127-1/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="13373"
PERL5_CPAN_IS_RUNNING="13373"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="25130,13373"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/run/user/1023/cpansmoker/2016072806/cpanreporter_004_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
@INC:
/home/cpansand/.cpan/build/2016072809/MooseX-Types-XML-LibXML-0.002-0/blib/arch
/home/cpansand/.cpan/build/2016072809/MooseX-Types-XML-LibXML-0.002-0/blib/lib
/home/cpansand/.cpan/build/2016072809/MooseX-amine-0.6-0/blib/arch
/home/cpansand/.cpan/build/2016072809/MooseX-amine-0.6-0/blib/lib
/home/cpansand/.cpan/build/2016072809/MySQL-RunSQL-1.2-0/blib/arch
/home/cpansand/.cpan/build/2016072809/MySQL-RunSQL-1.2-0/blib/lib
/home/cpansand/.cpan/build/2016072809/SQL-Beautify-0.04-0/blib/arch
/home/cpansand/.cpan/build/2016072809/SQL-Beautify-0.04-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Module-Build-Prereq-0.04-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Module-Build-Prereq-0.04-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Test-TypeConstraints-0.07-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Test-TypeConstraints-0.07-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Smart-Args-0.13-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Smart-Args-0.13-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Nagios-Check-Email-Sender-0.1-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Nagios-Check-Email-Sender-0.1-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Nagios-Plugin-Simple-0.06-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Nagios-Plugin-Simple-0.06-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Net-DNS-Async-Simple-1.161090-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Net-DNS-Async-Simple-1.161090-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Net-Domain-ES-ccTLD-0.05-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Net-Domain-ES-ccTLD-0.05-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Dancer-Plugin-Transformator-0.002-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Dancer-Plugin-Transformator-0.002-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Net-NodeTransformator-0.105-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Net-NodeTransformator-0.105-0/blib/lib
/home/cpansand/.cpan/build/2016072809/AnyEvent-Proc-0.105-0/blib/arch
/home/cpansand/.cpan/build/2016072809/AnyEvent-Proc-0.105-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Net-OpenXchange-0.001-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Net-OpenXchange-0.001-0/blib/lib
/home/cpansand/.cpan/build/2016072809/ParseUtil-Domain-2.426-0/blib/arch
/home/cpansand/.cpan/build/2016072809/ParseUtil-Domain-2.426-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Net-IDN-Nameprep-1.102-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Net-IDN-Nameprep-1.102-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Pithub-0.01033-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Pithub-0.01033-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Array-Iterator-0.11-0/blib/arch
/home/cpansand/.cpan/build/2016072809/Array-Iterator-0.11-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Plack-Test-Agent-1.4-1/blib/arch
/home/cpansand/.cpan/build/2016072809/Plack-Test-Agent-1.4-1/blib/lib
/home/cpansand/.cpan/build/2016072809/MetaCPAN-Client-1.021000-0/blib/arch
/home/cpansand/.cpan/build/2016072809/MetaCPAN-Client-1.021000-0/blib/lib
/home/cpansand/.cpan/build/2016072809/App-AllMyChangesUtils-1.0.5-0/blib/arch
/home/cpansand/.cpan/build/2016072809/App-AllMyChangesUtils-1.0.5-0/blib/lib
/home/cpansand/.cpan/build/2016072809/Modern-Perl-1.20150127-1/blib/arch
/home/cpansand/.cpan/build/2016072809/Modern-Perl-1.20150127-1/blib/lib
/opt/perl-5.25.3/lib/site_perl/5.25.3/x86_64-linux
/opt/perl-5.25.3/lib/site_perl/5.25.3
/opt/perl-5.25.3/lib/5.25.3/x86_64-linux
/opt/perl-5.25.3/lib/5.25.3
.