Start 2008-10-11T08:14:42 LIB=C:\PROGRA~1\MICROS~4\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~4\VC98\Lib;C:\PROGRA~1\MICROS~4\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~4\VC98\ATL\Include;C:\PROGRA~1\MICROS~4\VC98\Include;C:\PROGRA~1\MICROS~4\VC98\MFC\Include PATH=C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~4\VC98\Bin;C:\PROGRA~1\MICROS~4\Common\MSDev98\Bin;C:\Perl\site\bin;C:\Perl\bin;C:\cygwin\bin;C:\mingw\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem Going to read C:\cpanfly\var\cpan\Metadata Database was generated on Sat, 11 Oct 2008 08:27:49 GMT Running make for K/KA/KANE/File-Fetch-0.16.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/K/KA/KANE/File-Fetch-0.16.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\K\KA\KANE\File-Fetch-0.16.tar.gz ok File-Fetch-0.16/ File-Fetch-0.16/CHANGES File-Fetch-0.16/lib/ File-Fetch-0.16/lib/File/ File-Fetch-0.16/lib/File/Fetch.pm File-Fetch-0.16/Makefile.PL File-Fetch-0.16/MANIFEST File-Fetch-0.16/META.yml File-Fetch-0.16/README File-Fetch-0.16/t/ File-Fetch-0.16/t/01_File-Fetch.t CPAN.pm: Going to build K/KA/KANE/File-Fetch-0.16.tar.gz >>> C:\Perl\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Fetch >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/File/Fetch.pm blib\lib\File\Fetch.pm KANE/File-Fetch-0.16.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/01_File-Fetch.... ok 1 - use File::Fetch; ####################### NOTE ############################## Some of these tests assume you are connected to the internet. If you are not, or if certain protocols or hosts are blocked and/or firewalled, these tests could fail due to no fault of the module itself. ########################################################### ok 2 - Able to parse uri 'ftp://cpan.org/pub/mirror/index.txt' ok 3 - 'file' ok (index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 4 - 'host' ok (cpan.org) for ftp://cpan.org/pub/mirror/index.txt ok 5 - 'path' ok (/pub/mirror/) for ftp://cpan.org/pub/mirror/index.txt ok 6 - 'scheme' ok (ftp) for ftp://cpan.org/pub/mirror/index.txt ok 7 - 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 8 - Able to parse uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 9 - 'file' ok (MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 10 - 'host' ok (cpan.pair.com) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 11 - 'path' ok (/CPAN/) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 12 - 'scheme' ok (rsync) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 13 - 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 14 - Able to parse uri 'http://localhost/tmp/index.txt' ok 15 - 'file' ok (index.txt) for http://localhost/tmp/index.txt ok 16 - 'host' ok (localhost) for http://localhost/tmp/index.txt ok 17 - 'path' ok (/tmp/) for http://localhost/tmp/index.txt ok 18 - 'scheme' ok (http) for http://localhost/tmp/index.txt ok 19 - 'uri' ok (http://localhost/tmp/index.txt) for http://localhost/tmp/index.txt ok 20 - Able to parse uri 'file://localhost/tmp/index.txt' ok 21 - 'host' ok () for file://localhost/tmp/index.txt ok 22 - 'uri' ok (file://localhost/tmp/index.txt) for file://localhost/tmp/index.txt ok 23 - Able to parse uri 'file:////hostname/share/tmp/foo.txt' ok 24 - 'file' ok (foo.txt) for file:////hostname/share/tmp/foo.txt ok 25 - 'host' ok (hostname) for file:////hostname/share/tmp/foo.txt ok 26 - 'path' ok (/tmp/) for file:////hostname/share/tmp/foo.txt ok 27 - 'scheme' ok (file) for file:////hostname/share/tmp/foo.txt ok 28 - 'share' ok (share) for file:////hostname/share/tmp/foo.txt ok 29 - 'uri' ok (file:////hostname/share/tmp/foo.txt) for file:////hostname/share/tmp/foo.txt ok 30 - Able to parse uri 'file:///D:/tmp/foo.txt' ok 31 - 'file' ok (foo.txt) for file:///D:/tmp/foo.txt ok 32 - 'host' ok () for file:///D:/tmp/foo.txt ok 33 - 'path' ok (/tmp/) for file:///D:/tmp/foo.txt ok 34 - 'scheme' ok (file) for file:///D:/tmp/foo.txt ok 35 - 'uri' ok (file:///D:/tmp/foo.txt) for file:///D:/tmp/foo.txt ok 36 - 'vol' ok (D:) for file:///D:/tmp/foo.txt ok 37 - Able to parse uri 'file:///D|/tmp/foo.txt' ok 38 - 'file' ok (foo.txt) for file:///D|/tmp/foo.txt ok 39 - 'host' ok () for file:///D|/tmp/foo.txt ok 40 - 'path' ok (/tmp/) for file:///D|/tmp/foo.txt ok 41 - 'scheme' ok (file) for file:///D|/tmp/foo.txt ok 42 - 'uri' ok (file:///D|/tmp/foo.txt) for file:///D|/tmp/foo.txt ok 43 - 'vol' ok (D:) for file:///D|/tmp/foo.txt ok 44 - Object for uri 'ftp://cpan.org/pub/mirror/index.txt' ok 45 - Object isa File::Fetch ok 46 - Accessor 'file' ok (index.txt) ok 47 - Accessor 'path' ok (/pub/mirror/) ok 48 - Accessor 'scheme' ok (ftp) ok 49 - Accessor 'host' ok (cpan.org) ok 50 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) ok 51 - Object for uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 52 - Object isa File::Fetch ok 53 - Accessor 'file' ok (MIRRORING.FROM) ok 54 - Accessor 'path' ok (/CPAN/) ok 55 - Accessor 'scheme' ok (rsync) ok 56 - Accessor 'host' ok (cpan.pair.com) ok 57 - Accessor 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 58 - Object for uri 'http://localhost/tmp/index.txt' ok 59 - Object isa File::Fetch ok 60 - Accessor 'file' ok (index.txt) ok 61 - Accessor 'path' ok (/tmp/) ok 62 - Accessor 'scheme' ok (http) ok 63 - Accessor 'host' ok (localhost) ok 64 - Accessor 'uri' ok (http://localhost/tmp/index.txt) ok 65 - Object for uri 'file://localhost/tmp/index.txt' ok 66 - Object isa File::Fetch ok 67 - Accessor 'host' ok () ok 68 - Accessor 'uri' ok (file://localhost/tmp/index.txt) ok 69 - Object for uri 'file:////hostname/share/tmp/foo.txt' ok 70 - Object isa File::Fetch ok 71 - Accessor 'share' ok (share) ok 72 - Accessor 'file' ok (foo.txt) ok 73 - Accessor 'path' ok (/tmp/) ok 74 - Accessor 'scheme' ok (file) ok 75 - Accessor 'host' ok (hostname) ok 76 - Accessor 'uri' ok (file:////hostname/share/tmp/foo.txt) ok 77 - Object for uri 'file:///D:/tmp/foo.txt' ok 78 - Object isa File::Fetch ok 79 - Accessor 'vol' ok (D:) ok 80 - Accessor 'file' ok (foo.txt) ok 81 - Accessor 'path' ok (/tmp/) ok 82 - Accessor 'scheme' ok (file) ok 83 - Accessor 'host' ok () ok 84 - Accessor 'uri' ok (file:///D:/tmp/foo.txt) ok 85 - Object for uri 'file:///D|/tmp/foo.txt' ok 86 - Object isa File::Fetch ok 87 - Accessor 'vol' ok (D:) ok 88 - Accessor 'file' ok (foo.txt) ok 89 - Accessor 'path' ok (/tmp/) ok 90 - Accessor 'scheme' ok (file) ok 91 - Accessor 'host' ok () ok 92 - Accessor 'uri' ok (file:///D|/tmp/foo.txt) ok 93 - FF object for file:///C:/cpanfly/var/cpan/build/File-Fetch-0.16-cFWrrd/t/01_File-Fetch.t (fetch with lwp) Content-length mismatch: expected 6413 bytes, got 6645 1..93 # Looks like your test died just after 93. Dubious, test returned 255 (wstat 65280, 0xff00) All 93 subtests passed Test Summary Report ------------------- t/01_File-Fetch (Wstat: 65280 Tests: 93 Failed: 0) Non-zero exit status: 255 Files=1, Tests=93, 4 wallclock secs ( 0.00 usr + 0.08 sys = 0.08 CPU) Result: FAIL Failed 1/1 test programs. 0/93 subtests failed. NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xff' Stop. KANE/File-Fetch-0.16.tar.gz nmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports KANE/File-Fetch-0.16.tar.gz Finished 2008-10-11T08:14:50