cpanm (App::cpanminus) 1.7000 on perl 5.016003 built for MSWin32-x86-multi-thread Work directory is D:\bin\STRAWB~1\data/.cpanm/work/1378399529.2356 You have make D:\bin\Strawberry\c\bin\dmake.exe You have LWP 6.04 Falling back to Archive::Tar 1.90 You have D:\bin\texlive\2013\bin\win32\unzip.exe --> Working on . Entering D:/bin/Strawberry/data/.cpanm/work/1378397263.972/Text-RecordParser-v1.6.3 Checking configure dependencies from META.json Checking if you have Module::Build 0.4 ... Yes (0.4003) Checking if you have Pod::Markdown 0 ... Yes (1.322) Checking if you have Pod::Readme 0 ... Yes (0.11) Checking if you have Pod::Select 0 ... Yes (1.60) Checking if you have Module::Build 0.36 ... Yes (0.4003) Configuring Text-RecordParser-v1.6.3 Running Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Text-RecordParser' version 'v1.6.3' -> OK Checking dependencies from MYMETA.json ... Checking if you have Test::Exception 0 ... Yes (0.31) Checking if you have IO::Scalar 0 ... Yes (2.110) Checking if you have version 0 ... Yes (0.9902) Checking if you have Class::Accessor 0 ... Yes (0.34) Checking if you have Pod::Readme 0 ... Yes (0.11) Checking if you have Readonly 0 ... Yes (1.03) Checking if you have Text::Autoformat 0 ... Yes (1.669004) Checking if you have Test::More 0 ... Yes (0.98) Checking if you have List::Util 0 ... Yes (1.27) Checking if you have Pod::Markdown 0 ... Yes (1.322) Checking if you have Pod::Select 0 ... Yes (1.60) Checking if you have List::MoreUtils 0 ... Yes (0.33) Building and testing Text-RecordParser-v1.6.3 Building Text-RecordParser t\00-pipe.t ......... ok t\01-new.t .......... ok t\02-filename-fh.t .. ok t\03-separator.t .... ok t\04-bind.t ......... ok t\05-fetch.t ........ ok t\06-filter.t ....... ok t\07-parse.t ........ ok t\08-compute.t ...... ok t\09-comment.t ...... ok # Failed test 'Field list' # at t\10-tablify.t line 208. # got: '+-----------+------------------------------------+ # | Field No. | Field | # +-----------+------------------------------------+ # | 1 | name,rank,serial_no,is_living,age | # +-----------+------------------------------------+ # ' # expected: '+-----------+-----------+ # | Field No. | Field | # +-----------+-----------+ # | 1 | name | # | 2 | rank | # | 3 | serial_no | # | 4 | is_living | # | 5 | age | # +-----------+-----------+ # ' No fields match in list 'name,serial_no' # Failed test 'Select fields by name' # at t\10-tablify.t line 208. # got: '' # expected: '+--------+-----------+ # | name | serial_no | # +--------+-----------+ # | George | 190293 | # | Dwight | 908348 | # | Attila | | # | Tojo | | # | Tommy | 998110 | # +--------+-----------+ # 5 records returned # ' No fields match in list 'name,serial_no' # Failed test 'Limit' # at t\10-tablify.t line 208. # got: '' # expected: '+--------+-----------+ # | name | serial_no | # +--------+-----------+ # | George | 190293 | # | Dwight | 908348 | # +--------+-----------+ # 2 records returned # ' # Failed test 'Select fields by position' # at t\10-tablify.t line 208. # got: '+------------------------------------+ # | name,rank,serial_no,is_living,age | # +------------------------------------+ # | George,General,190293,0,64 | # | Dwight,General,908348,0,75 | # | Attila,Hun,,0,56 | # | Tojo,Emporor,,0,87 | # | Tommy,General,998110,1,54 | # +------------------------------------+ # 5 records returned # ' # expected: '+--------+---------+-----------+------+ # | name | rank | serial_no | age | # +--------+---------+-----------+------+ # | George | General | 190293 | 64 | # | Dwight | General | 908348 | 75 | # | Attila | Hun | | 56 | # | Tojo | Emporor | | 87 | # | Tommy | General | 998110 | 54 | # +--------+---------+-----------+------+ # 5 records returned # ' # Failed test 'Filter with regex' # at t\10-tablify.t line 208. # got: '+------------------------------------+ # | name,rank,serial_no,is_living,age | # +------------------------------------+ # | George,General,190293,0,64 | # | Dwight,General,908348,0,75 | # | Attila,Hun,,0,56 | # | Tojo,Emporor,,0,87 | # | Tommy,General,998110,1,54 | # +------------------------------------+ # 5 records returned # ' # expected: '+--------+---------+-----------+-----------+------+ # | name | rank | serial_no | is_living | age | # +--------+---------+-----------+-----------+------+ # | George | General | 190293 | 0 | 64 | # | Dwight | General | 908348 | 0 | 75 | # | Tommy | General | 998110 | 1 | 54 | # +--------+---------+-----------+-----------+------+ # 3 records returned # ' Cannot use 'eq' as input source: file does not exist or is not readable. at D:\bin\Strawberry\data\.cpanm\work\1378397263.972\Text-RecordParser-v1.6.3\bin\tablify line 78. # Failed test 'Filter with Perl operator' # at t\10-tablify.t line 208. # got: '' # expected: '+--------+---------+-----------+-----------+------+ # | name | rank | serial_no | is_living | age | # +--------+---------+-----------+-----------+------+ # | Dwight | General | 908348 | 0 | 75 | # +--------+---------+-----------+-----------+------+ # 1 record returned # ' No fields match in list 'name' # Failed test 'Combine filter and field selection' # at t\10-tablify.t line 208. # got: '' # expected: '+-------+ # | name | # +-------+ # | Tommy | # +-------+ # 1 record returned # ' Cannot use 'eq' as input source: file does not exist or is not readable. at D:\bin\Strawberry\data\.cpanm\work\1378397263.972\Text-RecordParser-v1.6.3\bin\tablify line 78. # Failed test 'No headers plus filtering by position' # at t\10-tablify.t line 208. # got: '' # expected: '+--------+---------+--------+--------+--------+ # | Field1 | Field2 | Field3 | Field4 | Field5 | # +--------+---------+--------+--------+--------+ # | George | General | 190293 | 0 | 64 | # | Dwight | General | 908348 | 0 | 75 | # | Tommy | General | 998110 | 1 | 54 | # +--------+---------+--------+--------+--------+ # 3 records returned # ' # Failed test 'Vertical display' # at t\10-tablify.t line 208. # got: '************ Record 1 ************ # name,rank,serial_no,is_living,age : George,General,190293,0,64 # ************ Record 2 ************ # name,rank,serial_no,is_living,age : Dwight,General,908348,0,75 # ************ Record 3 ************ # name,rank,serial_no,is_living,age : Attila,Hun,,0,56 # ************ Record 4 ************ # name,rank,serial_no,is_living,age : Tojo,Emporor,,0,87 # ************ Record 5 ************ # name,rank,serial_no,is_living,age : Tommy,General,998110,1,54 # # 5 records returned # ' # expected: '************ Record 1 ************ # name: George # rank: General # serial_no: 190293 # is_living: 0 # age : 64 # ************ Record 2 ************ # name: Dwight # rank: General # serial_no: 908348 # is_living: 0 # age : 75 # ************ Record 3 ************ # name: Attila # rank: Hun # serial_no: # is_living: 0 # age : 56 # ************ Record 4 ************ # name: Tojo # rank: Emporor # serial_no: # is_living: 0 # age : 87 # ************ Record 5 ************ # name: Tommy # rank: General # serial_no: 998110 # is_living: 1 # age : 54 # # 5 records returned # ' # Failed test 'No headers, vertical display' # at t\10-tablify.t line 208. # got: '************ Record 1 ************ # Field1: George,General,190293,0,64 # # 1 record returned # ' # expected: '************ Record 1 ************ # Field1: George # Field2: General # Field3: 190293 # Field4: 0 # Field5: 64 # # 1 record returned # ' # Looks like you failed 10 tests of 13. t\10-tablify.t ...... Dubious, test returned 10 (wstat 2560, 0xa00) Failed 10/13 subtests t\11-tabmerge.t ..... ok t\12-object.t ....... ok # Failed test 'Diagnostic OK' # at t\13-tab2graph.t line 34. # got: 'D:\bin\Strawberry\data\.cpanm\work\1378397263.972\Text-RecordParser-v1.6.3\bin\tab2graph nen¡ n zvem vnitýn¡ho ani vnØjç¡ho pý¡kazu, # spustiteln‚ho programu nebo d vkov‚ho souboru. # ' # expected: 'Image created "foo.png." # ' # Failed test 'File is correct size' # at t\13-tab2graph.t line 36. # Looks like you failed 2 tests of 4. t\13-tab2graph.t .... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/4 subtests t\14-trim.t ......... ok t\pod-coverage.t .... skipped: Test::Pod::Coverage 1.04 required for POD coverage t\pod.t ............. ok Test Summary Report ------------------- t\10-tablify.t (Wstat: 2560 Tests: 13 Failed: 10) Failed tests: 4-13 Non-zero exit status: 10 t\13-tab2graph.t (Wstat: 512 Tests: 4 Failed: 2) Failed tests: 3-4 Non-zero exit status: 2 Files=17, Tests=214, 8 wallclock secs ( 0.13 usr + 0.01 sys = 0.14 CPU) Result: FAIL Failed 2/17 test programs. 12/214 subtests failed. -> FAIL Installing . failed. See D:\bin\STRAWB~1\data\.cpanm\work\1378399529.2356\build.log for details. Retry with --force to force install it.