Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2011-01-06T08:30:41 ActivePerl-818 CPAN-1.9402 Going to read '/export/home/fly818/var/cpan/Metadata' Database was generated on Wed, 05 Jan 2011 22:37:58 GMT Running make for N/NU/NUFFIN/Crypt-Random-Source-0.07.tar.gz Checksum for /net/nas/data/cpan/authors/id/N/NU/NUFFIN/Crypt-Random-Source-0.07.tar.gz ok Will not use Archive::Tar, need 1.00 Crypt-Random-Source-0.07 Crypt-Random-Source-0.07/README Crypt-Random-Source-0.07/Changes Crypt-Random-Source-0.07/LICENSE Crypt-Random-Source-0.07/dist.ini Crypt-Random-Source-0.07/t Crypt-Random-Source-0.07/t/proc.t Crypt-Random-Source-0.07/t/rand.t Crypt-Random-Source-0.07/META.yml Crypt-Random-Source-0.07/MANIFEST Crypt-Random-Source-0.07/t/sugar.t Crypt-Random-Source-0.07/META.json Crypt-Random-Source-0.07/SIGNATURE Crypt-Random-Source-0.07/t/reread.t Crypt-Random-Source-0.07/t/factory.t Crypt-Random-Source-0.07/Makefile.PL Crypt-Random-Source-0.07/t/blocking.t Crypt-Random-Source-0.07/t/dev_random.t Crypt-Random-Source-0.07/t/release-eol.t Crypt-Random-Source-0.07/t/release-pod-syntax.t Crypt-Random-Source-0.07/lib/Crypt/Random Crypt-Random-Source-0.07/lib/Crypt/Random/Source.pm Crypt-Random-Source-0.07/lib/Crypt/Random/Source Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Base.pm Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Weak.pm Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Strong.pm Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Factory.pm Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Base Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Base/File.pm Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Base/Proc.pm Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Weak Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Weak/rand.pm Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Base/Handle.pm Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Weak/devurandom.pm Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Strong Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Strong/devrandom.pm Crypt-Random-Source-0.07/lib/Crypt/Random/Source/Base/RandomDevice.pm CPAN.pm: Going to build N/NU/NUFFIN/Crypt-Random-Source-0.07.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Crypt::Random::Source >>> make cp lib/Crypt/Random/Source/Base/RandomDevice.pm blib/lib/Crypt/Random/Source/Base/RandomDevice.pm cp lib/Crypt/Random/Source/Base.pm blib/lib/Crypt/Random/Source/Base.pm cp lib/Crypt/Random/Source/Base/File.pm blib/lib/Crypt/Random/Source/Base/File.pm cp lib/Crypt/Random/Source/Base/Proc.pm blib/lib/Crypt/Random/Source/Base/Proc.pm cp lib/Crypt/Random/Source/Weak/devurandom.pm blib/lib/Crypt/Random/Source/Weak/devurandom.pm cp lib/Crypt/Random/Source/Strong/devrandom.pm blib/lib/Crypt/Random/Source/Strong/devrandom.pm cp lib/Crypt/Random/Source/Factory.pm blib/lib/Crypt/Random/Source/Factory.pm cp lib/Crypt/Random/Source/Base/Handle.pm blib/lib/Crypt/Random/Source/Base/Handle.pm cp lib/Crypt/Random/Source/Weak.pm blib/lib/Crypt/Random/Source/Weak.pm cp lib/Crypt/Random/Source/Strong.pm blib/lib/Crypt/Random/Source/Strong.pm cp lib/Crypt/Random/Source.pm blib/lib/Crypt/Random/Source.pm cp lib/Crypt/Random/Source/Weak/rand.pm blib/lib/Crypt/Random/Source/Weak/rand.pm Manifying blib/man3/Crypt::Random::Source::Base::RandomDevice.3 Manifying blib/man3/Crypt::Random::Source::Base::File.3 Manifying blib/man3/Crypt::Random::Source::Base.3 Manifying blib/man3/Crypt::Random::Source::Base::Proc.3 Manifying blib/man3/Crypt::Random::Source::Strong::devrandom.3 Manifying blib/man3/Crypt::Random::Source::Weak::devurandom.3 Manifying blib/man3/Crypt::Random::Source::Factory.3 Manifying blib/man3/Crypt::Random::Source::Weak.3 Manifying blib/man3/Crypt::Random::Source::Base::Handle.3 Manifying blib/man3/Crypt::Random::Source::Weak::rand.3 Manifying blib/man3/Crypt::Random::Source.3 Manifying blib/man3/Crypt::Random::Source::Strong.3 NUFFIN/Crypt-Random-Source-0.07.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/blocking.t ............ 1..3 ok 1 - use Crypt::Random::Source::Base::Handle; ok 2 - underread due to blocking ok 3 - underread due to blocking ok t/dev_random.t .......... ok 1 - use Crypt::Random::Source::Strong::devrandom; ok 2 - use Crypt::Random::Source::Weak::devurandom; ok 3 - /dev/random is available ok 4 - The object isa Crypt::Random::Source::Strong ok 5 - The object isa Crypt::Random::Source::Base::RandomDevice ok 6 - The object isa Crypt::Random::Source::Base::Handle ok 7 - The object isa Crypt::Random::Source::Strong::devrandom ok 8 - it's a strong source ok 9 - Crypt::Random::Source::Strong::devrandom->can('get') ok 10 - got up to 100 bytes ok 11 - random data differs ok 12 - Crypt::Random::Source::Strong::devrandom->can('seed') ok 13 - /dev/random is available ok 14 - The object isa Crypt::Random::Source::Weak ok 15 - The object isa Crypt::Random::Source::Base::RandomDevice ok 16 - The object isa Crypt::Random::Source::Base::Handle ok 17 - The object isa Crypt::Random::Source::Weak::devurandom ok 18 - it's a weak source ok 19 - Crypt::Random::Source::Weak::devurandom->can('get') ok 20 - got 100 bytes ok 21 - random data differs ok 22 - Crypt::Random::Source::Weak::devurandom->can('seed') 1..22 ok # Failed test 'use Crypt::Random::Source::Factory;' # at t/factory.t line 8. # Tried to use 'Crypt::Random::Source::Factory'. # Error: SCALAR(0x27a07c) is not of type SCALAR at /export/home/fly818/var/megalib/namespace/clean.pm line 56. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Can't locate object method "weak_source" via package "Crypt::Random::Source::Factory" at t/factory.t line 13. # Looks like you failed 1 test of 1. # Looks like your test exited with 255 just after 1. t/factory.t ............. not ok 1 - use Crypt::Random::Source::Factory; 1..1 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests t/proc.t ................ ok 1 - use Crypt::Random::Source::Base::Proc; ok 2 - got data ok 3 - not having enough data is fatal 1..3 ok t/rand.t ................ ok 1 - use Crypt::Random::Source::Weak::rand; ok 2 - rand is always available ok 3 - The object isa Crypt::Random::Source::Weak::rand ok 4 - The object isa Crypt::Random::Source::Weak ok 5 - got 1000 bytes ok 6 - not equal to more randomness 1..6 ok t/release-eol.t ......... skipped: these tests are for release candidate testing t/release-pod-syntax.t .. skipped: these tests are for release candidate testing t/reread.t .............. ok 1 - use Crypt::Random::Source::Base::Handle; ok 2 - correct handle set up ok 3 - read some bytes ok 4 - underread ok 5 - underread now allowed ok 6 - nothing read 1..6 ok # Failed test 'use Crypt::Random::Source;' # at t/sugar.t line 8. # Tried to use 'Crypt::Random::Source'. # Error: SCALAR(0x330508) is not of type SCALAR at /export/home/fly818/var/megalib/namespace/clean.pm line 56. # Compilation failed in require at /export/home/fly818/var/cpan/build/Crypt-Random-Source-0.07-RMkWXj/blib/lib/Crypt/Random/Source.pm line 22. # BEGIN failed--compilation aborted at /export/home/fly818/var/cpan/build/Crypt-Random-Source-0.07-RMkWXj/blib/lib/Crypt/Random/Source.pm line 22. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Name "Crypt::Random::Source::weak" used only once: possible typo at t/sugar.t line 15. Name "Crypt::Random::Source::strong" used only once: possible typo at t/sugar.t line 17. # Failed test 'get_weak' # at t/sugar.t line 10. # Failed test 'get_strong' # at t/sugar.t line 11. Undefined subroutine &main::get_weak called at t/sugar.t line 13. # Looks like you failed 3 tests of 3. # Looks like your test exited with 255 just after 3. t/sugar.t ............... not ok 1 - use Crypt::Random::Source; not ok 2 - get_weak not ok 3 - get_strong 1..3 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/3 subtests Test Summary Report ------------------- t/factory.t (Wstat: 65280 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 255 t/sugar.t (Wstat: 65280 Tests: 3 Failed: 3) Failed tests: 1-3 Non-zero exit status: 255 Files=9, Tests=44, 2 wallclock secs ( 0.19 usr 0.10 sys + 1.90 cusr 0.29 csys = 2.48 CPU) Result: FAIL Failed 2/9 test programs. 4/44 subtests failed. make: *** [test_dynamic] Error 29 NUFFIN/Crypt-Random-Source-0.07.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports NUFFIN/Crypt-Random-Source-0.07.tar.gz Finished 2011-01-06T08:30:52