PATH=/usr/bin:/bin:/home/fly1400/var/megalib/bin Start 2013-11-27T00:08:01 ActivePerl-1400 CPAN-2.00 Reading '/home/fly1400/var/cpan/Metadata' Database was generated on Wed, 27 Nov 2013 06:41:05 GMT Running make for B/BI/BINGOS/File-Fetch-0.46.tar.gz Checksum for /net/nas1/cpan/authors/id/B/BI/BINGOS/File-Fetch-0.46.tar.gz ok File-Fetch-0.46/ File-Fetch-0.46/MANIFEST File-Fetch-0.46/CHANGES File-Fetch-0.46/t/ File-Fetch-0.46/lib/ File-Fetch-0.46/README File-Fetch-0.46/Makefile.PL File-Fetch-0.46/META.yml File-Fetch-0.46/META.json File-Fetch-0.46/lib/File/ File-Fetch-0.46/lib/File/Fetch.pm File-Fetch-0.46/t/01_File-Fetch.t /bin/tar: Read 5120 bytes from - File-Fetch-0.46/t/null_subclass.t CPAN.pm: Building B/BI/BINGOS/File-Fetch-0.46.tar.gz >>> /home/fly1400/ap1400/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Fetch Writing MYMETA.yml and MYMETA.json >>> make cp lib/File/Fetch.pm blib/lib/File/Fetch.pm Manifying blib/man3/File::Fetch.3 BINGOS/File-Fetch-0.46.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1400/ap1400/bin/perl-static "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; 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 'git://github.com/jib/file-fetch.git' ok 17 - 'file' ok (file-fetch.git) for git://github.com/jib/file-fetch.git ok 18 - 'host' ok (github.com) for git://github.com/jib/file-fetch.git ok 19 - 'path' ok (/jib/) for git://github.com/jib/file-fetch.git ok 20 - 'scheme' ok (git) for git://github.com/jib/file-fetch.git ok 21 - 'uri' ok (git://github.com/jib/file-fetch.git) for git://github.com/jib/file-fetch.git ok 22 - Able to parse uri 'http://localhost/tmp/index.txt' ok 23 - 'file' ok (index.txt) for http://localhost/tmp/index.txt ok 24 - 'host' ok (localhost) for http://localhost/tmp/index.txt ok 25 - 'path' ok (/tmp/) for http://localhost/tmp/index.txt ok 26 - 'scheme' ok (http) for http://localhost/tmp/index.txt ok 27 - 'uri' ok (http://localhost/tmp/index.txt) for http://localhost/tmp/index.txt ok 28 - Able to parse uri 'file://localhost/tmp/index.txt' ok 29 - 'host' ok () for file://localhost/tmp/index.txt ok 30 - 'uri' ok (file://localhost/tmp/index.txt) for file://localhost/tmp/index.txt ok 31 - Able to parse uri 'file:///usr/local/tmp/foo.txt' ok 32 - 'file' ok (foo.txt) for file:///usr/local/tmp/foo.txt ok 33 - 'host' ok () for file:///usr/local/tmp/foo.txt ok 34 - 'path' ok (/usr/local/tmp/) for file:///usr/local/tmp/foo.txt ok 35 - 'scheme' ok (file) for file:///usr/local/tmp/foo.txt ok 36 - 'uri' ok (file:///usr/local/tmp/foo.txt) for file:///usr/local/tmp/foo.txt ok 37 - Able to parse uri 'file://hostname/tmp/foo.txt' ok 38 - 'file' ok (foo.txt) for file://hostname/tmp/foo.txt ok 39 - 'host' ok (hostname) for file://hostname/tmp/foo.txt ok 40 - 'path' ok (/tmp/) for file://hostname/tmp/foo.txt ok 41 - 'scheme' ok (file) for file://hostname/tmp/foo.txt ok 42 - 'uri' ok (file://hostname/tmp/foo.txt) for file://hostname/tmp/foo.txt ok 43 - Object for uri 'ftp://cpan.org/pub/mirror/index.txt' ok 44 - ' Object' isa 'File::Fetch' ok 45 - Accessor 'file' ok (index.txt) ok 46 - Accessor 'path' ok (/pub/mirror/) ok 47 - Accessor 'scheme' ok (ftp) ok 48 - Accessor 'host' ok (cpan.org) ok 49 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) ok 50 - Object for uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 51 - ' Object' isa 'File::Fetch' ok 52 - Accessor 'file' ok (MIRRORING.FROM) ok 53 - Accessor 'path' ok (/CPAN/) ok 54 - Accessor 'scheme' ok (rsync) ok 55 - Accessor 'host' ok (cpan.pair.com) ok 56 - Accessor 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 57 - Object for uri 'git://github.com/jib/file-fetch.git' ok 58 - ' Object' isa 'File::Fetch' ok 59 - Accessor 'file' ok (file-fetch.git) ok 60 - Accessor 'path' ok (/jib/) ok 61 - Accessor 'scheme' ok (git) ok 62 - Accessor 'host' ok (github.com) ok 63 - Accessor 'uri' ok (git://github.com/jib/file-fetch.git) ok 64 - Object for uri 'http://localhost/tmp/index.txt' ok 65 - ' Object' isa 'File::Fetch' ok 66 - Accessor 'file' ok (index.txt) ok 67 - Accessor 'path' ok (/tmp/) ok 68 - Accessor 'scheme' ok (http) ok 69 - Accessor 'host' ok (localhost) ok 70 - Accessor 'uri' ok (http://localhost/tmp/index.txt) ok 71 - Object for uri 'file://localhost/tmp/index.txt' ok 72 - ' Object' isa 'File::Fetch' ok 73 - Accessor 'host' ok () ok 74 - Accessor 'uri' ok (file://localhost/tmp/index.txt) ok 75 - Object for uri 'file:///usr/local/tmp/foo.txt' ok 76 - ' Object' isa 'File::Fetch' ok 77 - Accessor 'file' ok (foo.txt) ok 78 - Accessor 'path' ok (/usr/local/tmp/) ok 79 - Accessor 'scheme' ok (file) ok 80 - Accessor 'host' ok () ok 81 - Accessor 'uri' ok (file:///usr/local/tmp/foo.txt) ok 82 - Object for uri 'file://hostname/tmp/foo.txt' ok 83 - ' Object' isa 'File::Fetch' ok 84 - Accessor 'file' ok (foo.txt) ok 85 - Accessor 'path' ok (/tmp/) ok 86 - Accessor 'scheme' ok (file) ok 87 - Accessor 'host' ok (hostname) ok 88 - Accessor 'uri' ok (file://hostname/tmp/foo.txt) ok 89 - FF object for file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t (fetch with lwp) ok 90 - Fetching 'file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t' in file mode ok 91 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/01_File-Fetch.t) fetched with lwp (file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t) ok 92 - File has size ok 93 - File has expected name ok 94 - Fetching 'file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t' in slurp mode ok 95 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.YIa3DN/01_File-Fetch.t) fetched with lwp (file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t) ok 96 - Contents slurped ok 97 - File has size ok 98 - File has expected name ok 99 - FF object for file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t (fetch with lftp) ok 100 - Fetching 'file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t' in file mode ok 101 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/01_File-Fetch.t) fetched with lftp (file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t) ok 102 - File has size ok 103 - File has expected name ok 104 - Fetching 'file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t' in slurp mode ok 105 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.BPeFL9/01_File-Fetch.t) fetched with lftp (file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t) ok 106 - Contents slurped ok 107 - File has size ok 108 - File has expected name ok 109 - FF object for file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t (fetch with file) ok 110 - Fetching 'file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t' in file mode ok 111 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/01_File-Fetch.t) fetched with file (file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t) ok 112 - File has size ok 113 - File has expected name ok 114 - Fetching 'file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t' in slurp mode ok 115 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.4BM1xM/01_File-Fetch.t) fetched with file (file:///data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/01_File-Fetch.t) ok 116 - Contents slurped ok 117 - File has size ok 118 - File has expected name ok 119 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lwp) ok 120 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 121 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 122 - File has size ok 123 - File has expected name ok 124 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 125 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.snrTd_/index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 126 - Contents slurped ok 127 - File has size ok 128 - File has expected name ok 129 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with netftp) ok 130 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 131 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 132 - File has size ok 133 - File has expected name ok 134 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 135 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.49PXgP/index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 136 - Contents slurped ok 137 - File has size ok 138 - File has expected name ok 139 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with wget) ok 140 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 141 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with wget (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 142 - File has size ok 143 - File has expected name ok 144 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 145 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.DXxzVj/index.html) fetched with wget (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 146 - Contents slurped ok 147 - File has size ok 148 - File has expected name ok 149 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with curl) ok 150 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 151 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with curl (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 152 - File has size ok 153 - File has expected name ok 154 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 155 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.ujOHLE/index.html) fetched with curl (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 156 - Contents slurped ok 157 - File has size ok 158 - File has expected name ok 159 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lftp) ok 160 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 161 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with lftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 162 - File has size ok 163 - File has expected name ok 164 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 165 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.hS5bM1/index.html) fetched with lftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 166 - Contents slurped ok 167 - File has size ok 168 - File has expected name ok 169 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with fetch) ok 170 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in file mode ok 171 # skip You do not have 'fetch' installed/available ok 172 # skip You do not have 'fetch' installed/available ok 173 # skip You do not have 'fetch' installed/available ok 174 - Fetching 'ftp://ftp.funet.fi/pub/CPAN/index.html' in slurp mode ok 175 # skip You do not have 'fetch' installed/available ok 176 # skip You do not have 'fetch' installed/available ok 177 # skip You do not have 'fetch' installed/available ok 178 # skip You do not have 'fetch' installed/available ok 179 - FF object for http://www.cpan.org/index.html (fetch with lwp) ok 180 - Fetching 'http://www.cpan.org/index.html' in file mode ok 181 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html) ok 182 - File has size ok 183 - File has expected name ok 184 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 185 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.KZ3R61/index.html) fetched with lwp (http://www.cpan.org/index.html) ok 186 - Contents slurped ok 187 - File has size ok 188 - File has expected name ok 189 - FF object for http://www.cpan.org/index.html (fetch with httptiny) ok 190 - Fetching 'http://www.cpan.org/index.html' in file mode ok 191 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with httptiny (http://www.cpan.org/index.html) ok 192 - File has size ok 193 - File has expected name ok 194 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 195 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.KKb0No/index.html) fetched with httptiny (http://www.cpan.org/index.html) ok 196 - Contents slurped ok 197 - File has size ok 198 - File has expected name ok 199 - FF object for http://www.cpan.org/index.html (fetch with wget) ok 200 - Fetching 'http://www.cpan.org/index.html' in file mode ok 201 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with wget (http://www.cpan.org/index.html) ok 202 - File has size ok 203 - File has expected name ok 204 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 205 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.afYjiS/index.html) fetched with wget (http://www.cpan.org/index.html) ok 206 - Contents slurped ok 207 - File has size ok 208 - File has expected name ok 209 - FF object for http://www.cpan.org/index.html (fetch with curl) ok 210 - Fetching 'http://www.cpan.org/index.html' in file mode ok 211 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html) ok 212 - File has size ok 213 - File has expected name ok 214 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 215 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.Nmt_yK/index.html) fetched with curl (http://www.cpan.org/index.html) ok 216 - Contents slurped ok 217 - File has size ok 218 - File has expected name ok 219 - FF object for http://www.cpan.org/index.html (fetch with lftp) ok 220 - Fetching 'http://www.cpan.org/index.html' in file mode ok 221 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with lftp (http://www.cpan.org/index.html) ok 222 - File has size ok 223 - File has expected name ok 224 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 225 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.L41y6t/index.html) fetched with lftp (http://www.cpan.org/index.html) ok 226 - Contents slurped ok 227 - File has size ok 228 - File has expected name ok 229 - FF object for http://www.cpan.org/index.html (fetch with fetch) ok 230 - Fetching 'http://www.cpan.org/index.html' in file mode ok 231 # skip You do not have 'fetch' installed/available ok 232 # skip You do not have 'fetch' installed/available ok 233 # skip You do not have 'fetch' installed/available ok 234 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 235 # skip You do not have 'fetch' installed/available ok 236 # skip You do not have 'fetch' installed/available ok 237 # skip You do not have 'fetch' installed/available ok 238 # skip You do not have 'fetch' installed/available ok 239 - FF object for http://www.cpan.org/index.html (fetch with lynx) ok 240 - Fetching 'http://www.cpan.org/index.html' in file mode ok 241 # skip You do not have 'lynx' installed/available ok 242 # skip You do not have 'lynx' installed/available ok 243 # skip You do not have 'lynx' installed/available ok 244 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 245 # skip You do not have 'lynx' installed/available ok 246 # skip You do not have 'lynx' installed/available ok 247 # skip You do not have 'lynx' installed/available ok 248 # skip You do not have 'lynx' installed/available ok 249 - FF object for http://www.cpan.org/index.html (fetch with httplite) ok 250 - Fetching 'http://www.cpan.org/index.html' in file mode ok 251 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with httplite (http://www.cpan.org/index.html) ok 252 - File has size ok 253 - File has expected name ok 254 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 255 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.gsELoJ/index.html) fetched with httplite (http://www.cpan.org/index.html) ok 256 - Contents slurped ok 257 - File has size ok 258 - File has expected name ok 259 - FF object for http://www.cpan.org/index.html (fetch with iosock) ok 260 - Fetching 'http://www.cpan.org/index.html' in file mode ok 261 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with iosock (http://www.cpan.org/index.html) ok 262 - File has size ok 263 - File has expected name ok 264 - Fetching 'http://www.cpan.org/index.html' in slurp mode ok 265 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.xaFzeP/index.html) fetched with iosock (http://www.cpan.org/index.html) ok 266 - Contents slurped ok 267 - File has size ok 268 - File has expected name ok 269 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lwp) ok 270 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 271 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 272 - File has size ok 273 - File has expected name ok 274 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 275 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.d6qxi2/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1) ok 276 - Contents slurped ok 277 - File has size ok 278 - File has expected name ok 279 - FF object for http://www.cpan.org/index.html?q=1 (fetch with httptiny) ok 280 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 281 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with httptiny (http://www.cpan.org/index.html?q=1) ok 282 - File has size ok 283 - File has expected name ok 284 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 285 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.8WDzH3/index.html) fetched with httptiny (http://www.cpan.org/index.html?q=1) ok 286 - Contents slurped ok 287 - File has size ok 288 - File has expected name ok 289 - FF object for http://www.cpan.org/index.html?q=1 (fetch with wget) ok 290 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 291 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with wget (http://www.cpan.org/index.html?q=1) ok 292 - File has size ok 293 - File has expected name ok 294 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 295 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.uFsBLN/index.html) fetched with wget (http://www.cpan.org/index.html?q=1) ok 296 - Contents slurped ok 297 - File has size ok 298 - File has expected name ok 299 - FF object for http://www.cpan.org/index.html?q=1 (fetch with curl) ok 300 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 301 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html?q=1) ok 302 - File has size ok 303 - File has expected name ok 304 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 305 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.NIDJ1I/index.html) fetched with curl (http://www.cpan.org/index.html?q=1) ok 306 - Contents slurped ok 307 - File has size ok 308 - File has expected name ok 309 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lftp) ok 310 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 311 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with lftp (http://www.cpan.org/index.html?q=1) ok 312 - File has size ok 313 - File has expected name ok 314 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 315 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.DtApG7/index.html) fetched with lftp (http://www.cpan.org/index.html?q=1) ok 316 - Contents slurped ok 317 - File has size ok 318 - File has expected name ok 319 - FF object for http://www.cpan.org/index.html?q=1 (fetch with fetch) ok 320 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 321 # skip You do not have 'fetch' installed/available ok 322 # skip You do not have 'fetch' installed/available ok 323 # skip You do not have 'fetch' installed/available ok 324 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 325 # skip You do not have 'fetch' installed/available ok 326 # skip You do not have 'fetch' installed/available ok 327 # skip You do not have 'fetch' installed/available ok 328 # skip You do not have 'fetch' installed/available ok 329 - FF object for http://www.cpan.org/index.html?q=1 (fetch with lynx) ok 330 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 331 # skip You do not have 'lynx' installed/available ok 332 # skip You do not have 'lynx' installed/available ok 333 # skip You do not have 'lynx' installed/available ok 334 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 335 # skip You do not have 'lynx' installed/available ok 336 # skip You do not have 'lynx' installed/available ok 337 # skip You do not have 'lynx' installed/available ok 338 # skip You do not have 'lynx' installed/available ok 339 - FF object for http://www.cpan.org/index.html?q=1 (fetch with httplite) ok 340 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 341 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with httplite (http://www.cpan.org/index.html?q=1) ok 342 - File has size ok 343 - File has expected name ok 344 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 345 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.XOTpZC/index.html) fetched with httplite (http://www.cpan.org/index.html?q=1) ok 346 - Contents slurped ok 347 - File has size ok 348 - File has expected name ok 349 - FF object for http://www.cpan.org/index.html?q=1 (fetch with iosock) ok 350 - Fetching 'http://www.cpan.org/index.html?q=1' in file mode ok 351 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with iosock (http://www.cpan.org/index.html?q=1) ok 352 - File has size ok 353 - File has expected name ok 354 - Fetching 'http://www.cpan.org/index.html?q=1' in slurp mode ok 355 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.Ecf30A/index.html) fetched with iosock (http://www.cpan.org/index.html?q=1) ok 356 - Contents slurped ok 357 - File has size ok 358 - File has expected name ok 359 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lwp) ok 360 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 361 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 362 - File has size ok 363 - File has expected name ok 364 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 365 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.ufVIk8/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 366 - Contents slurped ok 367 - File has size ok 368 - File has expected name ok 369 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with httptiny) ok 370 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 371 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with httptiny (http://www.cpan.org/index.html?q=1&y=2) ok 372 - File has size ok 373 - File has expected name ok 374 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 375 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.pGV3mw/index.html) fetched with httptiny (http://www.cpan.org/index.html?q=1&y=2) ok 376 - Contents slurped ok 377 - File has size ok 378 - File has expected name ok 379 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with wget) ok 380 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 381 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with wget (http://www.cpan.org/index.html?q=1&y=2) ok 382 - File has size ok 383 - File has expected name ok 384 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 385 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.8zAdoE/index.html) fetched with wget (http://www.cpan.org/index.html?q=1&y=2) ok 386 - Contents slurped ok 387 - File has size ok 388 - File has expected name ok 389 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with curl) ok 390 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 391 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html?q=1&y=2) ok 392 - File has size ok 393 - File has expected name ok 394 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 395 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.Yjnv1X/index.html) fetched with curl (http://www.cpan.org/index.html?q=1&y=2) ok 396 - Contents slurped ok 397 - File has size ok 398 - File has expected name ok 399 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lftp) ok 400 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 401 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with lftp (http://www.cpan.org/index.html?q=1&y=2) ok 402 - File has size ok 403 - File has expected name ok 404 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 405 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.aMD_X2/index.html) fetched with lftp (http://www.cpan.org/index.html?q=1&y=2) ok 406 - Contents slurped ok 407 - File has size ok 408 - File has expected name ok 409 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with fetch) ok 410 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 411 # skip You do not have 'fetch' installed/available ok 412 # skip You do not have 'fetch' installed/available ok 413 # skip You do not have 'fetch' installed/available ok 414 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 415 # skip You do not have 'fetch' installed/available ok 416 # skip You do not have 'fetch' installed/available ok 417 # skip You do not have 'fetch' installed/available ok 418 # skip You do not have 'fetch' installed/available ok 419 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lynx) ok 420 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 421 # skip You do not have 'lynx' installed/available ok 422 # skip You do not have 'lynx' installed/available ok 423 # skip You do not have 'lynx' installed/available ok 424 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 425 # skip You do not have 'lynx' installed/available ok 426 # skip You do not have 'lynx' installed/available ok 427 # skip You do not have 'lynx' installed/available ok 428 # skip You do not have 'lynx' installed/available ok 429 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with httplite) ok 430 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 431 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with httplite (http://www.cpan.org/index.html?q=1&y=2) ok 432 - File has size ok 433 - File has expected name ok 434 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 435 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.snwvhm/index.html) fetched with httplite (http://www.cpan.org/index.html?q=1&y=2) ok 436 - Contents slurped ok 437 - File has size ok 438 - File has expected name ok 439 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with iosock) ok 440 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in file mode ok 441 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/index.html) fetched with iosock (http://www.cpan.org/index.html?q=1&y=2) ok 442 - File has size ok 443 - File has expected name ok 444 - Fetching 'http://www.cpan.org/index.html?q=1&y=2' in slurp mode ok 445 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.81sxCd/index.html) fetched with iosock (http://www.cpan.org/index.html?q=1&y=2) ok 446 - Contents slurped ok 447 - File has size ok 448 - File has expected name ok 449 - FF object for rsync://cpan.pair.com/CPAN/MIRRORING.FROM (fetch with rsync) ok 450 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in file mode ok 451 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/tmp/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 452 - File has size ok 453 - File has expected name ok 454 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in slurp mode ok 455 - File (/data/fly1400/cpan/build/File-Fetch-0.46-2g9GJW/t/FileFetch.h9X6zS/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 456 - Contents slurped ok 457 - File has size ok 458 - File has expected name ok 459 - FF object for git://github.com/jib/file-fetch.git (fetch with git) ok 460 - Fetching 'git://github.com/jib/file-fetch.git' in file mode ok 461 # skip You do not have 'git' installed/available ok 462 # skip You do not have 'git' installed/available ok 463 # skip You do not have 'git' installed/available ok 464 - Fetching 'git://github.com/jib/file-fetch.git' in file mode ok 465 # skip You do not have 'git' installed/available ok 466 # skip You do not have 'git' installed/available ok 467 # skip You do not have 'git' installed/available ok 468 # skip You do not have 'git' installed/available 1..468 ok t/null_subclass.t .. 1..5 ok 1 - use File::Fetch; ok 2 - An object of class 'File::Fetch' isa 'File::Fetch' ok 3 - File::Fetch::Subclass->can(...) ok 4 - An object of class 'File::Fetch::Subclass' isa 'File::Fetch::Subclass' ok 5 - An object of class 'File::Fetch::Subclass' isa 'File::Fetch' ok All tests successful. Files=2, Tests=473, 50 wallclock secs ( 0.09 usr 0.03 sys + 2.10 cusr 0.80 csys = 3.02 CPU) Result: PASS BINGOS/File-Fetch-0.46.tar.gz make test TEST_VERBOSE=1 -- OK Chris Williams <chris@bingosnet.co.uk> Generic file fetching code >>> (cd /home/fly1400/var/cpan/build/File-Fetch-0.46-2g9GJW && tar cvf - File-Fetch-0.46.ppd blib) | gzip -c >/home/fly1400/var/REPO/B/BI/BINGOS/File-Fetch-0.46.tar.gz File-Fetch-0.46.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Fetch.pm blib/man3/ blib/man3/File::Fetch.3 >>> mv /home/fly1400/var/cpan/build/File-Fetch-0.46-2g9GJW/File-Fetch-0.46.ppd /home/fly1400/var/REPO/B/BI/BINGOS VmSize: 238336 kB Finished 2013-11-27T00:09:05