PATH=/usr/bin:/bin Start 2011-04-28T18:51:48 ActivePerl-1400 CPAN-1.9402 Going to read '/Users/fly1400/var/cpan/Metadata' Database was generated on Thu, 28 Apr 2011 22:27:12 GMT Running make for D/DO/DOY/Package-Stash-XS-0.22.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DO/DOY/Package-Stash-XS-0.22.tar.gz ok Package-Stash-XS-0.22 Package-Stash-XS-0.22/XS.xs Package-Stash-XS-0.22/README Package-Stash-XS-0.22/typemap Package-Stash-XS-0.22/Changes Package-Stash-XS-0.22/LICENSE Package-Stash-XS-0.22/dist.ini Package-Stash-XS-0.22/ppport.h Package-Stash-XS-0.22/META.yml Package-Stash-XS-0.22/MANIFEST Package-Stash-XS-0.22/t Package-Stash-XS-0.22/t/03-io.t Package-Stash-XS-0.22/META.json Package-Stash-XS-0.22/weaver.ini Package-Stash-XS-0.22/t/05-isa.t Package-Stash-XS-0.22/t/04-get.t Package-Stash-XS-0.22/Makefile.PL Package-Stash-XS-0.22/t/01-basic.t Package-Stash-XS-0.22/t/06-addsub.t Package-Stash-XS-0.22/t/00-compile.t Package-Stash-XS-0.22/t/10-synopsis.t Package-Stash-XS-0.22/t/release-eol.t Package-Stash-XS-0.22/t/02-extension.t Package-Stash-XS-0.22/t/07-edge-cases.t Package-Stash-XS-0.22/t/author-20-leaks.t Package-Stash-XS-0.22/t/release-no-tabs.t Package-Stash-XS-0.22/t/lib Package-Stash-XS-0.22/t/lib/CompileTime.pm Package-Stash-XS-0.22/t/lib/Package Package-Stash-XS-0.22/t/lib/Package/Stash.pm Package-Stash-XS-0.22/t/release-pod-syntax.t Package-Stash-XS-0.22/lib/Package/Stash Package-Stash-XS-0.22/lib/Package/Stash/XS.pm Package-Stash-XS-0.22/t/release-pod-coverage.t Package-Stash-XS-0.22/t/author-21-leaks-debug.t CPAN.pm: Going to build D/DO/DOY/Package-Stash-XS-0.22.tar.gz >>> /Users/fly1400/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Package::Stash::XS Writing MYMETA.yml >>> make cp lib/Package/Stash/XS.pm blib/lib/Package/Stash/XS.pm /Users/fly1400/bin/perl /Users/fly1400/var/megalib/ExtUtils/xsubpp -typemap /Users/fly1400/ap1400/lib/ExtUtils/typemap -typemap typemap XS.xs > XS.xsc && mv XS.xsc XS.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch i386 -arch x86_64 -nostdinc -B/Developer/SDKs/MacOSX10.5.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.5.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.5.sdk/usr/include -F/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks -mmacosx-version-min=10.5 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" "-I/Users/fly1400/ap1400/lib/CORE" XS.c XS.xs: In function 'XS_Package__Stash__XS_add_symbol': XS.xs:514: warning: assignment from incompatible pointer type XS.xs: In function 'XS_Package__Stash__XS_add_symbol': XS.xs:514: warning: assignment from incompatible pointer type Running Mkbootstrap for Package::Stash::XS () chmod 644 XS.bs rm -f blib/arch/auto/Package/Stash/XS/XS.bundle cc -mmacosx-version-min=10.5 -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch i386 -arch x86_64 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -fstack-protector 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.22.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/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 ok 12 - can add PVIV values ok 13 - can add PVNV values ok 14 - use CompileTime; ok 15 - sees the method ok 16 - method goes away when stash is deleted 1..16 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/author-20-leaks.t ........ skipped: these tests are for testing by the author t/author-21-leaks-debug.t .. skipped: these tests are for testing by the author 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=212, 0 wallclock secs ( 0.08 usr 0.04 sys + 0.52 cusr 0.10 csys = 0.74 CPU) Result: PASS DOY/Package-Stash-XS-0.22.tar.gz make test TEST_VERBOSE=1 -- OK Jesse Luehrs <doy@cpan.org> faster and more correct implementation of the Package::Stash API >>> (cd /Users/fly1400/var/cpan/build/Package-Stash-XS-0.22-L0fiLN && tar cvf - Package-Stash-XS-0.22.ppd blib) | gzip -c >/Users/fly1400/var/REPO/D/DO/DOY/Package-Stash-XS-0.22.tar.gz Package-Stash-XS-0.22.ppd blib/ 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.bs blib/arch/auto/Package/Stash/XS/XS.bundle blib/lib/ blib/lib/Package/ blib/lib/Package/Stash/ blib/lib/Package/Stash/XS.pm blib/man3/ blib/man3/Package::Stash::XS.3 >>> mv /Users/fly1400/var/cpan/build/Package-Stash-XS-0.22-L0fiLN/Package-Stash-XS-0.22.ppd /Users/fly1400/var/REPO/D/DO/DOY Finished 2011-04-28T18:51:54