Start 2009-01-14T04:25:37 Going to read /export/home/fly1064/var/cpan/Metadata Database was generated on Tue, 13 Jan 2009 09:27:58 GMT Running make for K/KA/KANE/File-Fetch-0.18.tar.gz Checksum for /net/nas/data/cpan/authors/id/K/KA/KANE/File-Fetch-0.18.tar.gz ok File-Fetch-0.18/ File-Fetch-0.18/CHANGES File-Fetch-0.18/lib/ File-Fetch-0.18/lib/File/ File-Fetch-0.18/lib/File/Fetch.pm File-Fetch-0.18/Makefile.PL File-Fetch-0.18/MANIFEST File-Fetch-0.18/META.yml File-Fetch-0.18/README File-Fetch-0.18/t/ File-Fetch-0.18/t/01_File-Fetch.t CPAN.pm: Going to build K/KA/KANE/File-Fetch-0.18.tar.gz >>> /export/home/fly1064/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.18.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1064/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_File-Fetch....Name "File::Fetch::USER_AGENT" used only once: possible typo at t/01_File-Fetch.t line 119. Name "File::Fetch::FROM_EMAIL" used only once: possible typo at t/01_File-Fetch.t line 121. 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 - User agent contains version ok 3 - Email contains '@' ok 4 - Able to parse uri 'ftp://cpan.org/pub/mirror/index.txt' ok 5 - 'file' ok (index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 6 - 'host' ok (cpan.org) for ftp://cpan.org/pub/mirror/index.txt ok 7 - 'path' ok (/pub/mirror/) for ftp://cpan.org/pub/mirror/index.txt ok 8 - 'scheme' ok (ftp) for ftp://cpan.org/pub/mirror/index.txt ok 9 - 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 10 - Able to parse uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 11 - 'file' ok (MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 12 - 'host' ok (cpan.pair.com) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 13 - 'path' ok (/CPAN/) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 14 - 'scheme' ok (rsync) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 15 - 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 16 - Able to parse uri 'http://localhost/tmp/index.txt' ok 17 - 'file' ok (index.txt) for http://localhost/tmp/index.txt ok 18 - 'host' ok (localhost) for http://localhost/tmp/index.txt ok 19 - 'path' ok (/tmp/) for http://localhost/tmp/index.txt ok 20 - 'scheme' ok (http) for http://localhost/tmp/index.txt ok 21 - 'uri' ok (http://localhost/tmp/index.txt) for http://localhost/tmp/index.txt ok 22 - Able to parse uri 'file://localhost/tmp/index.txt' ok 23 - 'host' ok () for file://localhost/tmp/index.txt ok 24 - 'uri' ok (file://localhost/tmp/index.txt) for file://localhost/tmp/index.txt ok 25 - Able to parse uri 'file:///usr/local/tmp/foo.txt' ok 26 - 'file' ok (foo.txt) for file:///usr/local/tmp/foo.txt ok 27 - 'host' ok () for file:///usr/local/tmp/foo.txt ok 28 - 'path' ok (/usr/local/tmp/) for file:///usr/local/tmp/foo.txt ok 29 - 'scheme' ok (file) for file:///usr/local/tmp/foo.txt ok 30 - 'uri' ok (file:///usr/local/tmp/foo.txt) for file:///usr/local/tmp/foo.txt ok 31 - Able to parse uri 'file://hostname/tmp/foo.txt' ok 32 - 'file' ok (foo.txt) for file://hostname/tmp/foo.txt ok 33 - 'host' ok (hostname) for file://hostname/tmp/foo.txt ok 34 - 'path' ok (/tmp/) for file://hostname/tmp/foo.txt ok 35 - 'scheme' ok (file) for file://hostname/tmp/foo.txt ok 36 - 'uri' ok (file://hostname/tmp/foo.txt) for file://hostname/tmp/foo.txt ok 37 - Object for uri 'ftp://cpan.org/pub/mirror/index.txt' ok 38 - Object isa File::Fetch ok 39 - Accessor 'file' ok (index.txt) ok 40 - Accessor 'path' ok (/pub/mirror/) ok 41 - Accessor 'scheme' ok (ftp) ok 42 - Accessor 'host' ok (cpan.org) ok 43 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) ok 44 - Object for uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 45 - Object isa File::Fetch ok 46 - Accessor 'file' ok (MIRRORING.FROM) ok 47 - Accessor 'path' ok (/CPAN/) ok 48 - Accessor 'scheme' ok (rsync) ok 49 - Accessor 'host' ok (cpan.pair.com) ok 50 - Accessor 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 51 - Object for uri 'http://localhost/tmp/index.txt' ok 52 - Object isa File::Fetch ok 53 - Accessor 'file' ok (index.txt) ok 54 - Accessor 'path' ok (/tmp/) ok 55 - Accessor 'scheme' ok (http) ok 56 - Accessor 'host' ok (localhost) ok 57 - Accessor 'uri' ok (http://localhost/tmp/index.txt) ok 58 - Object for uri 'file://localhost/tmp/index.txt' ok 59 - Object isa File::Fetch ok 60 - Accessor 'host' ok () ok 61 - Accessor 'uri' ok (file://localhost/tmp/index.txt) ok 62 - Object for uri 'file:///usr/local/tmp/foo.txt' ok 63 - Object isa File::Fetch ok 64 - Accessor 'file' ok (foo.txt) ok 65 - Accessor 'path' ok (/usr/local/tmp/) ok 66 - Accessor 'scheme' ok (file) ok 67 - Accessor 'host' ok () ok 68 - Accessor 'uri' ok (file:///usr/local/tmp/foo.txt) ok 69 - Object for uri 'file://hostname/tmp/foo.txt' ok 70 - Object isa File::Fetch ok 71 - Accessor 'file' ok (foo.txt) ok 72 - Accessor 'path' ok (/tmp/) ok 73 - Accessor 'scheme' ok (file) ok 74 - Accessor 'host' ok (hostname) ok 75 - Accessor 'uri' ok (file://hostname/tmp/foo.txt) ok 76 - FF object for file:///export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/01_File-Fetch.t (fetch with lwp) ok 77 - File (/export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/tmp/01_File-Fetch.t) fetched with lwp (file:///export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/01_File-Fetch.t) ok 78 - File has size ok 79 - File has expected name ok 80 - FF object for file:///export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/01_File-Fetch.t (fetch with lftp) ok 81 # SKIP You do not have 'lftp' installed/available ok 82 # SKIP You do not have 'lftp' installed/available ok 83 # SKIP You do not have 'lftp' installed/available ok 84 - FF object for file:///export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/01_File-Fetch.t (fetch with file) ok 85 - File (/export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/tmp/01_File-Fetch.t) fetched with file (file:///export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/01_File-Fetch.t) ok 86 - File has size ok 87 - File has expected name ok 88 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lwp) ok 89 - File (/export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/tmp/index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 90 - File has size ok 91 - File has expected name ok 92 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with netftp) ok 93 - File (/export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/tmp/index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 94 - File has size ok 95 - File has expected name ok 96 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with wget) ok 97 - File (/export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/tmp/index.html) fetched with wget (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 98 - File has size ok 99 - File has expected name ok 100 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with curl) ok 101 # SKIP You do not have 'curl' installed/available ok 102 # SKIP You do not have 'curl' installed/available ok 103 # SKIP You do not have 'curl' installed/available ok 104 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lftp) ok 105 # SKIP You do not have 'lftp' installed/available ok 106 # SKIP You do not have 'lftp' installed/available ok 107 # SKIP You do not have 'lftp' installed/available ok 108 - FF object for http://www.cpan.org/index.html (fetch with lwp) ok 109 - File (/export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html) ok 110 - File has size ok 111 - File has expected name ok 112 - FF object for http://www.cpan.org/index.html (fetch with wget) ok 113 - File (/export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/tmp/index.html) fetched with wget (http://www.cpan.org/index.html) ok 114 - File has size ok 115 - File has expected name ok 116 - FF object for http://www.cpan.org/index.html (fetch with curl) ok 117 # SKIP You do not have 'curl' installed/available ok 118 # SKIP You do not have 'curl' installed/available ok 119 # SKIP You do not have 'curl' installed/available ok 120 - FF object for http://www.cpan.org/index.html (fetch with lftp) ok 121 # SKIP You do not have 'lftp' installed/available ok 122 # SKIP You do not have 'lftp' installed/available ok 123 # SKIP You do not have 'lftp' installed/available ok 124 - FF object for http://www.cpan.org/index.html (fetch with lynx) ok 125 # SKIP You do not have 'lynx' installed/available ok 126 # SKIP You do not have 'lynx' installed/available ok 127 # SKIP You do not have 'lynx' installed/available ok 128 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lwp) ok 129 - File (/export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 130 - File has size ok 131 - File has expected name ok 132 - FF object for http://www.cpan.org/index.html?q=1 (fetch with wget) ok 133 - File (/export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/tmp/index.html) fetched with wget (http://www.cpan.org/index.html?q=1) ok 134 - File has size ok 135 - File has expected name ok 136 - FF object for http://www.cpan.org/index.html?q=1 (fetch with curl) ok 137 # SKIP You do not have 'curl' installed/available ok 138 # SKIP You do not have 'curl' installed/available ok 139 # SKIP You do not have 'curl' installed/available ok 140 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lftp) ok 141 # SKIP You do not have 'lftp' installed/available ok 142 # SKIP You do not have 'lftp' installed/available ok 143 # SKIP You do not have 'lftp' installed/available ok 144 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lynx) ok 145 # SKIP You do not have 'lynx' installed/available ok 146 # SKIP You do not have 'lynx' installed/available ok 147 # SKIP You do not have 'lynx' installed/available ok 148 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lwp) ok 149 - File (/export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 150 - File has size ok 151 - File has expected name ok 152 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with wget) ok 153 - File (/export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/tmp/index.html) fetched with wget (http://www.cpan.org/index.html?q=1&y=2) ok 154 - File has size ok 155 - File has expected name ok 156 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with curl) ok 157 # SKIP You do not have 'curl' installed/available ok 158 # SKIP You do not have 'curl' installed/available ok 159 # SKIP You do not have 'curl' installed/available ok 160 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lftp) ok 161 # SKIP You do not have 'lftp' installed/available ok 162 # SKIP You do not have 'lftp' installed/available ok 163 # SKIP You do not have 'lftp' installed/available ok 164 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lynx) ok 165 # SKIP You do not have 'lynx' installed/available ok 166 # SKIP You do not have 'lynx' installed/available ok 167 # SKIP You do not have 'lynx' installed/available ok 168 - FF object for rsync://cpan.pair.com/CPAN/MIRRORING.FROM (fetch with rsync) ok 169 - File (/export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/t/tmp/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 170 - File has size ok 171 - File has expected name 1..171 ok All tests successful. Files=1, Tests=171, 17 wallclock secs ( 0.20 usr 0.05 sys + 1.64 cusr 0.45 csys = 2.34 CPU) Result: PASS KANE/File-Fetch-0.18.tar.gz make test TEST_VERBOSE=1 -- OK Jos Boumans <kane@cpan.org> Generic file fetching code >>> (cd /export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj && tar cvf - File-Fetch-0.18.ppd blib) | gzip -c >/export/home/fly1064/var/REPO/K/KA/KANE/File-Fetch-0.18.tar.gz File-Fetch-0.18.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Fetch.pm blib/man3/ blib/man3/File::Fetch.3 >>> mv /export/home/fly1064/var/cpan/build/File-Fetch-0.18-3O0vfj/File-Fetch-0.18.ppd /export/home/fly1064/var/REPO/K/KA/KANE Finished 2009-01-14T04:26:05