Start 2011-01-06T06:11:50 ActivePerl-1003 CPAN-1.9402 Going to read '/Users/fly1003/var/cpan/Metadata' Database was generated on Wed, 05 Jan 2011 22:37:58 GMT Running make for D/DO/DOY/Package-Stash-XS-0.18.tar.gz Checksum for /Users/fly1003/var/cpan/sources/authors/id/D/DO/DOY/Package-Stash-XS-0.18.tar.gz ok Will not use Archive::Tar, need 1.00 Package-Stash-XS-0.18 Package-Stash-XS-0.18/XS.xs Package-Stash-XS-0.18/README Package-Stash-XS-0.18/typemap Package-Stash-XS-0.18/Changes Package-Stash-XS-0.18/LICENSE Package-Stash-XS-0.18/dist.ini Package-Stash-XS-0.18/ppport.h Package-Stash-XS-0.18/META.yml Package-Stash-XS-0.18/MANIFEST Package-Stash-XS-0.18/t Package-Stash-XS-0.18/t/03-io.t Package-Stash-XS-0.18/META.json Package-Stash-XS-0.18/weaver.ini Package-Stash-XS-0.18/t/05-isa.t Package-Stash-XS-0.18/t/04-get.t Package-Stash-XS-0.18/Makefile.PL Package-Stash-XS-0.18/t/01-basic.t Package-Stash-XS-0.18/t/20-leaks.t Package-Stash-XS-0.18/t/06-addsub.t Package-Stash-XS-0.18/t/00-compile.t Package-Stash-XS-0.18/t/10-synopsis.t Package-Stash-XS-0.18/t/release-eol.t Package-Stash-XS-0.18/t/02-extension.t Package-Stash-XS-0.18/t/07-edge-cases.t Package-Stash-XS-0.18/t/21-leaks-debug.t Package-Stash-XS-0.18/t/release-no-tabs.t Package-Stash-XS-0.18/t/lib/Package Package-Stash-XS-0.18/t/lib/Package/Stash.pm Package-Stash-XS-0.18/t/release-pod-syntax.t /usr/bin/tar: Read 6144 bytes from - Package-Stash-XS-0.18/lib/Package/Stash Package-Stash-XS-0.18/lib/Package/Stash/XS.pm Package-Stash-XS-0.18/t/release-pod-coverage.t CPAN.pm: Going to build D/DO/DOY/Package-Stash-XS-0.18.tar.gz >>> /Users/fly1003/bin/perl Makefile.PL v-string in use/require non-portable at Makefile.PL line 5. 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 /Users/fly1003/bin/perl /Users/fly1003/var/megalib/ExtUtils/xsubpp -typemap /Users/fly1003/ap1003/lib/ExtUtils/typemap -typemap typemap XS.xs > XS.xsc && mv XS.xsc XS.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" "-I/Users/fly1003/ap1003/lib/CORE" XS.c Running Mkbootstrap for Package::Stash::XS () chmod 644 XS.bs rm -f blib/arch/auto/Package/Stash/XS/XS.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch ppc -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 XS.o -o blib/arch/auto/Package/Stash/XS/XS.bundle \ \ chmod 755 blib/arch/auto/Package/Stash/XS/XS.bundle 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.18.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1003/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 # Failed test 'get_symbol doesn't leak during glob expansion (leaks 1 <= 0)' # at t/20-leaks.t line 180. # '1' # <= # '0' # leaked ARRAY(0x186bdb0) from t/20-leaks.t line 178. # 177: my $quux = Package::Stash->new("Quux$i"); # 178: $quux->get_or_add_symbol('@ISA'); # 179: delete $::{'Quux' . $i . '::'}; # SV = PVAV(0x18657c0) at 0x186bdb0 # REFCNT = 1 # FLAGS = () # ARRAY = 0x616ee0 # FILL = 0 # MAX = 3 # ARYLEN = 0x0 # FLAGS = () # Elt No. 0 # SV = 0 # Looks like you failed 1 test of 25. 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) not ok 24 - get_symbol doesn't leak during glob expansion (leaks 1 <= 0) ok 25 - doesn't leak on errors (leaks 0 <= 0) 1..25 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/25 subtests # Failed test 'get_symbol doesn't leak during glob expansion (leaks 1 <= 0)' # at t/21-leaks-debug.t line 182. # '1' # <= # '0' # leaked ARRAY(0x186c550) from t/21-leaks-debug.t line 180. # 179: my $quux = Package::Stash->new("Quux$i"); # 180: $quux->get_or_add_symbol('@ISA'); # 181: delete $::{'Quux' . $i . '::'}; # SV = PVAV(0x1817620) at 0x186c550 # REFCNT = 1 # FLAGS = () # ARRAY = 0x619990 # FILL = 0 # MAX = 3 # ARYLEN = 0x0 # FLAGS = () # Elt No. 0 # SV = 0 # Looks like you failed 1 test of 25. 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) not ok 24 - get_symbol doesn't leak during glob expansion (leaks 1 <= 0) ok 25 - doesn't leak on errors (leaks 0 <= 0) 1..25 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/25 subtests 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 Test Summary Report ------------------- t/20-leaks.t (Wstat: 256 Tests: 25 Failed: 1) Failed test: 24 Non-zero exit status: 1 t/21-leaks-debug.t (Wstat: 256 Tests: 25 Failed: 1) Failed test: 24 Non-zero exit status: 1 Files=15, Tests=257, 2 wallclock secs ( 0.24 usr 0.22 sys + 1.22 cusr 0.42 csys = 2.10 CPU) Result: FAIL Failed 2/15 test programs. 2/257 subtests failed. make: *** [test_dynamic] Error 255 DOY/Package-Stash-XS-0.18.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DOY/Package-Stash-XS-0.18.tar.gz Finished 2011-01-06T06:12:02