Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2010-11-16T21:05:57 ActivePerl-1200 CPAN-1.9402 Going to read '/export/home/fly1264/var/cpan/Metadata' Database was generated on Tue, 16 Nov 2010 22:33:29 GMT Running make for D/DO/DOY/Package-Stash-XS-0.17.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DO/DOY/Package-Stash-XS-0.17.tar.gz ok Package-Stash-XS-0.17 Package-Stash-XS-0.17/XS.xs Package-Stash-XS-0.17/README Package-Stash-XS-0.17/typemap Package-Stash-XS-0.17/Changes Package-Stash-XS-0.17/LICENSE Package-Stash-XS-0.17/dist.ini Package-Stash-XS-0.17/ppport.h Package-Stash-XS-0.17/META.yml Package-Stash-XS-0.17/MANIFEST Package-Stash-XS-0.17/t Package-Stash-XS-0.17/t/03-io.t Package-Stash-XS-0.17/META.json Package-Stash-XS-0.17/weaver.ini Package-Stash-XS-0.17/t/05-isa.t Package-Stash-XS-0.17/t/04-get.t Package-Stash-XS-0.17/Makefile.PL Package-Stash-XS-0.17/t/01-basic.t Package-Stash-XS-0.17/t/20-leaks.t Package-Stash-XS-0.17/t/06-addsub.t Package-Stash-XS-0.17/t/00-compile.t Package-Stash-XS-0.17/t/10-synopsis.t Package-Stash-XS-0.17/t/release-eol.t Package-Stash-XS-0.17/t/02-extension.t Package-Stash-XS-0.17/t/07-edge-cases.t Package-Stash-XS-0.17/t/21-leaks-debug.t Package-Stash-XS-0.17/t/release-no-tabs.t Package-Stash-XS-0.17/t/lib/Package Package-Stash-XS-0.17/t/lib/Package/Stash.pm Package-Stash-XS-0.17/t/release-pod-syntax.t Package-Stash-XS-0.17/lib/Package/Stash Package-Stash-XS-0.17/lib/Package/Stash/XS.pm Package-Stash-XS-0.17/t/release-pod-coverage.t CPAN.pm: Going to build D/DO/DOY/Package-Stash-XS-0.17.tar.gz >>> /export/home/fly1264/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Package::Stash::XS >>> make cp lib/Package/Stash/XS.pm blib/lib/Package/Stash/XS.pm /export/home/fly1264/bin/perl /export/home/fly1264/var/megalib/ExtUtils/xsubpp -typemap /export/home/fly1264/ap1200/lib/ExtUtils/typemap -typemap typemap XS.xs > XS.xsc && mv XS.xsc XS.c cc -c -D_REENTRANT -xarch=v9 -DUSE_SITECUSTOMIZE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -KPIC "-I/export/home/fly1264/ap1200/lib/CORE" XS.c Running Mkbootstrap for Package::Stash::XS () chmod 644 XS.bs rm -f blib/arch/auto/Package/Stash/XS/XS.so cc -G -xarch=v9 -L/opt/SUNWspro/prod/lib/v9 -L/lib/sparcv9 -L/usr/lib/sparcv9 -L/usr/ccs/lib/sparcv9 XS.o -o blib/arch/auto/Package/Stash/XS/XS.so \ \ chmod 755 blib/arch/auto/Package/Stash/XS/XS.so cp XS.bs blib/arch/auto/Package/Stash/XS/XS.bs chmod 644 blib/arch/auto/Package/Stash/XS/XS.bs Manifying blib/man3/Package::Stash::XS.3 DOY/Package-Stash-XS-0.17.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1264/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............ 1..1 ok 1 - Package::Stash::XS loaded ok ok t/01-basic.t .............. ok 1 - ... can't call name() as a class method ok 2 - ... the %foo slot has not been created yet ok 3 - ... the object agrees ok 4 - ... checking doesn' vivify ok 5 - ... created %Foo::foo successfully ok 6 - ... SCALAR shouldnt have been created too ok 7 - ... ARRAY shouldnt have been created too ok 8 - ... CODE shouldnt have been created too ok 9 - ... the %foo slot was created successfully ok 10 - ... the meta agrees ok 11 - ... our %foo was initialized correctly ok 12 - ... our %foo was initialized correctly ok 13 - ... got the right package variable back ok 14 - ... our %foo is the same as the metas ok 15 - ... our %foo was updated correctly ok 16 - ... our %foo was updated correctly ok 17 - ... the @bar slot has not been created yet ok 18 - ... created @Foo::bar successfully ok 19 - ... the @bar slot was created successfully ok 20 - ... the meta agrees ok 21 - ... SCALAR shouldnt have been created too ok 22 - ... HASH shouldnt have been created too ok 23 - ... CODE shouldnt have been created too ok 24 - ... our @bar was initialized correctly ok 25 - ... our @bar was initialized correctly ok 26 - ... the $baz slot has not been created yet ok 27 - ... created $Foo::baz successfully ok 28 - ... the $baz slot was created successfully ok 29 - ... the meta agrees ok 30 - ... ARRAY shouldnt have been created too ok 31 - ... HASH shouldnt have been created too ok 32 - ... CODE shouldnt have been created too ok 33 - ... got the right value back ok 34 - ... our $baz was assigned to correctly ok 35 - ... the meta agrees ok 36 - ... the &funk slot has not been created yet ok 37 - ... created &Foo::funk successfully ok 38 - ... the &funk slot was created successfully ok 39 - ... the meta agrees ok 40 - ... SCALAR shouldnt have been created too ok 41 - ... ARRAY shouldnt have been created too ok 42 - ... HASH shouldnt have been created too ok 43 - ... our &funk exists ok 44 - ... got the right value from the function ok 45 - ... created @Foo::foo successfully ok 46 - ... the @foo slot was added successfully ok 47 - ... got the right values for @Foo::foo ok 48 - ... created &Foo::foo successfully ok 49 - ... the meta agrees ok 50 - ... got the right value for &Foo::foo ok 51 - ... created $Foo::foo successfully ok 52 - ... the meta agrees ok 53 - ... got the right scalar value back ok 54 - ... got the right value from the scalar ok 55 - ... removed %Foo::foo successfully ok 56 - ... the %foo slot was removed successfully ok 57 - ... the @foo slot still exists ok 58 - ... the &foo slot still exists ok 59 - ... the $foo slot still exists ok 60 - ... got the right values for @Foo::foo ok 61 - ... got the right value for &Foo::foo ok 62 - ... got the right value for $Foo::foo ok 63 - ... the %foo slot has been removed successfully ok 64 - ... the @foo slot has NOT been removed ok 65 - ... the &foo slot has NOT been removed ok 66 - ... the $foo slot has NOT been removed ok 67 - ... removed &Foo::foo successfully ok 68 - ... the &foo slot no longer exists ok 69 - ... the @foo slot still exists ok 70 - ... the $foo slot still exists ok 71 - ... got the right values for @Foo::foo ok 72 - ... got the right value for $Foo::foo ok 73 - ... the %foo slot has been removed successfully ok 74 - ... the &foo slot has now been removed ok 75 - ... the @foo slot has NOT been removed ok 76 - ... the $foo slot has NOT been removed ok 77 - ... removed $Foo::foo successfully ok 78 - ... the $foo slot no longer exists ok 79 - ... the @foo slot still exists ok 80 - ... got the right values for @Foo::foo ok 81 - ... the %foo slot has been removed successfully ok 82 - ... the &foo slot has now been removed ok 83 - ... the $foo slot has now been removed ok 84 - ... the @foo slot has NOT been removed ok 85 - ... the fetched symbols are the same as the listed ones ok 86 - ... the fetched symbols are the same as the listed ones ok 87 - ... got the right symbol ok 88 - ... got the right symbol ok 89 - ... the fetched symbols are the same as the listed ones ok 90 - ... got the right symbol ok 91 - got the right ones ok 92 - can't initialize a slot with the wrong type of value ok 93 - can't initialize a slot with the wrong type of value ok 94 - can't initialize a slot with the wrong type of value ok 95 - can't initialize a slot with the wrong type of value ok 96 - got $foo ok 97 - got @foo ok 98 - got %foo ok 99 - got &foo ok 100 - got foo ok 101 - got expected value for $foo ok 102 - got expected value for %foo ok 103 - got expected value for &foo ok 104 - got expected value for @foo ok 105 - got expected value for foo ok 106 - got expected value for $foo ok 107 - got expected value for %bar ok 108 - got expected value for %foo ok 109 - got expected value for &foo ok 110 - got expected value for @foo ok 111 - got expected value for foo ok 112 - got expected value for $foo ok 113 - got expected value for %bar ok 114 - got expected value for %foo ok 115 - got expected value for &foo ok 116 - got expected value for @foo ok 117 - got expected value for foo ok 118 - list_all_symbols ok 119 - list_all_symbols SCALAR ok 120 - list_all_symbols ARRAY ok 121 - list_all_symbols HASH ok 122 - list_all_symbols CODE 1..122 ok t/02-extension.t .......... ok 1 - The object isa My::Package::Stash ok 2 - The object isa Package::Stash ok 3 - ... the %foo slot has not been created yet ok 4 - ... the foo_stash agrees ok 5 - ... the %foo symbol is created succcessfully ok 6 - ... the %foo slot has not been created in the actual Foo package ok 7 - ... the foo_stash agrees ok 8 - ... got the right package variable back ok 9 - ... our %foo is the same as the foo_stashs ok 10 - ... the @bar slot has not been created yet ok 11 - ... created @Foo::bar successfully ok 12 - ... the @bar slot has still not been created ok 13 - ... the %baz slot has not been created yet ok 14 - ... created %Foo::baz successfully ok 15 - ... the %baz slot has still not been created 1..15 ok t/03-io.t ................. ok 1 - has &foo ok 2 - has foo ok 3 - has &foo ok 4 - has foo ok 5 - has &bar ok 6 - has bar ok 7 - has &bar ok 8 - has bar ok 9 - can add an IO symbol ok 10 - has baz ok 11 - got the right baz 1..11 ok t/04-get.t ................ ok 1 - got nothing yet ok 2 - got something ok 3 - got the right variable ok 4 - stash has the right variable ok 5 - got nothing yet ok 6 - got something ok 7 - got the right variable ok 8 - stash has the right variable ok 9 - got nothing yet ok 10 - got something ok 11 - got the right variable ok 12 - stash has the right variable ok 13 - got nothing yet ok 14 - got something ok 15 - got the right variable ok 16 - got the right variable ok 17 - got the right variable ok 18 - stash has the right variable ok 19 - got nothing yet ok 20 - The object isa IO ok 21 - got the right variable ok 22 - The object isa IO ok 23 - stash has the right variable ok 24 - The object isa IO ok 25 - got the right variable ok 26 - got something ok 27 - got the right variable ok 28 - stash has the right variable ok 29 - got something ok 30 - got the right variable ok 31 - stash has the right variable ok 32 - got something ok 33 - got the right variable ok 34 - stash has the right variable ok 35 - The object isa IO ok 36 - stash has the right variable 1..36 ok t/05-isa.t ................ ok 1 - The class isa Bar 1..1 ok t/06-addsub.t ............. ok 1 - ... the &funk slot has not been created yet ok 2 - ... created &Foo::funk successfully ok 3 - ... the &funk slot was created successfully ok 4 - ... our &funk exists ok 5 - ... got the right value from the function ok 6 ok 7 1..7 ok t/07-edge-cases.t ......... ok 1 - $SCALAR ok 2 - $SCALAR_WITH_VALUE ok 3 - @ARRAY ok 4 - %HASH ok 5 - can see all code symbols ok 6 - $added ok 7 - @added ok 8 - %added ok 9 - expanded a constant into a coderef ok 10 - nothing yet ok 11 - got an empty scalar 1..11 ok t/10-synopsis.t ........... ok 1 - set in the stash properly ok 2 - doesn't have anything in scalar slot ok 3 - namespace works properly 1..3 ok t/20-leaks.t .............. ok 1 - object construction doesn't leak (leaks 0 <= 0) ok 2 - object construction doesn't leak, with an existing package (leaks 0 <= 0) ok 3 - object construction doesn't leak, with an existing package with things in it (leaks 0 <= 0) ok 4 - accessors don't leak (leaks 0 <= 0) ok 5 - add_symbol doesn't leak (leaks 0 <= 0) ok 6 - add_symbol doesn't leak (leaks 0 <= 0) ok 7 - sub installed correctly ok 8 - code_init exists ok 9 - remove_symbol doesn't leak (leaks 0 <= 0) ok 10 - remove_glob doesn't leak (leaks 0 <= 0) ok 11 - has_symbol doesn't leak (leaks 0 <= 0) ok 12 - get_symbol doesn't leak (leaks 0 <= 0) ok 13 ok 14 ok 15 - get_or_add_symbol doesn't leak (leaks 0 <= 0) ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 - The class isa Exporter ok 22 - list_all_symbols doesn't leak (leaks 0 <= 0) ok 23 - get_all_symbols doesn't leak (leaks 0 <= 0) ok 24 - get_symbol doesn't leak during glob expansion (leaks 0 <= 0) ok 25 - doesn't leak on errors (leaks 0 <= 0) 1..25 ok t/21-leaks-debug.t ........ ok 1 - object construction doesn't leak (leaks 0 <= 0) ok 2 - object construction doesn't leak, with an existing package (leaks 0 <= 0) ok 3 - object construction doesn't leak, with an existing package with things in it (leaks 0 <= 0) ok 4 - accessors don't leak (leaks 0 <= 0) ok 5 - add_symbol doesn't leak (leaks 0 <= 0) ok 6 - add_symbol doesn't leak (leaks 0 <= 0) ok 7 - sub installed correctly ok 8 - code_init exists ok 9 - remove_symbol doesn't leak (leaks 0 <= 0) ok 10 - remove_glob doesn't leak (leaks 0 <= 0) ok 11 - has_symbol doesn't leak (leaks 0 <= 0) ok 12 - get_symbol doesn't leak (leaks 0 <= 0) ok 13 ok 14 ok 15 - get_or_add_symbol doesn't leak (leaks 0 <= 0) ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 - The class isa Exporter ok 22 - list_all_symbols doesn't leak (leaks 0 <= 0) ok 23 - get_all_symbols doesn't leak (leaks 0 <= 0) ok 24 - get_symbol doesn't leak during glob expansion (leaks 0 <= 0) ok 25 - doesn't leak on errors (leaks 0 <= 0) 1..25 ok t/release-eol.t ........... skipped: these tests are for release candidate testing t/release-no-tabs.t ....... skipped: these tests are for release candidate testing t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing All tests successful. Files=15, Tests=257, 11 wallclock secs ( 0.35 usr 0.16 sys + 2.49 cusr 0.37 csys = 3.37 CPU) Result: PASS DOY/Package-Stash-XS-0.17.tar.gz make test TEST_VERBOSE=1 -- OK Jesse Luehrs <doy@cpan.org> faster and more correct implementation of the Package::Stash API >>> (cd /export/home/fly1264/var/cpan/build/Package-Stash-XS-0.17-aK83az && tar cvf - Package-Stash-XS-0.17.ppd blib) | gzip -c >/export/home/fly1264/var/REPO/D/DO/DOY/Package-Stash-XS-0.17.tar.gz Package-Stash-XS-0.17.ppd blib/ blib/lib/ blib/lib/Package/ blib/lib/Package/Stash/ blib/lib/Package/Stash/XS.pm blib/arch/ blib/arch/auto/ blib/arch/auto/Package/ blib/arch/auto/Package/Stash/ blib/arch/auto/Package/Stash/XS/ blib/arch/auto/Package/Stash/XS/XS.so blib/arch/auto/Package/Stash/XS/XS.bs blib/man3/ blib/man3/Package::Stash::XS.3 >>> mv /export/home/fly1264/var/cpan/build/Package-Stash-XS-0.17-aK83az/Package-Stash-XS-0.17.ppd /export/home/fly1264/var/REPO/D/DO/DOY Finished 2010-11-16T21:06:40