PATH=/usr/bin:/bin:/data/fly2400/cpanfly-5.24/var/megalib/bin Start 2017-12-02T02:12:20 ActivePerl-2400 CPAN-2.10 Reading '/data/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Fri, 01 Dec 2017 04:54:00 GMT Checksum for /data/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/B/BI/BINGOS/File-Fetch-0.56.tar.gz ok File-Fetch-0.56/ File-Fetch-0.56/CHANGES File-Fetch-0.56/t/ File-Fetch-0.56/lib/ File-Fetch-0.56/MANIFEST File-Fetch-0.56/Makefile.PL File-Fetch-0.56/README File-Fetch-0.56/META.yml File-Fetch-0.56/META.json File-Fetch-0.56/lib/File/ File-Fetch-0.56/lib/File/Fetch.pm File-Fetch-0.56/t/null_subclass.t File-Fetch-0.56/t/01_File-Fetch.t Configuring B/BI/BINGOS/File-Fetch-0.56.tar.gz with Makefile.PL >>> /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Have /data/fly2400/cpanfly-5.24/var/megalib Want /home/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-linux-thread-multi] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for File::Fetch Writing MYMETA.yml and MYMETA.json BINGOS/File-Fetch-0.56.tar.gz /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL -- OK Running make for B/BI/BINGOS/File-Fetch-0.56.tar.gz >>> make cp lib/File/Fetch.pm blib/lib/File/Fetch.pm Manifying 1 pod document BINGOS/File-Fetch-0.56.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2400/ap2400-300558/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/Perl-Toolchain-Gang/file-fetch.git' ok 17 - 'file' ok (file-fetch.git) for git://github.com/Perl-Toolchain-Gang/file-fetch.git ok 18 - 'host' ok (github.com) for git://github.com/Perl-Toolchain-Gang/file-fetch.git ok 19 - 'path' ok (/Perl-Toolchain-Gang/) for git://github.com/Perl-Toolchain-Gang/file-fetch.git ok 20 - 'scheme' ok (git) for git://github.com/Perl-Toolchain-Gang/file-fetch.git ok 21 - 'uri' ok (git://github.com/Perl-Toolchain-Gang/file-fetch.git) for git://github.com/Perl-Toolchain-Gang/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 'host' ok (cpan.org) ok 46 - Accessor 'path' ok (/pub/mirror/) ok 47 - Accessor 'file' ok (index.txt) ok 48 - Accessor 'scheme' ok (ftp) 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 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 54 - Accessor 'scheme' ok (rsync) ok 55 - Accessor 'host' ok (cpan.pair.com) ok 56 - Accessor 'path' ok (/CPAN/) ok 57 - Object for uri 'git://github.com/Perl-Toolchain-Gang/file-fetch.git' ok 58 - ' Object' isa 'File::Fetch' ok 59 - Accessor 'path' ok (/Perl-Toolchain-Gang/) ok 60 - Accessor 'host' ok (github.com) ok 61 - Accessor 'file' ok (file-fetch.git) ok 62 - Accessor 'uri' ok (git://github.com/Perl-Toolchain-Gang/file-fetch.git) ok 63 - Accessor 'scheme' ok (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 'uri' ok (http://localhost/tmp/index.txt) ok 68 - Accessor 'scheme' ok (http) ok 69 - Accessor 'path' ok (/tmp/) ok 70 - Accessor 'host' ok (localhost) ok 71 - Object for uri 'file://localhost/tmp/index.txt' ok 72 - ' Object' isa 'File::Fetch' ok 73 - Accessor 'uri' ok (file://localhost/tmp/index.txt) ok 74 - Accessor 'host' ok () ok 75 - Object for uri 'file:///usr/local/tmp/foo.txt' ok 76 - ' Object' isa 'File::Fetch' ok 77 - Accessor 'uri' ok (file:///usr/local/tmp/foo.txt) ok 78 - Accessor 'scheme' ok (file) ok 79 - Accessor 'file' ok (foo.txt) ok 80 - Accessor 'path' ok (/usr/local/tmp/) ok 81 - Accessor 'host' ok () ok 82 - Object for uri 'file://hostname/tmp/foo.txt' ok 83 - ' Object' isa 'File::Fetch' ok 84 - Accessor 'uri' ok (file://hostname/tmp/foo.txt) ok 85 - Accessor 'scheme' ok (file) ok 86 - Accessor 'file' ok (foo.txt) ok 87 - Accessor 'host' ok (hostname) ok 88 - Accessor 'path' ok (/tmp/) ok 89 - FF object for file:///data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/01_File-Fetch.t (fetch with lwp) ok 90 - Fetching 'file:///data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/01_File-Fetch.t' in file mode ok 91 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/01_File-Fetch.t) fetched with lwp (file:///data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/01_File-Fetch.t) ok 92 - File has size ok 93 - File has expected name ok 94 - Fetching 'file:///data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/01_File-Fetch.t' in slurp mode ok 95 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.G8aEmO/01_File-Fetch.t) fetched with lwp (file:///data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/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/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/01_File-Fetch.t (fetch with lftp) ok 100 - Fetching 'file:///data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/01_File-Fetch.t' in file mode ok 101 # skip You do not have 'lftp' installed/available ok 102 # skip You do not have 'lftp' installed/available ok 103 # skip You do not have 'lftp' installed/available ok 104 - Fetching 'file:///data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/01_File-Fetch.t' in slurp mode 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 # skip You do not have 'lftp' installed/available ok 109 - FF object for file:///data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/01_File-Fetch.t (fetch with file) ok 110 - Fetching 'file:///data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/01_File-Fetch.t' in file mode ok 111 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/01_File-Fetch.t) fetched with file (file:///data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/01_File-Fetch.t) ok 112 - File has size ok 113 - File has expected name ok 114 - Fetching 'file:///data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/01_File-Fetch.t' in slurp mode ok 115 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.mhcPd3/01_File-Fetch.t) fetched with file (file:///data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/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://mirror.bytemark.co.uk/CPAN/index.html (fetch with wget) ok 120 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in file mode ok 121 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/index.html) fetched with wget (ftp://mirror.bytemark.co.uk/CPAN/index.html) ok 122 - File has size ok 123 - File has expected name ok 124 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in slurp mode ok 125 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.xg_l4U/index.html) fetched with wget (ftp://mirror.bytemark.co.uk/CPAN/index.html) ok 126 - Contents slurped ok 127 - File has size ok 128 - File has expected name ok 129 - FF object for ftp://mirror.bytemark.co.uk/CPAN/index.html (fetch with curl) ok 130 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in file mode ok 131 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/index.html) fetched with curl (ftp://mirror.bytemark.co.uk/CPAN/index.html) ok 132 - File has size ok 133 - File has expected name ok 134 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in slurp mode ok 135 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.47Tw8M/index.html) fetched with curl (ftp://mirror.bytemark.co.uk/CPAN/index.html) ok 136 - Contents slurped ok 137 - File has size ok 138 - File has expected name ok 139 - FF object for ftp://mirror.bytemark.co.uk/CPAN/index.html (fetch with lftp) ok 140 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in file mode 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 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in slurp mode ok 145 # skip You do not have 'lftp' installed/available ok 146 # skip You do not have 'lftp' installed/available ok 147 # skip You do not have 'lftp' installed/available ok 148 # skip You do not have 'lftp' installed/available ok 149 - FF object for ftp://mirror.bytemark.co.uk/CPAN/index.html (fetch with fetch) ok 150 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in file mode ok 151 # skip You do not have 'fetch' installed/available ok 152 # skip You do not have 'fetch' installed/available ok 153 # skip You do not have 'fetch' installed/available ok 154 - Fetching 'ftp://mirror.bytemark.co.uk/CPAN/index.html' in slurp mode ok 155 # skip You do not have 'fetch' installed/available ok 156 # skip You do not have 'fetch' installed/available ok 157 # skip You do not have 'fetch' installed/available ok 158 # skip You do not have 'fetch' installed/available ok 159 - FF object for http://httpbin.org/html (fetch with lwp) ok 160 - Fetching 'http://httpbin.org/html' in file mode ok 161 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/html) fetched with lwp (http://httpbin.org/html) ok 162 - File has size ok 163 - File has expected name ok 164 - Fetching 'http://httpbin.org/html' in slurp mode ok 165 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.pPuoAe/html) fetched with lwp (http://httpbin.org/html) ok 166 - Contents slurped ok 167 - File has size ok 168 - File has expected name ok 169 - FF object for http://httpbin.org/html (fetch with httptiny) ok 170 - Fetching 'http://httpbin.org/html' in file mode ok 171 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/html) fetched with httptiny (http://httpbin.org/html) ok 172 - File has size ok 173 - File has expected name ok 174 - Fetching 'http://httpbin.org/html' in slurp mode ok 175 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.hRvmWi/html) fetched with httptiny (http://httpbin.org/html) ok 176 - Contents slurped ok 177 - File has size ok 178 - File has expected name ok 179 - FF object for http://httpbin.org/html (fetch with wget) ok 180 - Fetching 'http://httpbin.org/html' in file mode ok 181 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/html) fetched with wget (http://httpbin.org/html) ok 182 - File has size ok 183 - File has expected name ok 184 - Fetching 'http://httpbin.org/html' in slurp mode ok 185 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.nk9DYg/html) fetched with wget (http://httpbin.org/html) ok 186 - Contents slurped ok 187 - File has size ok 188 - File has expected name ok 189 - FF object for http://httpbin.org/html (fetch with curl) ok 190 - Fetching 'http://httpbin.org/html' in file mode ok 191 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/html) fetched with curl (http://httpbin.org/html) ok 192 - File has size ok 193 - File has expected name ok 194 - Fetching 'http://httpbin.org/html' in slurp mode ok 195 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.53MBXl/html) fetched with curl (http://httpbin.org/html) ok 196 - Contents slurped ok 197 - File has size ok 198 - File has expected name ok 199 - FF object for http://httpbin.org/html (fetch with lftp) ok 200 - Fetching 'http://httpbin.org/html' in file mode ok 201 # skip You do not have 'lftp' installed/available ok 202 # skip You do not have 'lftp' installed/available ok 203 # skip You do not have 'lftp' installed/available ok 204 - Fetching 'http://httpbin.org/html' in slurp mode ok 205 # skip You do not have 'lftp' installed/available ok 206 # skip You do not have 'lftp' installed/available ok 207 # skip You do not have 'lftp' installed/available ok 208 # skip You do not have 'lftp' installed/available ok 209 - FF object for http://httpbin.org/html (fetch with fetch) ok 210 - Fetching 'http://httpbin.org/html' in file mode ok 211 # skip You do not have 'fetch' installed/available ok 212 # skip You do not have 'fetch' installed/available ok 213 # skip You do not have 'fetch' installed/available ok 214 - Fetching 'http://httpbin.org/html' in slurp mode ok 215 # skip You do not have 'fetch' installed/available ok 216 # skip You do not have 'fetch' installed/available ok 217 # skip You do not have 'fetch' installed/available ok 218 # skip You do not have 'fetch' installed/available ok 219 - FF object for http://httpbin.org/html (fetch with lynx) ok 220 - Fetching 'http://httpbin.org/html' in file mode ok 221 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/html) fetched with lynx (http://httpbin.org/html) ok 222 - File has size ok 223 - File has expected name ok 224 - Fetching 'http://httpbin.org/html' in slurp mode ok 225 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.isoPau/html) fetched with lynx (http://httpbin.org/html) ok 226 - Contents slurped ok 227 - File has size ok 228 - File has expected name ok 229 - FF object for http://httpbin.org/html (fetch with httplite) ok 230 - Fetching 'http://httpbin.org/html' in file mode ok 231 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/html) fetched with httplite (http://httpbin.org/html) ok 232 - File has size ok 233 - File has expected name ok 234 - Fetching 'http://httpbin.org/html' in slurp mode ok 235 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.tnNYJv/html) fetched with httplite (http://httpbin.org/html) ok 236 - Contents slurped ok 237 - File has size ok 238 - File has expected name ok 239 - FF object for http://httpbin.org/html (fetch with iosock) ok 240 - Fetching 'http://httpbin.org/html' in file mode ok 241 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/html) fetched with iosock (http://httpbin.org/html) ok 242 - File has size ok 243 - File has expected name ok 244 - Fetching 'http://httpbin.org/html' in slurp mode ok 245 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.AARRcd/html) fetched with iosock (http://httpbin.org/html) ok 246 - Contents slurped ok 247 - File has size ok 248 - File has expected name ok 249 - FF object for http://httpbin.org/response-headers?q=1 (fetch with lwp) ok 250 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 251 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with lwp (http://httpbin.org/response-headers?q=1) ok 252 - File has size ok 253 - File has expected name ok 254 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 255 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch._jE79I/response-headers) fetched with lwp (http://httpbin.org/response-headers?q=1) ok 256 - Contents slurped ok 257 - File has size ok 258 - File has expected name ok 259 - FF object for http://httpbin.org/response-headers?q=1 (fetch with httptiny) ok 260 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 261 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with httptiny (http://httpbin.org/response-headers?q=1) ok 262 - File has size ok 263 - File has expected name ok 264 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 265 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.ETigbE/response-headers) fetched with httptiny (http://httpbin.org/response-headers?q=1) ok 266 - Contents slurped ok 267 - File has size ok 268 - File has expected name ok 269 - FF object for http://httpbin.org/response-headers?q=1 (fetch with wget) ok 270 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 271 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with wget (http://httpbin.org/response-headers?q=1) ok 272 - File has size ok 273 - File has expected name ok 274 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 275 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.3Bhl6S/response-headers) fetched with wget (http://httpbin.org/response-headers?q=1) ok 276 - Contents slurped ok 277 - File has size ok 278 - File has expected name ok 279 - FF object for http://httpbin.org/response-headers?q=1 (fetch with curl) ok 280 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 281 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with curl (http://httpbin.org/response-headers?q=1) ok 282 - File has size ok 283 - File has expected name ok 284 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 285 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.CInh4w/response-headers) fetched with curl (http://httpbin.org/response-headers?q=1) ok 286 - Contents slurped ok 287 - File has size ok 288 - File has expected name ok 289 - FF object for http://httpbin.org/response-headers?q=1 (fetch with lftp) ok 290 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 291 # skip You do not have 'lftp' installed/available ok 292 # skip You do not have 'lftp' installed/available ok 293 # skip You do not have 'lftp' installed/available ok 294 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 295 # skip You do not have 'lftp' installed/available ok 296 # skip You do not have 'lftp' installed/available ok 297 # skip You do not have 'lftp' installed/available ok 298 # skip You do not have 'lftp' installed/available ok 299 - FF object for http://httpbin.org/response-headers?q=1 (fetch with fetch) ok 300 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 301 # skip You do not have 'fetch' installed/available ok 302 # skip You do not have 'fetch' installed/available ok 303 # skip You do not have 'fetch' installed/available ok 304 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 305 # skip You do not have 'fetch' installed/available ok 306 # skip You do not have 'fetch' installed/available ok 307 # skip You do not have 'fetch' installed/available ok 308 # skip You do not have 'fetch' installed/available ok 309 - FF object for http://httpbin.org/response-headers?q=1 (fetch with lynx) ok 310 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 311 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with lynx (http://httpbin.org/response-headers?q=1) ok 312 - File has size ok 313 - File has expected name ok 314 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 315 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.vNK4zl/response-headers) fetched with lynx (http://httpbin.org/response-headers?q=1) ok 316 - Contents slurped ok 317 - File has size ok 318 - File has expected name ok 319 - FF object for http://httpbin.org/response-headers?q=1 (fetch with httplite) ok 320 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 321 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with httplite (http://httpbin.org/response-headers?q=1) ok 322 - File has size ok 323 - File has expected name ok 324 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 325 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.4a3C2L/response-headers) fetched with httplite (http://httpbin.org/response-headers?q=1) ok 326 - Contents slurped ok 327 - File has size ok 328 - File has expected name ok 329 - FF object for http://httpbin.org/response-headers?q=1 (fetch with iosock) ok 330 - Fetching 'http://httpbin.org/response-headers?q=1' in file mode ok 331 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with iosock (http://httpbin.org/response-headers?q=1) ok 332 - File has size ok 333 - File has expected name ok 334 - Fetching 'http://httpbin.org/response-headers?q=1' in slurp mode ok 335 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.xUv5xa/response-headers) fetched with iosock (http://httpbin.org/response-headers?q=1) ok 336 - Contents slurped ok 337 - File has size ok 338 - File has expected name ok 339 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with lwp) ok 340 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 341 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with lwp (http://httpbin.org/response-headers?q=1&y=2) ok 342 - File has size ok 343 - File has expected name ok 344 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 345 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.xmSlDE/response-headers) fetched with lwp (http://httpbin.org/response-headers?q=1&y=2) ok 346 - Contents slurped ok 347 - File has size ok 348 - File has expected name ok 349 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with httptiny) ok 350 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 351 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with httptiny (http://httpbin.org/response-headers?q=1&y=2) ok 352 - File has size ok 353 - File has expected name ok 354 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 355 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.tT1MGi/response-headers) fetched with httptiny (http://httpbin.org/response-headers?q=1&y=2) ok 356 - Contents slurped ok 357 - File has size ok 358 - File has expected name ok 359 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with wget) ok 360 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 361 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with wget (http://httpbin.org/response-headers?q=1&y=2) ok 362 - File has size ok 363 - File has expected name ok 364 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 365 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.flBq03/response-headers) fetched with wget (http://httpbin.org/response-headers?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://httpbin.org/response-headers?q=1&y=2 (fetch with curl) ok 370 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 371 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with curl (http://httpbin.org/response-headers?q=1&y=2) ok 372 - File has size ok 373 - File has expected name ok 374 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 375 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.RfVpcu/response-headers) fetched with curl (http://httpbin.org/response-headers?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://httpbin.org/response-headers?q=1&y=2 (fetch with lftp) ok 380 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 381 # skip You do not have 'lftp' installed/available ok 382 # skip You do not have 'lftp' installed/available ok 383 # skip You do not have 'lftp' installed/available ok 384 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 385 # skip You do not have 'lftp' installed/available ok 386 # skip You do not have 'lftp' installed/available ok 387 # skip You do not have 'lftp' installed/available ok 388 # skip You do not have 'lftp' installed/available ok 389 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with fetch) ok 390 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 391 # skip You do not have 'fetch' installed/available ok 392 # skip You do not have 'fetch' installed/available ok 393 # skip You do not have 'fetch' installed/available ok 394 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 395 # skip You do not have 'fetch' installed/available ok 396 # skip You do not have 'fetch' installed/available ok 397 # skip You do not have 'fetch' installed/available ok 398 # skip You do not have 'fetch' installed/available ok 399 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with lynx) ok 400 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 401 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with lynx (http://httpbin.org/response-headers?q=1&y=2) ok 402 - File has size ok 403 - File has expected name ok 404 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 405 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.m8ai3J/response-headers) fetched with lynx (http://httpbin.org/response-headers?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://httpbin.org/response-headers?q=1&y=2 (fetch with httplite) ok 410 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 411 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with httplite (http://httpbin.org/response-headers?q=1&y=2) ok 412 - File has size ok 413 - File has expected name ok 414 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 415 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.x80kU3/response-headers) fetched with httplite (http://httpbin.org/response-headers?q=1&y=2) ok 416 - Contents slurped ok 417 - File has size ok 418 - File has expected name ok 419 - FF object for http://httpbin.org/response-headers?q=1&y=2 (fetch with iosock) ok 420 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in file mode ok 421 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/response-headers) fetched with iosock (http://httpbin.org/response-headers?q=1&y=2) ok 422 - File has size ok 423 - File has expected name ok 424 - Fetching 'http://httpbin.org/response-headers?q=1&y=2' in slurp mode ok 425 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.RYAwt0/response-headers) fetched with iosock (http://httpbin.org/response-headers?q=1&y=2) ok 426 - Contents slurped ok 427 - File has size ok 428 - File has expected name ok 429 - FF object for rsync://cpan.pair.com/CPAN/MIRRORING.FROM (fetch with rsync) ok 430 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in file mode ok 431 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 432 - File has size ok 433 - File has expected name ok 434 - Fetching 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' in slurp mode ok 435 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.tfPHj1/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 436 - Contents slurped ok 437 - File has size ok 438 - File has expected name ok 439 - FF object for git://github.com/Perl-Toolchain-Gang/file-fetch.git (fetch with git) ok 440 - Fetching 'git://github.com/Perl-Toolchain-Gang/file-fetch.git' in file mode ok 441 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/tmp/file-fetch.git) fetched with git (git://github.com/Perl-Toolchain-Gang/file-fetch.git) ok 442 - File has size ok 443 - File has expected name ok 444 - Fetching 'git://github.com/Perl-Toolchain-Gang/file-fetch.git' in file mode ok 445 - File (/data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr/t/FileFetch.CdoaRA/file-fetch.git) fetched with git (git://github.com/Perl-Toolchain-Gang/file-fetch.git) ok 446 - File has size ok 447 - File has expected name 1..447 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=452, 25 wallclock secs ( 0.05 usr 0.02 sys + 0.80 cusr 0.64 csys = 1.51 CPU) Result: PASS BINGOS/File-Fetch-0.56.tar.gz make test TEST_VERBOSE=1 -- OK Chris Williams <chris@bingosnet.co.uk> Generic file fetching code >>> (cd /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/File-Fetch-0.56-fbl0Kr && tar cvf - File-Fetch-0.56.ppd blib) | gzip -c >/data/fly2400/cpanfly-5.24/var/REPO/B/BI/BINGOS/File-Fetch-0.56.tar.gz File-Fetch-0.56.ppd blib/ blib/man3/ blib/man3/File::Fetch.3 blib/lib/ blib/lib/File/ blib/lib/File/Fetch.pm VmSize: 357408 kB Finished 2017-12-02T02:12:50