Start 2008-08-03T13:02:50 Going to read /home/fly1003/var/cpan/Metadata Database was generated on Sun, 03 Aug 2008 10:02:46 GMT Running make for K/KA/KANE/File-Fetch-0.14.tar.gz Checksum for /net/nas/data/cpan/authors/id/K/KA/KANE/File-Fetch-0.14.tar.gz ok File-Fetch-0.14/ File-Fetch-0.14/CHANGES File-Fetch-0.14/lib/ File-Fetch-0.14/lib/File/ File-Fetch-0.14/lib/File/Fetch.pm File-Fetch-0.14/Makefile.PL File-Fetch-0.14/MANIFEST File-Fetch-0.14/META.yml File-Fetch-0.14/README File-Fetch-0.14/t/ File-Fetch-0.14/t/01_File-Fetch.t CPAN.pm: Going to build K/KA/KANE/File-Fetch-0.14.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Fetch >>> make cp lib/File/Fetch.pm blib/lib/File/Fetch.pm Manifying blib/man3/File::Fetch.3 KANE/File-Fetch-0.14.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_File-Fetch.... ok 1 - use File::Fetch; ####################### NOTE ############################## Some of these tests assume you are connected to the internet. If you are not, or if certain protocols or hosts are blocked and/or firewalled, these tests will fail due to no fault of the module itself. ########################################################### ok 2 - Able to parse uri 'ftp://cpan.org/pub/mirror/index.txt' ok 3 - 'file' ok (index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 4 - 'host' ok (cpan.org) for ftp://cpan.org/pub/mirror/index.txt ok 5 - 'path' ok (/pub/mirror/) for ftp://cpan.org/pub/mirror/index.txt ok 6 - 'scheme' ok (ftp) for ftp://cpan.org/pub/mirror/index.txt ok 7 - 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) for ftp://cpan.org/pub/mirror/index.txt ok 8 - Able to parse uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 9 - 'file' ok (MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 10 - 'host' ok (cpan.pair.com) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 11 - 'path' ok (/CPAN/) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 12 - 'scheme' ok (rsync) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 13 - 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) for rsync://cpan.pair.com/CPAN/MIRRORING.FROM ok 14 - Able to parse uri 'http://localhost/tmp/index.txt' ok 15 - 'file' ok (index.txt) for http://localhost/tmp/index.txt ok 16 - 'host' ok (localhost) for http://localhost/tmp/index.txt ok 17 - 'path' ok (/tmp/) for http://localhost/tmp/index.txt ok 18 - 'scheme' ok (http) for http://localhost/tmp/index.txt ok 19 - 'uri' ok (http://localhost/tmp/index.txt) for http://localhost/tmp/index.txt ok 20 - Able to parse uri 'file://localhost/tmp/index.txt' ok 21 - 'host' ok () for file://localhost/tmp/index.txt ok 22 - 'uri' ok (file://localhost/tmp/index.txt) for file://localhost/tmp/index.txt ok 23 - Able to parse uri 'file:///usr/local/tmp/foo.txt' ok 24 - 'file' ok (foo.txt) for file:///usr/local/tmp/foo.txt ok 25 - 'host' ok () for file:///usr/local/tmp/foo.txt ok 26 - 'path' ok (/usr/local/tmp/) for file:///usr/local/tmp/foo.txt ok 27 - 'scheme' ok (file) for file:///usr/local/tmp/foo.txt ok 28 - 'uri' ok (file:///usr/local/tmp/foo.txt) for file:///usr/local/tmp/foo.txt ok 29 - Able to parse uri 'file://hostname/tmp/foo.txt' ok 30 - 'file' ok (foo.txt) for file://hostname/tmp/foo.txt ok 31 - 'host' ok (hostname) for file://hostname/tmp/foo.txt ok 32 - 'path' ok (/tmp/) for file://hostname/tmp/foo.txt ok 33 - 'scheme' ok (file) for file://hostname/tmp/foo.txt ok 34 - 'uri' ok (file://hostname/tmp/foo.txt) for file://hostname/tmp/foo.txt ok 35 - Object for uri 'ftp://cpan.org/pub/mirror/index.txt' ok 36 - Object isa File::Fetch ok 37 - Accessor 'file' ok (index.txt) ok 38 - Accessor 'path' ok (/pub/mirror/) ok 39 - Accessor 'scheme' ok (ftp) ok 40 - Accessor 'host' ok (cpan.org) ok 41 - Accessor 'uri' ok (ftp://cpan.org/pub/mirror/index.txt) ok 42 - Object for uri 'rsync://cpan.pair.com/CPAN/MIRRORING.FROM' ok 43 - Object isa File::Fetch ok 44 - Accessor 'file' ok (MIRRORING.FROM) ok 45 - Accessor 'path' ok (/CPAN/) ok 46 - Accessor 'scheme' ok (rsync) ok 47 - Accessor 'host' ok (cpan.pair.com) ok 48 - Accessor 'uri' ok (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 49 - Object for uri 'http://localhost/tmp/index.txt' ok 50 - Object isa File::Fetch ok 51 - Accessor 'file' ok (index.txt) ok 52 - Accessor 'path' ok (/tmp/) ok 53 - Accessor 'scheme' ok (http) ok 54 - Accessor 'host' ok (localhost) ok 55 - Accessor 'uri' ok (http://localhost/tmp/index.txt) ok 56 - Object for uri 'file://localhost/tmp/index.txt' ok 57 - Object isa File::Fetch ok 58 - Accessor 'host' ok () ok 59 - Accessor 'uri' ok (file://localhost/tmp/index.txt) ok 60 - Object for uri 'file:///usr/local/tmp/foo.txt' ok 61 - Object isa File::Fetch ok 62 - Accessor 'file' ok (foo.txt) ok 63 - Accessor 'path' ok (/usr/local/tmp/) ok 64 - Accessor 'scheme' ok (file) ok 65 - Accessor 'host' ok () ok 66 - Accessor 'uri' ok (file:///usr/local/tmp/foo.txt) ok 67 - Object for uri 'file://hostname/tmp/foo.txt' ok 68 - Object isa File::Fetch ok 69 - Accessor 'file' ok (foo.txt) ok 70 - Accessor 'path' ok (/tmp/) ok 71 - Accessor 'scheme' ok (file) ok 72 - Accessor 'host' ok (hostname) ok 73 - Accessor 'uri' ok (file://hostname/tmp/foo.txt) ok 74 - FF object for file:///home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/01_File-Fetch.t (fetch with lwp) ok 75 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/01_File-Fetch.t) fetched with lwp (file:///home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/01_File-Fetch.t) ok 76 - File has size ok 77 - File has expected name ok 78 - FF object for file:///home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/01_File-Fetch.t (fetch with file) ok 79 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/01_File-Fetch.t) fetched with file (file:///home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/01_File-Fetch.t) ok 80 - File has size ok 81 - File has expected name ok 82 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with lwp) ok 83 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/index.html) fetched with lwp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 84 - File has size ok 85 - File has expected name ok 86 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with netftp) ok 87 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/index.html) fetched with netftp (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 88 - File has size ok 89 - File has expected name ok 90 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with wget) ok 91 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/index.html) fetched with wget (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 92 - File has size ok 93 - File has expected name ok 94 - FF object for ftp://ftp.funet.fi/pub/CPAN/index.html (fetch with curl) ok 95 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/index.html) fetched with curl (ftp://ftp.funet.fi/pub/CPAN/index.html) ok 96 - File has size ok 97 - File has expected name ok 98 - FF object for http://www.cpan.org/index.html (fetch with lwp) ok 99 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html) ok 100 - File has size ok 101 - File has expected name ok 102 - FF object for http://www.cpan.org/index.html (fetch with wget) ok 103 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/index.html) fetched with wget (http://www.cpan.org/index.html) ok 104 - File has size ok 105 - File has expected name ok 106 - FF object for http://www.cpan.org/index.html (fetch with curl) ok 107 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html) ok 108 - File has size ok 109 - File has expected name ok 110 - FF object for http://www.cpan.org/index.html (fetch with lynx) ok 111 # SKIP You do not have 'lynx' installed/available ok 112 # SKIP You do not have 'lynx' installed/available ok 113 # SKIP You do not have 'lynx' installed/available ok 114 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lwp) ok 115 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/index.html) fetched with lwp (http://www.cpan.org/index.html?q=1&y=2) ok 116 - File has size ok 117 - File has expected name ok 118 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with wget) ok 119 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/index.html) fetched with wget (http://www.cpan.org/index.html?q=1&y=2) ok 120 - File has size ok 121 - File has expected name ok 122 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with curl) ok 123 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/index.html) fetched with curl (http://www.cpan.org/index.html?q=1&y=2) ok 124 - File has size ok 125 - File has expected name ok 126 - FF object for http://www.cpan.org/index.html?q=1&y=2 (fetch with lynx) ok 127 # SKIP You do not have 'lynx' installed/available ok 128 # SKIP You do not have 'lynx' installed/available ok 129 # SKIP You do not have 'lynx' installed/available ok 130 - FF object for rsync://cpan.pair.com/CPAN/MIRRORING.FROM (fetch with rsync) ok 131 - File (/home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B/t/tmp/MIRRORING.FROM) fetched with rsync (rsync://cpan.pair.com/CPAN/MIRRORING.FROM) ok 132 - File has size ok 133 - File has expected name 1..133 ok All tests successful. Files=1, Tests=133, 18 wallclock secs ( 0.07 usr 0.01 sys + 0.98 cusr 0.25 csys = 1.31 CPU) Result: PASS KANE/File-Fetch-0.14.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from Makefile Jos Boumans <kane@cpan.org> Generic file fetching code >>> (cd /home/fly1003/var/cpan/build/File-Fetch-0.14-gX6W1B && tar cvf - File-Fetch-0.14.ppd blib) | gzip -c >/home/fly1003/var/REPO/K/KA/KANE/File-Fetch-0.14.tar.gz File-Fetch-0.14.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.14-gX6W1B/File-Fetch-0.14.ppd /home/fly1003/var/REPO/K/KA/KANE Finished 2008-08-03T13:03:14