PATH=C:\mingw\bin;C:\cygwin\bin;C:\cpanfly-5.18\var\megalib\bin;C:\Perl64-5.18\site\bin;C:\Perl64-5.18\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\instantclient_11_2;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Start 2014-02-26T15:19:19 ActivePerl-1800 CPAN-2.00 PATH=C:\mingw\bin;C:\cygwin\bin;C:\CPANFL~1.18\var\megalib\bin;C:\Perl64-5.18\site\bin;C:\Perl64-5.18\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\INSTAN~1;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Reading 'C:\cpanfly-5.18\var\cpan\Metadata' Database was generated on Wed, 26 Feb 2014 20:06:13 GMT Running make for T/TI/TIMB/Geo-StreetAddress-US-1.03.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/T/TI/TIMB/Geo-StreetAddress-US-1.03.tar.gz Checksum for C:\cpanfly-5.18\var\cpan\sources\authors\id\T\TI\TIMB\Geo-StreetAddress-US-1.03.tar.gz ok Geo-StreetAddress-US-1.03/ Geo-StreetAddress-US-1.03/Changes Geo-StreetAddress-US-1.03/eg/ Geo-StreetAddress-US-1.03/Makefile.PL Geo-StreetAddress-US-1.03/MANIFEST Geo-StreetAddress-US-1.03/META.yml Geo-StreetAddress-US-1.03/README Geo-StreetAddress-US-1.03/t/ Geo-StreetAddress-US-1.03/US.pm Geo-StreetAddress-US-1.03/t/01_parser.t Geo-StreetAddress-US-1.03/eg/get_state_abbrev.pl Geo-StreetAddress-US-1.03/eg/get_state_fips.pl Geo-StreetAddress-US-1.03/eg/get_street_abbrev.pl Geo-StreetAddress-US-1.03/eg/manual_test.pl CPAN.pm: Building T/TI/TIMB/Geo-StreetAddress-US-1.03.tar.gz >>> C:\Perl64-5.18\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Geo::StreetAddress::US Writing MYMETA.yml and MYMETA.json >>> dmake cp US.pm blib\lib\Geo\StreetAddress\US.pm TIMB/Geo-StreetAddress-US-1.03.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 C:\Perl64-5.18\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Failed test 'use Geo::StreetAddress::US;' # at t/01_parser.t line 7. # Tried to use 'Geo::StreetAddress::US'. # Error: panic: Sequence (?{...}): no code block found # in regex m/ # ^ # [^\w\#]* # skip non-word chars except # (eg unit) # ( (?^ix:(\d+-?\d*) (?{ $_{number} = .../ at C:\cpanfly-5.18\var\cpan\build\Geo-StreetAddress-US-1.03-kRKhms\blib\lib/Geo/StreetAddress/US.pm line 882. # Compilation failed in require at t/01_parser.t line 7. # BEGIN failed--compilation aborted at t/01_parser.t line 7. Use of uninitialized value $Geo::StreetAddress::US::Addr_Match{"address"} in regexp compilation at C:\cpanfly-5.18\var\cpan\build\Geo-StreetAddress-US-1.03-kRKhms\blib\lib/Geo/StreetAddress/US.pm line 959. # Failed test 'can parse 123 Maple Rochester, New York' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{type} = Does not exist # $expected->{type} = '' Got: $VAR1 = {}; # Failed test 'can parse 1005 Gravenstein Hwy, 95472' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{number} = Does not exist # $expected->{number} = '1005' Got: $VAR1 = {}; # Failed test 'can parse 3813 1/2 Some Road, Los Angeles, CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{street} = Does not exist # $expected->{street} = 'Some' Got: $VAR1 = {}; # Failed test 'can parse 1600 Pennsylvania Ave. Washington DC' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{city} = Does not exist # $expected->{city} = 'Washington' Got: $VAR1 = {}; # Failed test 'can parse 100 S.E. Washington Ave, Minneapolis, MN' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{prefix} = Does not exist # $expected->{prefix} = 'SE' Got: $VAR1 = {}; # Failed test 'can parse 233 S Wacker Dr 606066306' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{number} = Does not exist # $expected->{number} = '233' Got: $VAR1 = {}; # Failed test 'can parse 1005 Gravenstein Hwy 95472' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{zip} = Does not exist # $expected->{zip} = '95472' Got: $VAR1 = {}; # Failed test 'can parse 1005 N Gravenstein Hwy Suite 500 Sebastopol, CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{prefix} = Does not exist # $expected->{prefix} = 'N' Got: $VAR1 = {}; # Failed test 'can parse \#42 233 S Wacker Dr 60606' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{sec_unit_type} = Does not exist # $expected->{sec_unit_type} = '#' Got: $VAR1 = {}; # Failed test 'can parse 48S 400E, Salt Lake City UT' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{number} = Does not exist # $expected->{number} = '48' Got: $VAR1 = {}; # Failed test 'can parse 1005 Gravenstein Highway North, 95472' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{number} = Does not exist # $expected->{number} = '1005' Got: $VAR1 = {}; # Failed test 'can parse 1005 Gravenstein Hwy Sebastopol CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{number} = Does not exist # $expected->{number} = '1005' Got: $VAR1 = {}; Use of uninitialized value $Geo::StreetAddress::US::Addr_Match{"intersection"} in regexp compilation at C:\cpanfly-5.18\var\cpan\build\Geo-StreetAddress-US-1.03-kRKhms\blib\lib/Geo/StreetAddress/US.pm line 1006. # Failed test 'can parse Mission Avenue and Valencia Street San Francisco CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{state} = Does not exist # $expected->{state} = 'CA' Got: $VAR1 = {}; # Failed test 'can parse 1005 State Highway 116 Sebastopol CA 95472' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{type} = Does not exist # $expected->{type} = 'Hwy' Got: $VAR1 = {}; # Failed test 'can parse 7800 Mill Station Rd Sebastopol CA 95472' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{city} = Does not exist # $expected->{city} = 'Sebastopol' Got: $VAR1 = {}; # Failed test 'can parse 233 S Wacker Dr 60606-6306' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{number} = Does not exist # $expected->{number} = '233' Got: $VAR1 = {}; # Failed test 'can parse Mission St & Valencia St San Francisco CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{street2} = Does not exist # $expected->{street2} = 'Valencia' Got: $VAR1 = {}; # Failed test 'can parse 100 South St, Philadelphia, PA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{street} = Does not exist # $expected->{street} = 'South' Got: $VAR1 = {}; # Failed test 'can parse 550 S 400 E \#3206, Salt Lake City UT 84111' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{number} = Does not exist # $expected->{number} = '550' Got: $VAR1 = {}; # Failed test 'can parse lt42 99 Some Road, Some City LA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{city} = Does not exist # $expected->{city} = 'Some City' Got: $VAR1 = {}; # Failed test 'can parse 1005 Gravenstein Hwy, North Sebastopol CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{city} = Does not exist # $expected->{city} = 'North Sebastopol' Got: $VAR1 = {}; # Failed test 'can parse 1600 Pennsylvania Avenue Washington DC' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{city} = Does not exist # $expected->{city} = 'Washington' Got: $VAR1 = {}; # Failed test 'can parse 1234 COUNTY HWY 60E, Town, CO 12345' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{number} = Does not exist # $expected->{number} = '1234' Got: $VAR1 = {}; # Failed test 'can parse (233 S Wacker Dr lobby 60606)' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{street} = Does not exist # $expected->{street} = 'Wacker' Got: $VAR1 = {}; # Failed test 'can parse 36401 County Road 43, Eaton, CO 80615' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{street} = Does not exist # $expected->{street} = 'County Road 43' Got: $VAR1 = {}; # Failed test 'can parse Mission St and Valencia St San Francisco CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{type1} = Does not exist # $expected->{type1} = 'St' Got: $VAR1 = {}; # Failed test 'can parse 6641 N 2200 W Apt D304 Park City, UT 84098' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{sec_unit_num} = Does not exist # $expected->{sec_unit_num} = 'D304' Got: $VAR1 = {}; # Failed test 'can parse 233 S Wacker Dr lobby 60606' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{sec_unit_type} = Does not exist # $expected->{sec_unit_type} = 'lobby' Got: $VAR1 = {}; # Failed test 'can parse Mission & Valencia, San Francisco CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{city} = Does not exist # $expected->{city} = 'San Francisco' Got: $VAR1 = {}; # Failed test 'can parse 1005 Gravenstein Hwy N, 95472' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{number} = Does not exist # $expected->{number} = '1005' Got: $VAR1 = {}; # Failed test 'can parse Mission & Valencia San Francisco CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{street2} = Does not exist # $expected->{street2} = 'Valencia' Got: $VAR1 = {}; # Failed test 'can parse 7800 Mill Station Rd, Sebastopol, CA 95472' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{number} = Does not exist # $expected->{number} = '7800' Got: $VAR1 = {}; # Failed test 'can parse 1 First St, e San Jose CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{city} = Does not exist # $expected->{city} = 'East San Jose' Got: $VAR1 = {}; # Failed test 'can parse 1005 N Gravenstein Highway, Sebastopol, CA, 95472' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{prefix} = Does not exist # $expected->{prefix} = 'N' Got: $VAR1 = {}; # Failed test 'can parse 1005 N Gravenstein Highway, Sebastopol, CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{street} = Does not exist # $expected->{street} = 'Gravenstein' Got: $VAR1 = {}; # Failed test 'can parse 115 Broadway San Francisco CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{state} = Does not exist # $expected->{state} = 'CA' Got: $VAR1 = {}; # Failed test 'can parse Mission & Valencia Streets San Francisco CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{state} = Does not exist # $expected->{state} = 'CA' Got: $VAR1 = {}; # Failed test 'can parse 1005 Gravenstein Hwy N Sebastopol CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{street} = Does not exist # $expected->{street} = 'Gravenstein' Got: $VAR1 = {}; # Failed test 'can parse 1005 Gravenstein Hwy, N Sebastopol CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{type} = Does not exist # $expected->{type} = 'Hwy' Got: $VAR1 = {}; # Failed test 'can parse 1005 N Gravenstein Highway Sebastopol CA 95472' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{street} = Does not exist # $expected->{street} = 'Gravenstein' Got: $VAR1 = {}; # Failed test 'can parse 1005 Gravenstein Hwy N, Sebastopol CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{state} = Does not exist # $expected->{state} = 'CA' Got: $VAR1 = {}; # Failed test 'can parse 1005 N Gravenstein Highway, Suite 500, Sebastopol, CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{prefix} = Does not exist # $expected->{prefix} = 'N' Got: $VAR1 = {}; # Failed test 'can parse Mission & Valencia Sts. San Francisco CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{city} = Does not exist # $expected->{city} = 'San Francisco' Got: $VAR1 = {}; # Failed test 'can parse Mission and Valencia Sts San Francisco CA' # at t/01_parser.t line 368. # Structures begin differing at: # $got->{type1} = Does not exist # $expected->{type1} = 'St' Got: $VAR1 = {}; # Failed test 'type should be undef for Country Road 43 with avoid_redundant_street_type' # at t/01_parser.t line 390. # Structures begin differing at: # $got->{number} = Does not exist # $expected->{number} = '36401' # Failed test 'type should be undef for COUNTY HWY 60 with avoid_redundant_street_type' # at t/01_parser.t line 401. # Structures begin differing at: # $got->{street} = Does not exist # $expected->{street} = 'COUNTY HWY 60' # Looks like you failed 47 tests of 54. t/01_parser.t .. not ok 1 - use Geo::StreetAddress::US; not ok 2 - can parse 123 Maple Rochester, New York not ok 3 - can parse 1005 Gravenstein Hwy, 95472 not ok 4 - can parse 3813 1/2 Some Road, Los Angeles, CA not ok 5 - can parse 1600 Pennsylvania Ave. Washington DC not ok 6 - can parse 100 S.E. Washington Ave, Minneapolis, MN not ok 7 - can parse 233 S Wacker Dr 606066306 not ok 8 - can parse 1005 Gravenstein Hwy 95472 not ok 9 - can parse 1005 N Gravenstein Hwy Suite 500 Sebastopol, CA not ok 10 - can parse \#42 233 S Wacker Dr 60606 not ok 11 - can parse 48S 400E, Salt Lake City UT not ok 12 - can parse 1005 Gravenstein Highway North, 95472 not ok 13 - can parse 1005 Gravenstein Hwy Sebastopol CA not ok 14 - can parse Mission Avenue and Valencia Street San Francisco CA not ok 15 - can parse 1005 State Highway 116 Sebastopol CA 95472 not ok 16 - can parse 7800 Mill Station Rd Sebastopol CA 95472 not ok 17 - can parse 233 S Wacker Dr 60606-6306 not ok 18 - can parse Mission St & Valencia St San Francisco CA not ok 19 - can parse 100 South St, Philadelphia, PA not ok 20 - can parse 550 S 400 E \#3206, Salt Lake City UT 84111 not ok 21 - can parse lt42 99 Some Road, Some City LA not ok 22 - can parse 1005 Gravenstein Hwy, North Sebastopol CA not ok 23 - can parse 1600 Pennsylvania Avenue Washington DC not ok 24 - can parse 1234 COUNTY HWY 60E, Town, CO 12345 not ok 25 - can parse (233 S Wacker Dr lobby 60606) not ok 26 - can parse 36401 County Road 43, Eaton, CO 80615 not ok 27 - can parse Mission St and Valencia St San Francisco CA not ok 28 - can parse 6641 N 2200 W Apt D304 Park City, UT 84098 not ok 29 - can parse 233 S Wacker Dr lobby 60606 not ok 30 - can parse Mission & Valencia, San Francisco CA not ok 31 - can parse 1005 Gravenstein Hwy N, 95472 not ok 32 - can parse Mission & Valencia San Francisco CA not ok 33 - can parse 7800 Mill Station Rd, Sebastopol, CA 95472 not ok 34 - can parse 1 First St, e San Jose CA not ok 35 - can parse 1005 N Gravenstein Highway, Sebastopol, CA, 95472 not ok 36 - can parse 1005 N Gravenstein Highway, Sebastopol, CA not ok 37 - can parse 115 Broadway San Francisco CA not ok 38 - can parse Mission & Valencia Streets San Francisco CA not ok 39 - can parse 1005 Gravenstein Hwy N Sebastopol CA not ok 40 - can parse 1005 Gravenstein Hwy, N Sebastopol CA not ok 41 - can parse 1005 N Gravenstein Highway Sebastopol CA 95472 not ok 42 - can parse 1005 Gravenstein Hwy N, Sebastopol CA not ok 43 - can parse 1005 N Gravenstein Highway, Suite 500, Sebastopol, CA not ok 44 - can parse Mission & Valencia Sts. San Francisco CA not ok 45 - can parse Mission and Valencia Sts San Francisco CA ok 46 - can't parse 1005 N Gravenstein Hwy Sebastopol ok 47 - can't parse 1005 N Gravenstein Hwy Sebastopol CZ ok 48 - can't parse Gravenstein Hwy 95472 ok 49 - can't parse E1005 Gravenstein Hwy 95472 ok 50 - can't parse 1005E Gravenstein Hwy 95472 ok 51 ok 52 not ok 53 - type should be undef for Country Road 43 with avoid_redundant_street_type not ok 54 - type should be undef for COUNTY HWY 60 with avoid_redundant_street_type 1..54 Dubious, test returned 47 (wstat 12032, 0x2f00) Failed 47/54 subtests Test Summary Report ------------------- t/01_parser.t (Wstat: 12032 Tests: 54 Failed: 47) Failed tests: 1-45, 53-54 Non-zero exit status: 47 Files=1, Tests=54, 1 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) Result: FAIL Failed 1/1 test programs. 47/54 subtests failed. dmake: Error code 175, while making 'test_dynamic' TIMB/Geo-StreetAddress-US-1.03.tar.gz dmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports TIMB/Geo-StreetAddress-US-1.03.tar.gz Finished 2014-02-26T15:19:25