Start 2008-09-20T08:41:54 Going to read /export/home/fly1003/var/cpan/Metadata Database was generated on Sat, 20 Sep 2008 10:02:50 GMT Running make for K/KA/KANE/File-Fetch-0.14.tar.gz Checksum for /net/nas/data/cpan/authors/id/K/KA/KANE/File-Fetch-0.14.tar.gz ok File-Fetch-0.14/ File-Fetch-0.14/CHANGES File-Fetch-0.14/lib/ File-Fetch-0.14/lib/File/ File-Fetch-0.14/lib/File/Fetch.pm File-Fetch-0.14/Makefile.PL File-Fetch-0.14/MANIFEST File-Fetch-0.14/META.yml File-Fetch-0.14/README File-Fetch-0.14/t/ File-Fetch-0.14/t/01_File-Fetch.t CPAN.pm: Going to build K/KA/KANE/File-Fetch-0.14.tar.gz >>> /export/home/fly1003/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Fetch >>> make cp lib/File/Fetch.pm blib/lib/File/Fetch.pm Manifying blib/man3/File::Fetch.3 KANE/File-Fetch-0.14.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1003/bin/perl "-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 will 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:///usr/local/tmp/foo.txt' ok 24 - 'file' ok (foo.txt) for file:///usr/local/tmp/foo.txt ok 25 - 'host' ok () for file:///usr/local/tmp/foo.txt ok 26 - 'path' ok (/usr/local/tmp/) for file:///usr/local/tmp/foo.txt ok 27 - 'scheme' ok (file) for file:///usr/local/tmp/foo.txt ok 28 - 'uri' ok (file:///usr/local/tmp/foo.txt) for file:///usr/local/tmp/foo.txt ok 29 - Able to parse uri 'file://hostname/tmp/foo.txt' ok 30 - 'file' ok (foo.txt) for file://hostname/tmp/foo.txt ok 31 - 'host' ok (hostname) for file://hostname/tmp/foo.txt ok 32 - 'path' ok (/tmp/) for file://hostname/tmp/foo.txt ok 33 - 'scheme' ok (file) for file://hostname/tmp/foo.txt ok 34 - 'uri' ok (file://hostname/tmp/foo.txt) for file://hostname/tmp/foo.txt ok 35 - Object for uri 'ftp://cpan.org/pub/mirror/index.txt' ok 36 - Object isa File::Fetch ok 37 - Accessor 'file' ok (index.txt) ok 38 - Accessor 'path' ok (/pub/mirror/) ok 39 - Accessor 'scheme' ok (ftp) ok 40 - Accessor 'host' ok (cpan.org) ok 41 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) ok 42 - Object for uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 43 - Object isa File::Fetch ok 44 - Accessor 'file' ok (MIRRORING.FROM) ok 45 - Accessor 'path' ok (/CPAN/) ok 46 - Accessor 'scheme' ok (rsync) ok 47 - Accessor 'host' ok (cpan.pair.com) ok 48 - Accessor 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 49 - Object for uri 'http://localhost/tmp/index.txt' ok 50 - Object isa File::Fetch ok 51 - Accessor 'file' ok (index.txt) ok 52 - Accessor 'path' ok (/tmp/) ok 53 - Accessor 'scheme' ok (http) ok 54 - Accessor 'host' ok (localhost) ok 55 - Accessor 'uri' ok (http://localhost/tmp/index.txt) ok 56 - Object for uri 'file://localhost/tmp/index.txt' ok 57 - Object isa File::Fetch ok 58 - Accessor 'host' ok () ok 59 - Accessor 'uri' ok (file://localhost/tmp/index.txt) ok 60 - Object for uri 'file:///usr/local/tmp/foo.txt' ok 61 - Object isa File::Fetch ok 62 - Accessor 'file' ok (foo.txt) ok 63 - Accessor 'path' ok (/usr/local/tmp/) ok 64 - Accessor 'scheme' ok (file) ok 65 - Accessor 'host' ok () ok 66 - Accessor 'uri' ok (file:///usr/local/tmp/foo.txt) ok 67 - Object for uri 'file://hostname/tmp/foo.txt' ok 68 - Object isa File::Fetch ok 69 - Accessor 'file' ok (foo.txt) ok 70 - Accessor 'path' ok (/tmp/) ok 71 - Accessor 'scheme' ok (file) ok 72 - Accessor 'host' ok (hostname) ok 73 - Accessor 'uri' ok (file://hostname/tmp/foo.txt) ok 74 - FF object for file:///export/home/fly1003/var/cpan/build/File-Fetch-0.14-37m7Nh/t/01_File-Fetch.t (fetch with lwp) ok 75 - File (/export/home/fly1003/var/cpan/build/File-Fetch-0.14-37m7Nh/t/tmp/01_File-Fetch.t) fetched with lwp (file:///export/home/fly1003/var/cpan/build/File-Fetch-0.14-37m7Nh/t/01_File-Fetch.t) ok 76 - File has size ok 77 - File has expected name ok 78 - FF object for file:///export/home/fly1003/var/cpan/build/File-Fetch-0.14-37m7Nh/t/01_File-Fetch.t (fetch with file) ok 79 - File (/export/home/fly1003/var/cpan/build/File-Fetch-0.14-37m7Nh/t/tmp/01_File-Fetch.t) fetched with file (file:///export/home/fly1003/var/cpan/build/File-Fetch-0.14-37m7Nh/t/01_File-Fetch.t) ok 80 - File has size ok 81 - File has expected name ok 82 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lwp) ok 83 - File (/export/home/fly1003/var/cpan/build/File-Fetch-0.14-37m7Nh/t/tmp/index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 84 - File has size ok 85 - File has expected name ok 86 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with netftp) ok 87 - File (/export/home/fly1003/var/cpan/build/File-Fetch-0.14-37m7Nh/t/tmp/index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 88 - File has size ok 89 - File has expected name ok 90 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with wget) Terminated make: *** [test_dynamic] Error 143