Start 2008-11-14T05:13:48 Going to read /Users/fly1003/var/cpan/Metadata Database was generated on Fri, 14 Nov 2008 11:26:50 GMT Running make for J/JJ/JJORE/B-Utils-0.07.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/J/JJ/JJORE/B-Utils-0.07.tar.gz Checksum for /Users/fly1003/var/cpan/sources/authors/id/J/JJ/JJORE/B-Utils-0.07.tar.gz ok B-Utils-0.07/ B-Utils-0.07/build/ B-Utils-0.07/build/IFiles.pm B-Utils-0.07/BUtils.h B-Utils-0.07/BUtils_op.h B-Utils-0.07/Changes B-Utils-0.07/inc/ B-Utils-0.07/inc/ExtUtils/ B-Utils-0.07/inc/ExtUtils/Depends.pm B-Utils-0.07/lib/ B-Utils-0.07/lib/B/ B-Utils-0.07/lib/B/Utils/ B-Utils-0.07/lib/B/Utils/OP.pm B-Utils-0.07/lib/B/Utils.pm B-Utils-0.07/Makefile.PL B-Utils-0.07/MANIFEST B-Utils-0.07/META.yml B-Utils-0.07/OP.xs B-Utils-0.07/README B-Utils-0.07/t/ B-Utils-0.07/t/00signature.t B-Utils-0.07/t/01pod.t B-Utils-0.07/t/10use.t B-Utils-0.07/t/11export.t B-Utils-0.07/t/utils/ B-Utils-0.07/t/utils/20all_starts.t B-Utils-0.07/t/utils/21all_roots.t B-Utils-0.07/t/utils/22anon_subs.t B-Utils-0.07/t/utils/30parent.t B-Utils-0.07/t/utils/31oldname.t B-Utils-0.07/t/utils/32kids.t B-Utils-0.07/t/utils/33ancestors.t B-Utils-0.07/t/utils/34descendants.t B-Utils-0.07/t/utils/35siblings.t B-Utils-0.07/t/utils/36previous.t B-Utils-0.07/t/utils/37stringify.t B-Utils-0.07/t/utils/40walk.t B-Utils-0.07/t/utils/41walkfilt.t B-Utils-0.07/t/utils/42all.t B-Utils-0.07/t/utils/43allfilt.t B-Utils-0.07/t/utils/44optrep.t B-Utils-0.07/t/utils/50carp.t B-Utils-0.07/t/utils/51croak.t B-Utils-0.07/typemap B-Utils-0.07/Utils.xs CPAN.pm: Going to build J/JJ/JJORE/B-Utils-0.07.tar.gz >>> /Users/fly1003/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for B::Utils >>> make cp build/IFiles.pm blib/arch/B/Utils/Install/Files.pm cp typemap blib/arch/B/Utils/Install/typemap cp BUtils.h blib/arch/B/Utils/Install/BUtils.h cp lib/B/Utils/OP.pm blib/lib/B/Utils/OP.pm cp lib/B/Utils.pm blib/lib/B/Utils.pm /Users/fly1003/bin/perl /Users/fly1003/var/megalib/ExtUtils/xsubpp -typemap /Users/fly1003/ap1003/lib/ExtUtils/typemap -typemap typemap -typemap typemap Utils.xs > Utils.xsc && mv Utils.xsc Utils.c Please specify prototyping behavior for Utils.xs (see perlxs manual) 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.07\" -DXS_VERSION=\"0.07\" "-I/Users/fly1003/ap1003/lib/CORE" Utils.c /Users/fly1003/bin/perl /Users/fly1003/var/megalib/ExtUtils/xsubpp -typemap /Users/fly1003/ap1003/lib/ExtUtils/typemap -typemap typemap -typemap typemap OP.xs > OP.xsc && mv OP.xsc OP.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.07\" -DXS_VERSION=\"0.07\" "-I/Users/fly1003/ap1003/lib/CORE" OP.c Running Mkbootstrap for B::Utils () chmod 644 Utils.bs rm -f blib/arch/auto/B/Utils/Utils.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 Utils.o OP.o -o blib/arch/auto/B/Utils/Utils.bundle \ \ chmod 755 blib/arch/auto/B/Utils/Utils.bundle cp Utils.bs blib/arch/auto/B/Utils/Utils.bs chmod 644 blib/arch/auto/B/Utils/Utils.bs Manifying blib/man3/B::Utils::OP.3 Manifying blib/man3/B::Utils.3 JJORE/B-Utils-0.07.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/*/*.t t/00signature............ 1..1 ok 1 # SKIP No SIGNATURE file found. ok t/01pod.................. 1..3 ok 1 - blib/lib/B/Utils.pm ok 2 - blib/lib/B/Utils/OP.pm ok 3 - blib/arch/B/Utils/Install/Files.pm ok t/10use.................. 1..2 ok 1 - use B::Utils; ok 2 - use B::Utils::OP; ok t/11export............... 1..12 ok 1 - Can import() ok 2 - Nothing is exported without asking ok 3 - All optional exports are exported via :all ok 4 - B::Utils exports all_starts ok 5 - B::Utils exports all_roots ok 6 - B::Utils exports anon_subs ok 7 - B::Utils exports recalc_sub_cache ok 8 - B::Utils exports walkoptree_simple ok 9 - B::Utils exports walkoptree_filtered ok 10 - B::Utils exports walkallops_simple ok 11 - B::Utils exports walkallops_filtered ok 12 - B::Utils->VERSION is specified ok t/utils/20all_starts..... 1..4 ok 1 - Found start ok 2 - Found correct start ok 3 - Found start ok 4 - Found correct start ok t/utils/21all_roots...... 1..4 ok 1 - Found root ok 2 - Found correct root ok 3 - Found root ok 4 - Found correct root ok t/utils/22anon_subs...... 1..2 ok 1 - Found correct anon sub ok 2 - Found correct anon sub ok t/utils/30parent.........Name "main::empty_array" used only once: possible typo at t/utils/30parent.t line 1. 1..109 ok 1 - No parent for root leavesub-UNOP=(0x0411d90) ok 2 - lineseq-LISTOP=(0x0407da0) has a parent ok 3 - lineseq-LISTOP=(0x0407da0) has the *right* parent ok 4 - nextstate-COP=(0x0407d60) has a parent ok 5 - nextstate-COP=(0x0407d60) has the *right* parent ok 6 - null-UNOP=(0x0418bc0) has a parent ok 7 - null-UNOP=(0x0418bc0) has the *right* parent ok 8 - and-LOGOP=(0x0406fd0) has a parent ok 9 - and-LOGOP=(0x0406fd0) has the *right* parent ok 10 - entersub-UNOP=(0x0410a80) has a parent ok 11 - entersub-UNOP=(0x0410a80) has the *right* parent ok 12 - null-UNOP=(0x0410a40) has a parent ok 13 - null-UNOP=(0x0410a40) has the *right* parent ok 14 - pushmark-OP=(0x0410a60) has a parent ok 15 - pushmark-OP=(0x0410a60) has the *right* parent ok 16 - pushmark-OP=(0x0417dc0) has a parent ok 17 - pushmark-OP=(0x0417dc0) has the *right* parent ok 18 - nextstate-COP=(0x040b890) has a parent ok 19 - nextstate-COP=(0x040b890) has the *right* parent ok 20 - nextstate-COP=(0x040b810) has a parent ok 21 - nextstate-COP=(0x040b810) has the *right* parent ok 22 - leaveloop-BINOP=(0x040b7f0) has a parent ok 23 - leaveloop-BINOP=(0x040b7f0) has the *right* parent ok 24 - enteriter-LOOP=(0x040bad0) has a parent ok 25 - enteriter-LOOP=(0x040bad0) has the *right* parent ok 26 - null-OP=(0x040bab0) has a parent ok 27 - null-OP=(0x040bab0) has the *right* parent ok 28 - gv-PADOP=(0x040b9e0) has a parent ok 29 - gv-PADOP=(0x040b9e0) has the *right* parent ok 30 - null-UNOP=(0x040bb60) has a parent ok 31 - null-UNOP=(0x040bb60) has the *right* parent ok 32 - and-LOGOP=(0x040bb40) has a parent ok 33 - and-LOGOP=(0x040bb40) has the *right* parent ok 34 - iter-OP=(0x040ba90) has a parent ok 35 - iter-OP=(0x040ba90) has the *right* parent ok 36 - pushmark-OP=(0x0406ad0) has a parent ok 37 - pushmark-OP=(0x0406ad0) has the *right* parent ok 38 - nextstate-COP=(0x040be30) has a parent ok 39 - nextstate-COP=(0x040be30) has the *right* parent ok 40 - sassign-BINOP=(0x040be10) has a parent ok 41 - sassign-BINOP=(0x040be10) has the *right* parent ok 42 - const-SVOP=(0x040bdf0) has a parent ok 43 - const-SVOP=(0x040bdf0) has the *right* parent ok 44 - padsv-OP=(0x040b870) has a parent ok 45 - padsv-OP=(0x040b870) has the *right* parent ok 46 - nextstate-COP=(0x0417c00) has a parent ok 47 - nextstate-COP=(0x0417c00) has the *right* parent ok 48 - leave-LISTOP=(0x040bd40) has a parent ok 49 - leave-LISTOP=(0x040bd40) has the *right* parent ok 50 - enter-OP=(0x040bd20) has a parent ok 51 - enter-OP=(0x040bd20) has the *right* parent ok 52 - null-UNOP=(0x040bd00) has a parent ok 53 - null-UNOP=(0x040bd00) has the *right* parent ok 54 - and-LOGOP=(0x040bce0) has a parent ok 55 - and-LOGOP=(0x040bce0) has the *right* parent ok 56 - lt-BINOP=(0x040bc80) has a parent ok 57 - lt-BINOP=(0x040bc80) has the *right* parent ok 58 - entersub-UNOP=(0x040bc20) has a parent ok 59 - entersub-UNOP=(0x040bc20) has the *right* parent ok 60 - null-UNOP=(0x040bbe0) has a parent ok 61 - null-UNOP=(0x040bbe0) has the *right* parent ok 62 - pushmark-OP=(0x040bc00) has a parent ok 63 - pushmark-OP=(0x040bc00) has the *right* parent ok 64 - predec-UNOP=(0x040bc60) has a parent ok 65 - predec-UNOP=(0x040bc60) has the *right* parent ok 66 - padsv-OP=(0x040bc40) has a parent ok 67 - padsv-OP=(0x040bc40) has the *right* parent ok 68 - pushmark-OP=(0x0417ea0) has a parent ok 69 - pushmark-OP=(0x0417ea0) has the *right* parent ok 70 - nextstate-COP=(0x0406cc0) has a parent ok 71 - nextstate-COP=(0x0406cc0) has the *right* parent ok 72 - padsv-OP=(0x0417c60) has a parent ok 73 - padsv-OP=(0x0417c60) has the *right* parent ok 74 - lineseq-LISTOP=(0x0406960) has a parent ok 75 - lineseq-LISTOP=(0x0406960) has the *right* parent ok 76 - nextstate-COP=(0x0406900) has a parent ok 77 - nextstate-COP=(0x0406900) has the *right* parent ok 78 - leaveloop-BINOP=(0x04068e0) has a parent ok 79 - leaveloop-BINOP=(0x04068e0) has the *right* parent ok 80 - enterloop-LOOP=(0x04068b0) has a parent ok 81 - enterloop-LOOP=(0x04068b0) has the *right* parent ok 82 - null-UNOP=(0x0406890) has a parent ok 83 - null-UNOP=(0x0406890) has the *right* parent ok 84 - and-LOGOP=(0x0406870) has a parent ok 85 - and-LOGOP=(0x0406870) has the *right* parent ok 86 - padsv-OP=(0x0417d10) has a parent ok 87 - padsv-OP=(0x0417d10) has the *right* parent ok 88 - padsv-OP=(0x0417d80) has a parent ok 89 - padsv-OP=(0x0417d80) has the *right* parent ok 90 - nextstate-COP=(0x0411d10) has a parent ok 91 - nextstate-COP=(0x0411d10) has the *right* parent ok 92 - nextstate-COP=(0x0411ca0) has a parent ok 93 - nextstate-COP=(0x0411ca0) has the *right* parent ok 94 - leaveloop-BINOP=(0x0406ed0) has a parent ok 95 - leaveloop-BINOP=(0x0406ed0) has the *right* parent ok 96 - enteriter-LOOP=(0x0406e20) has a parent ok 97 - enteriter-LOOP=(0x0406e20) has the *right* parent ok 98 - null-OP=(0x0406e00) has a parent ok 99 - null-OP=(0x0406e00) has the *right* parent ok 100 - gv-PADOP=(0x0406d80) has a parent ok 101 - gv-PADOP=(0x0406d80) has the *right* parent ok 102 - null-UNOP=(0x0406eb0) has a parent ok 103 - null-UNOP=(0x0406eb0) has the *right* parent ok 104 - and-LOGOP=(0x0406e90) has a parent ok 105 - and-LOGOP=(0x0406e90) has the *right* parent ok 106 - iter-OP=(0x0406de0) has a parent ok 107 - iter-OP=(0x0406de0) has the *right* parent ok 108 - unstack-OP=(0x0406e50) has a parent ok 109 - unstack-OP=(0x0406e50) has the *right* parent ok t/utils/31oldname........ 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/32kids........... 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/33ancestors...... 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/34descendants.... 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/35siblings....... 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/36previous....... 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/37stringify...... 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/40walk........... 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/41walkfilt....... 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/42all............ 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/43allfilt........ 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/44optrep......... 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/50carp........... 1..0 # Skip No tests written yet. skipped: No tests written yet. t/utils/51croak.......... 1..0 # Skip No tests written yet. skipped: No tests written yet. All tests successful. Files=22, Tests=137, 3 wallclock secs ( 0.26 usr 0.31 sys + 1.60 cusr 0.54 csys = 2.71 CPU) Result: PASS JJORE/B-Utils-0.07.tar.gz make test TEST_VERBOSE=1 -- OK Joshua ben Jore <jjore@cpan.org> Helper functions for op tree manipulation >>> (cd /Users/fly1003/var/cpan/build/B-Utils-0.07-m3qaTm && tar cvf - B-Utils-0.07.ppd blib) | gzip -c >/Users/fly1003/var/REPO/J/JJ/JJORE/B-Utils-0.07.tar.gz B-Utils-0.07.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/B/ blib/arch/auto/B/Utils/ blib/arch/auto/B/Utils/Utils.bs blib/arch/auto/B/Utils/Utils.bundle blib/arch/B/ blib/arch/B/Utils/ blib/arch/B/Utils/Install/ blib/arch/B/Utils/Install/BUtils.h blib/arch/B/Utils/Install/Files.pm blib/arch/B/Utils/Install/typemap blib/lib/ blib/lib/B/ blib/lib/B/Utils/ blib/lib/B/Utils/OP.pm blib/lib/B/Utils.pm blib/man3/ blib/man3/B::Utils.3 blib/man3/B::Utils::OP.3 >>> mv /Users/fly1003/var/cpan/build/B-Utils-0.07-m3qaTm/B-Utils-0.07.ppd /Users/fly1003/var/REPO/J/JJ/JJORE Finished 2008-11-14T05:13:59