Start 2010-11-07T06:01:46 ActivePerl-1003 CPAN-1.9402 Going to read '/home/fly1003/var/cpan/Metadata' Database was generated on Sun, 07 Nov 2010 22:32:36 GMT Running make for B/BI/BINGOS/File-Fetch-0.28.tar.gz Checksum for /net/nas/data/cpan/authors/id/B/BI/BINGOS/File-Fetch-0.28.tar.gz ok Will not use Archive::Tar, need 1.00 File-Fetch-0.28 File-Fetch-0.28/CHANGES /bin/tar: File-Fetch-0.28/CHANGES: time stamp 2010-11-07 13:23:19 is 26492 s in the future File-Fetch-0.28/MANIFEST /bin/tar: File-Fetch-0.28/MANIFEST: time stamp 2010-11-07 13:25:18 is 26611 s in the future File-Fetch-0.28/t File-Fetch-0.28/t/01_File-Fetch.t /bin/tar: File-Fetch-0.28/t/01_File-Fetch.t: time stamp 2010-11-07 10:38:50 is 16623 s in the future File-Fetch-0.28/t/null_subclass.t File-Fetch-0.28/lib /bin/tar: File-Fetch-0.28/t: time stamp 2010-11-07 13:25:18 is 26611 s in the future File-Fetch-0.28/lib/File File-Fetch-0.28/lib/File/Fetch.pm /bin/tar: File-Fetch-0.28/lib/File/Fetch.pm: time stamp 2010-11-07 13:22:20 is 26433 s in the future File-Fetch-0.28/README /bin/tar: File-Fetch-0.28/lib/File: time stamp 2010-11-07 13:25:18 is 26611 s in the future /bin/tar: File-Fetch-0.28/lib: time stamp 2010-11-07 13:25:18 is 26611 s in the future File-Fetch-0.28/Makefile.PL File-Fetch-0.28/META.yml /bin/tar: File-Fetch-0.28/META.yml: time stamp 2010-11-07 13:25:18 is 26611 s in the future /bin/tar: File-Fetch-0.28: time stamp 2010-11-07 13:25:18 is 26611 s in the future CPAN.pm: Going to build B/BI/BINGOS/File-Fetch-0.28.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Fetch >>> make make: Warning: File `lib/File/Fetch.pm' has modification time 2.6e+04 s in the future cp lib/File/Fetch.pm blib/lib/File/Fetch.pm Manifying blib/man3/File::Fetch.3 make: warning: Clock skew detected. Your build may be incomplete. BINGOS/File-Fetch-0.28.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 make: Warning: File `lib/File/Fetch.pm' has modification time 2.6e+04 s in the future Skip blib/lib/File/Fetch.pm (unchanged) PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t ####################### 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. ########################################################### t/01_File-Fetch.t .. ok 1 - use File::Fetch; 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:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t (fetch with lwp) ok 77 - Fetching 'file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t' in file mode ok 78 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/01_File-Fetch.t) fetched with lwp (file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t) ok 79 - File has size ok 80 - File has expected name ok 81 - Fetching 'file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t' in slurp mode ok 82 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.dHvFxW/01_File-Fetch.t) fetched with lwp (file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t) ok 83 - Contents slurped ok 84 - File has size ok 85 - File has expected name ok 86 - FF object for file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t (fetch with lftp) ok 87 - Fetching 'file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t' in file mode ok 88 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/01_File-Fetch.t) fetched with lftp (file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t) ok 89 - File has size ok 90 - File has expected name ok 91 - Fetching 'file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t' in slurp mode ok 92 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.GGYdwn/01_File-Fetch.t) fetched with lftp (file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t) ok 93 - Contents slurped ok 94 - File has size ok 95 - File has expected name ok 96 - FF object for file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t (fetch with file) ok 97 - Fetching 'file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t' in file mode ok 98 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/01_File-Fetch.t) fetched with file (file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t) ok 99 - File has size ok 100 - File has expected name ok 101 - Fetching 'file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t' in slurp mode ok 102 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.K_T9Tt/01_File-Fetch.t) fetched with file (file:///home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/01_File-Fetch.t) ok 103 - Contents slurped ok 104 - File has size ok 105 - File has expected name ok 106 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lwp) ok 107 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 108 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 109 - File has size ok 110 - File has expected name ok 111 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 112 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.QXeXm4/index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 113 - Contents slurped ok 114 - File has size ok 115 - File has expected name ok 116 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with netftp) ok 117 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 118 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 119 - File has size ok 120 - File has expected name ok 121 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 122 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.c0DKIE/index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 123 - Contents slurped ok 124 - File has size ok 125 - File has expected name ok 126 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with wget) ok 127 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 128 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with wget (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 129 - File has size ok 130 - File has expected name ok 131 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 132 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.E6TlS_/index.html) fetched with wget (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 133 - Contents slurped ok 134 - File has size ok 135 - File has expected name ok 136 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with curl) ok 137 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 138 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with curl (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 139 - File has size ok 140 - File has expected name ok 141 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 142 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.Wsgnam/index.html) fetched with curl (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 143 - Contents slurped ok 144 - File has size ok 145 - File has expected name ok 146 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lftp) ok 147 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 148 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with lftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 149 - File has size ok 150 - File has expected name ok 151 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 152 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.U7WDuo/index.html) fetched with lftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 153 - Contents slurped ok 154 - File has size ok 155 - File has expected name ok 156 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with fetch) ok 157 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 158 # skip Fetch failed; no network connectivity for 'ftp'? ok 159 # skip Fetch failed; no network connectivity for 'ftp'? ok 160 # skip Fetch failed; no network connectivity for 'ftp'? ok 161 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 162 # skip Fetch failed; no network connectivity for 'ftp'? ok 163 # skip Fetch failed; no network connectivity for 'ftp'? ok 164 # skip Fetch failed; no network connectivity for 'ftp'? ok 165 # skip Fetch failed; no network connectivity for 'ftp'? ok 166 - FF object for http://www.cpan.org/index.html (fetch with lwp) ok 167 - Fetching 'http://www.cpan.org/index.html' in file mode ok 168 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html) ok 169 - File has size ok 170 - File has expected name ok 171 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 172 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.1OTR_D/index.html) fetched with lwp (http://www.cpan.org/index.html) ok 173 - Contents slurped ok 174 - File has size ok 175 - File has expected name ok 176 - FF object for http://www.cpan.org/index.html (fetch with httplite) ok 177 - Fetching 'http://www.cpan.org/index.html' in file mode ok 178 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with httplite (http://www.cpan.org/index.html) ok 179 - File has size ok 180 - File has expected name ok 181 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 182 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.8S1U2k/index.html) fetched with httplite (http://www.cpan.org/index.html) ok 183 - Contents slurped ok 184 - File has size ok 185 - File has expected name ok 186 - FF object for http://www.cpan.org/index.html (fetch with wget) ok 187 - Fetching 'http://www.cpan.org/index.html' in file mode ok 188 # skip You do not have 'wget' installed/available ok 189 # skip You do not have 'wget' installed/available ok 190 # skip You do not have 'wget' installed/available ok 191 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 192 # skip You do not have 'wget' installed/available ok 193 # skip You do not have 'wget' installed/available ok 194 # skip You do not have 'wget' installed/available ok 195 # skip You do not have 'wget' installed/available ok 196 - FF object for http://www.cpan.org/index.html (fetch with curl) ok 197 - Fetching 'http://www.cpan.org/index.html' in file mode ok 198 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html) ok 199 - File has size ok 200 - File has expected name ok 201 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 202 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.wfu7ck/index.html) fetched with curl (http://www.cpan.org/index.html) ok 203 - Contents slurped ok 204 - File has size ok 205 - File has expected name ok 206 - FF object for http://www.cpan.org/index.html (fetch with lftp) ok 207 - Fetching 'http://www.cpan.org/index.html' in file mode ok 208 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with lftp (http://www.cpan.org/index.html) ok 209 - File has size ok 210 - File has expected name ok 211 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 212 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.PytG_a/index.html) fetched with lftp (http://www.cpan.org/index.html) ok 213 - Contents slurped ok 214 - File has size ok 215 - File has expected name ok 216 - FF object for http://www.cpan.org/index.html (fetch with fetch) ok 217 - Fetching 'http://www.cpan.org/index.html' in file mode ok 218 # skip Fetch failed; no network connectivity for 'http'? ok 219 # skip Fetch failed; no network connectivity for 'http'? ok 220 # skip Fetch failed; no network connectivity for 'http'? ok 221 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 222 # skip Fetch failed; no network connectivity for 'http'? ok 223 # skip Fetch failed; no network connectivity for 'http'? ok 224 # skip Fetch failed; no network connectivity for 'http'? ok 225 # skip Fetch failed; no network connectivity for 'http'? ok 226 - FF object for http://www.cpan.org/index.html (fetch with lynx) ok 227 - Fetching 'http://www.cpan.org/index.html' in file mode ok 228 # skip You do not have 'lynx' installed/available ok 229 # skip You do not have 'lynx' installed/available ok 230 # skip You do not have 'lynx' installed/available ok 231 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 232 # skip You do not have 'lynx' installed/available ok 233 # skip You do not have 'lynx' installed/available ok 234 # skip You do not have 'lynx' installed/available ok 235 # skip You do not have 'lynx' installed/available ok 236 - FF object for http://www.cpan.org/index.html (fetch with iosock) ok 237 - Fetching 'http://www.cpan.org/index.html' in file mode ok 238 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with iosock (http://www.cpan.org/index.html) ok 239 - File has size ok 240 - File has expected name ok 241 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 242 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.TFekhX/index.html) fetched with iosock (http://www.cpan.org/index.html) ok 243 - Contents slurped ok 244 - File has size ok 245 - File has expected name ok 246 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lwp) ok 247 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 248 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 249 - File has size ok 250 - File has expected name ok 251 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 252 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.7xK99a/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 253 - Contents slurped ok 254 - File has size ok 255 - File has expected name ok 256 - FF object for http://www.cpan.org/index.html?q=1 (fetch with httplite) ok 257 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 258 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with httplite (http://www.cpan.org/index.html?q=1) ok 259 - File has size ok 260 - File has expected name ok 261 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 262 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.IbRK5d/index.html) fetched with httplite (http://www.cpan.org/index.html?q=1) ok 263 - Contents slurped ok 264 - File has size ok 265 - File has expected name ok 266 - FF object for http://www.cpan.org/index.html?q=1 (fetch with wget) ok 267 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 268 # skip You do not have 'wget' installed/available ok 269 # skip You do not have 'wget' installed/available ok 270 # skip You do not have 'wget' installed/available ok 271 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 272 # skip You do not have 'wget' installed/available ok 273 # skip You do not have 'wget' installed/available ok 274 # skip You do not have 'wget' installed/available ok 275 # skip You do not have 'wget' installed/available ok 276 - FF object for http://www.cpan.org/index.html?q=1 (fetch with curl) ok 277 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 278 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html?q=1) ok 279 - File has size ok 280 - File has expected name ok 281 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 282 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.6wzxdz/index.html) fetched with curl (http://www.cpan.org/index.html?q=1) ok 283 - Contents slurped ok 284 - File has size ok 285 - File has expected name ok 286 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lftp) ok 287 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 288 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with lftp (http://www.cpan.org/index.html?q=1) ok 289 - File has size ok 290 - File has expected name ok 291 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 292 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.2oMO70/index.html) fetched with lftp (http://www.cpan.org/index.html?q=1) ok 293 - Contents slurped ok 294 - File has size ok 295 - File has expected name ok 296 - FF object for http://www.cpan.org/index.html?q=1 (fetch with fetch) ok 297 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 298 # skip Fetch failed; no network connectivity for 'http'? ok 299 # skip Fetch failed; no network connectivity for 'http'? ok 300 # skip Fetch failed; no network connectivity for 'http'? ok 301 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 302 # skip Fetch failed; no network connectivity for 'http'? ok 303 # skip Fetch failed; no network connectivity for 'http'? ok 304 # skip Fetch failed; no network connectivity for 'http'? ok 305 # skip Fetch failed; no network connectivity for 'http'? ok 306 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lynx) ok 307 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 308 # skip You do not have 'lynx' installed/available ok 309 # skip You do not have 'lynx' installed/available ok 310 # skip You do not have 'lynx' installed/available ok 311 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 312 # skip You do not have 'lynx' installed/available ok 313 # skip You do not have 'lynx' installed/available ok 314 # skip You do not have 'lynx' installed/available ok 315 # skip You do not have 'lynx' installed/available ok 316 - FF object for http://www.cpan.org/index.html?q=1 (fetch with iosock) ok 317 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 318 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with iosock (http://www.cpan.org/index.html?q=1) ok 319 - File has size ok 320 - File has expected name ok 321 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 322 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.b7berj/index.html) fetched with iosock (http://www.cpan.org/index.html?q=1) ok 323 - Contents slurped ok 324 - File has size ok 325 - File has expected name ok 326 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lwp) ok 327 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 328 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 329 - File has size ok 330 - File has expected name ok 331 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 332 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch._wWhXy/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 333 - Contents slurped ok 334 - File has size ok 335 - File has expected name ok 336 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with httplite) ok 337 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 338 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with httplite (http://www.cpan.org/index.html?q=1&y=2) ok 339 - File has size ok 340 - File has expected name ok 341 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 342 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.J70F1y/index.html) fetched with httplite (http://www.cpan.org/index.html?q=1&y=2) ok 343 - Contents slurped ok 344 - File has size ok 345 - File has expected name ok 346 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with wget) ok 347 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 348 # skip You do not have 'wget' installed/available ok 349 # skip You do not have 'wget' installed/available ok 350 # skip You do not have 'wget' installed/available ok 351 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 352 # skip You do not have 'wget' installed/available ok 353 # skip You do not have 'wget' installed/available ok 354 # skip You do not have 'wget' installed/available ok 355 # skip You do not have 'wget' installed/available ok 356 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with curl) ok 357 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 358 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html?q=1&y=2) ok 359 - File has size ok 360 - File has expected name ok 361 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 362 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.gfn3sl/index.html) fetched with curl (http://www.cpan.org/index.html?q=1&y=2) ok 363 - Contents slurped ok 364 - File has size ok 365 - File has expected name ok 366 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lftp) ok 367 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 368 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with lftp (http://www.cpan.org/index.html?q=1&y=2) ok 369 - File has size ok 370 - File has expected name ok 371 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 372 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.qAmAeB/index.html) fetched with lftp (http://www.cpan.org/index.html?q=1&y=2) ok 373 - Contents slurped ok 374 - File has size ok 375 - File has expected name ok 376 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with fetch) ok 377 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 378 # skip Fetch failed; no network connectivity for 'http'? ok 379 # skip Fetch failed; no network connectivity for 'http'? ok 380 # skip Fetch failed; no network connectivity for 'http'? ok 381 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 382 # skip Fetch failed; no network connectivity for 'http'? ok 383 # skip Fetch failed; no network connectivity for 'http'? ok 384 # skip Fetch failed; no network connectivity for 'http'? ok 385 # skip Fetch failed; no network connectivity for 'http'? ok 386 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lynx) ok 387 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 388 # skip You do not have 'lynx' installed/available ok 389 # skip You do not have 'lynx' installed/available ok 390 # skip You do not have 'lynx' installed/available ok 391 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 392 # skip You do not have 'lynx' installed/available ok 393 # skip You do not have 'lynx' installed/available ok 394 # skip You do not have 'lynx' installed/available ok 395 # skip You do not have 'lynx' installed/available ok 396 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with iosock) ok 397 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 398 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/index.html) fetched with iosock (http://www.cpan.org/index.html?q=1&y=2) ok 399 - File has size ok 400 - File has expected name ok 401 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 402 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.ZQAQHN/index.html) fetched with iosock (http://www.cpan.org/index.html?q=1&y=2) ok 403 - Contents slurped ok 404 - File has size ok 405 - File has expected name ok 406 - FF object for rsync://cpan.pair.com/CPAN/MIRRORING.FROM (fetch with rsync) ok 407 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in file mode ok 408 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/tmp/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 409 - File has size ok 410 - File has expected name ok 411 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in slurp mode ok 412 - File (/home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/t/FileFetch.IhLZ5g/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 413 - Contents slurped ok 414 - File has size ok 415 - File has expected name 1..415 ok t/null_subclass.t .. 1..5 ok 1 - use File::Fetch; ok 2 - The object isa File::Fetch ok 3 - File::Fetch::Subclass->can(...) ok 4 - The object isa File::Fetch::Subclass ok 5 - The object isa File::Fetch ok All tests successful. Files=2, Tests=420, 41 wallclock secs ( 0.06 usr 0.01 sys + 0.70 cusr 0.37 csys = 1.14 CPU) Result: PASS make: warning: Clock skew detected. Your build may be incomplete. BINGOS/File-Fetch-0.28.tar.gz make test TEST_VERBOSE=1 -- OK Chris Williams <chris@bingosnet.co.uk> Generic file fetching code >>> (cd /home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx && tar cvf - File-Fetch-0.28.ppd blib) | gzip -c >/home/fly1003/var/REPO/B/BI/BINGOS/File-Fetch-0.28.tar.gz File-Fetch-0.28.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Fetch.pm blib/man3/ blib/man3/File::Fetch.3 >>> mv /home/fly1003/var/cpan/build/File-Fetch-0.28-a5QKZx/File-Fetch-0.28.ppd /home/fly1003/var/REPO/B/BI/BINGOS Finished 2010-11-07T06:02:29