PATH=/Users/fly1400/bin:/Users/fly1400/ap1400/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Start 2012-03-25T16:06:48 ActivePerl-1400 CPAN-1.9402 Going to read '/Users/fly1400/var/cpan/Metadata' Database was generated on Sun, 25 Mar 2012 22:12:18 GMT Running make for J/JJ/JJORE/B-Utils-0.21.tar.gz Checksum for /net/nas/data/cpan/authors/id/J/JJ/JJORE/B-Utils-0.21.tar.gz ok B-Utils-0.21 B-Utils-0.21/OP.xs B-Utils-0.21/README B-Utils-0.21/Changes B-Utils-0.21/typemap B-Utils-0.21/LICENSE B-Utils-0.21/dist.ini B-Utils-0.21/ppport.h B-Utils-0.21/BUtils.h B-Utils-0.21/Utils.xs B-Utils-0.21/META.yml B-Utils-0.21/MANIFEST B-Utils-0.21/t B-Utils-0.21/t/10use.t B-Utils-0.21/weaver.ini B-Utils-0.21/BUtils_op.h B-Utils-0.21/Makefile.PL B-Utils-0.21/xt B-Utils-0.21/xt/ppport.t B-Utils-0.21/t/11export.t B-Utils-0.21/xt/version.t B-Utils-0.21/lib/B B-Utils-0.21/lib/B/Utils.pm B-Utils-0.21/build B-Utils-0.21/build/IFiles.pm B-Utils-0.21/t/utils B-Utils-0.21/t/utils/42all.t B-Utils-0.21/t/utils/32kids.t B-Utils-0.21/t/utils/50carp.t B-Utils-0.21/t/utils/40walk.t B-Utils-0.21/lib/B/Utils B-Utils-0.21/lib/B/Utils/OP.pm B-Utils-0.21/t/utils/51croak.t B-Utils-0.21/t/utils/44optrep.t B-Utils-0.21/t/utils/30parent.t B-Utils-0.21/t/utils/43allfilt.t B-Utils-0.21/t/utils/31oldname.t B-Utils-0.21/t/utils/35siblings.t B-Utils-0.21/t/utils/41walkfilt.t B-Utils-0.21/t/utils/36previous.t B-Utils-0.21/t/utils/37stringify.t B-Utils-0.21/t/utils/21all_roots.t B-Utils-0.21/t/utils/22anon_subs.t B-Utils-0.21/t/utils/33ancestors.t B-Utils-0.21/t/utils/20all_starts.t B-Utils-0.21/t/release-pod-syntax.t B-Utils-0.21/t/utils/34descendants.t B-Utils-0.21/t/regression_walkallops_filtered.t CPAN.pm: Going to build J/JJ/JJORE/B-Utils-0.21.tar.gz >>> /Users/fly1400/ap1400/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for B::Utils Writing MYMETA.yml and MYMETA.json >>> 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/fly1400/ap1400/bin/perl /Users/fly1400/var/megalib/ExtUtils/xsubpp -typemap /Users/fly1400/ap1400/lib/ExtUtils/typemap -typemap typemap -typemap typemap Utils.xs > Utils.xsc && mv Utils.xsc Utils.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.21\" -DXS_VERSION=\"0.21\" "-I/Users/fly1400/ap1400/lib/CORE" Utils.c /Users/fly1400/ap1400/bin/perl /Users/fly1400/var/megalib/ExtUtils/xsubpp -typemap /Users/fly1400/ap1400/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 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.21\" -DXS_VERSION=\"0.21\" "-I/Users/fly1400/ap1400/lib/CORE" OP.c Running Mkbootstrap for B::Utils () chmod 644 Utils.bs rm -f blib/arch/auto/B/Utils/Utils.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 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.21.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/ap1400/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/10use.t ........................... 1..2 ok 1 - use B::Utils; ok 2 - use B::Utils::OP; ok t/11export.t ........................ 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/regression_walkallops_filtered.t .. 1..3 ok 1 - defined &walkallops_filtered ok 2 - defined &opgrep ok 3 - Successfully called walkallops_filtered ok t/release-pod-syntax.t .............. skipped: these tests are for release candidate testing t/utils/20all_starts.t .............. 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.t ............... 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.t ............... 1..2 ok 1 - Found correct anon sub ok 2 - Found correct anon sub ok Name "main::empty_array" used only once: possible typo at t/utils/30parent.t line 1. t/utils/30parent.t .................. 1..103 ok 1 - No parent for root leavesub-UNOP=(0x100211f10) ok 2 - lineseq-LISTOP=(0x100211ba0) has a parent ok 3 - lineseq-LISTOP=(0x100211ba0) has the *right* parent ok 4 - nextstate-COP=(0x100211b50) has a parent ok 5 - nextstate-COP=(0x100211b50) has the *right* parent ok 6 - null-UNOP=(0x100209cc0) has a parent ok 7 - null-UNOP=(0x100209cc0) has the *right* parent ok 8 - and-LOGOP=(0x100211b10) has a parent ok 9 - and-LOGOP=(0x100211b10) has the *right* parent ok 10 - entersub-UNOP=(0x1002180c0) has a parent ok 11 - entersub-UNOP=(0x1002180c0) has the *right* parent ok 12 - null-UNOP=(0x100218080) has a parent ok 13 - null-UNOP=(0x100218080) has the *right* parent ok 14 - pushmark-OP=(0x100209c90) has a parent ok 15 - pushmark-OP=(0x100209c90) has the *right* parent ok 16 - pushmark-OP=(0x100209b80) has a parent ok 17 - pushmark-OP=(0x100209b80) has the *right* parent ok 18 - nextstate-COP=(0x100209430) has a parent ok 19 - nextstate-COP=(0x100209430) has the *right* parent ok 20 - leaveloop-BINOP=(0x1002093f0) has a parent ok 21 - leaveloop-BINOP=(0x1002093f0) has the *right* parent ok 22 - enteriter-LOOP=(0x10020b640) has a parent ok 23 - enteriter-LOOP=(0x10020b640) has the *right* parent ok 24 - null-OP=(0x10020b610) has a parent ok 25 - null-OP=(0x10020b610) has the *right* parent ok 26 - gv-PADOP=(0x10020b530) has a parent ok 27 - gv-PADOP=(0x10020b530) has the *right* parent ok 28 - null-UNOP=(0x1002093c0) has a parent ok 29 - null-UNOP=(0x1002093c0) has the *right* parent ok 30 - and-LOGOP=(0x100209380) has a parent ok 31 - and-LOGOP=(0x100209380) has the *right* parent ok 32 - iter-OP=(0x100209320) has a parent ok 33 - iter-OP=(0x100209320) has the *right* parent ok 34 - pushmark-OP=(0x100224ed0) has a parent ok 35 - pushmark-OP=(0x100224ed0) has the *right* parent ok 36 - nextstate-COP=(0x100219920) has a parent ok 37 - nextstate-COP=(0x100219920) has the *right* parent ok 38 - sassign-BINOP=(0x100209480) has a parent ok 39 - sassign-BINOP=(0x100209480) has the *right* parent ok 40 - const-SVOP=(0x100224d50) has a parent ok 41 - const-SVOP=(0x100224d50) has the *right* parent ok 42 - padsv-OP=(0x100224bb0) has a parent ok 43 - padsv-OP=(0x100224bb0) has the *right* parent ok 44 - nextstate-COP=(0x100209890) has a parent ok 45 - nextstate-COP=(0x100209890) has the *right* parent ok 46 - leave-LISTOP=(0x100209850) has a parent ok 47 - leave-LISTOP=(0x100209850) has the *right* parent ok 48 - enter-OP=(0x100209820) has a parent ok 49 - enter-OP=(0x100209820) has the *right* parent ok 50 - null-UNOP=(0x10020a100) has a parent ok 51 - null-UNOP=(0x10020a100) has the *right* parent ok 52 - and-LOGOP=(0x1002097e0) has a parent ok 53 - and-LOGOP=(0x1002097e0) has the *right* parent ok 54 - lt-BINOP=(0x10020a050) has a parent ok 55 - lt-BINOP=(0x10020a050) has the *right* parent ok 56 - entersub-UNOP=(0x100209fc0) has a parent ok 57 - entersub-UNOP=(0x100209fc0) has the *right* parent ok 58 - null-UNOP=(0x100209f50) has a parent ok 59 - null-UNOP=(0x100209f50) has the *right* parent ok 60 - pushmark-OP=(0x100209f90) has a parent ok 61 - pushmark-OP=(0x100209f90) has the *right* parent ok 62 - predec-UNOP=(0x10020a020) has a parent ok 63 - predec-UNOP=(0x10020a020) has the *right* parent ok 64 - padsv-OP=(0x100209ff0) has a parent ok 65 - padsv-OP=(0x100209ff0) has the *right* parent ok 66 - pushmark-OP=(0x100219a30) has a parent ok 67 - pushmark-OP=(0x100219a30) has the *right* parent ok 68 - nextstate-COP=(0x10020f760) has a parent ok 69 - nextstate-COP=(0x10020f760) has the *right* parent ok 70 - padsv-OP=(0x100209960) has a parent ok 71 - padsv-OP=(0x100209960) has the *right* parent ok 72 - unstack-OP=(0x10020f6f0) has a parent ok 73 - unstack-OP=(0x10020f6f0) has the *right* parent ok 74 - leaveloop-BINOP=(0x10020f6b0) has a parent ok 75 - leaveloop-BINOP=(0x10020f6b0) has the *right* parent ok 76 - enterloop-LOOP=(0x10020f660) has a parent ok 77 - enterloop-LOOP=(0x10020f660) has the *right* parent ok 78 - null-UNOP=(0x10020f630) has a parent ok 79 - null-UNOP=(0x10020f630) has the *right* parent ok 80 - and-LOGOP=(0x10020f5f0) has a parent ok 81 - and-LOGOP=(0x10020f5f0) has the *right* parent ok 82 - padsv-OP=(0x100209900) has a parent ok 83 - padsv-OP=(0x100209900) has the *right* parent ok 84 - padsv-OP=(0x100209b00) has a parent ok 85 - padsv-OP=(0x100209b00) has the *right* parent ok 86 - nextstate-COP=(0x100211e50) has a parent ok 87 - nextstate-COP=(0x100211e50) has the *right* parent ok 88 - leaveloop-BINOP=(0x100211e10) has a parent ok 89 - leaveloop-BINOP=(0x100211e10) has the *right* parent ok 90 - enteriter-LOOP=(0x10020f870) has a parent ok 91 - enteriter-LOOP=(0x10020f870) has the *right* parent ok 92 - null-OP=(0x100211cd0) has a parent ok 93 - null-OP=(0x100211cd0) has the *right* parent ok 94 - gv-PADOP=(0x10020f810) has a parent ok 95 - gv-PADOP=(0x10020f810) has the *right* parent ok 96 - null-UNOP=(0x100211de0) has a parent ok 97 - null-UNOP=(0x100211de0) has the *right* parent ok 98 - and-LOGOP=(0x100211da0) has a parent ok 99 - and-LOGOP=(0x100211da0) has the *right* parent ok 100 - iter-OP=(0x100211d00) has a parent ok 101 - iter-OP=(0x100211d00) has the *right* parent ok 102 - unstack-OP=(0x100211d30) has a parent ok 103 - unstack-OP=(0x100211d30) has the *right* parent ok t/utils/31oldname.t ................. skipped: No tests written yet. t/utils/32kids.t .................... skipped: No tests written yet. t/utils/33ancestors.t ............... skipped: No tests written yet. t/utils/34descendants.t ............. skipped: No tests written yet. t/utils/35siblings.t ................ skipped: No tests written yet. t/utils/36previous.t ................ skipped: No tests written yet. t/utils/37stringify.t ............... skipped: No tests written yet. t/utils/40walk.t .................... skipped: No tests written yet. t/utils/41walkfilt.t ................ skipped: No tests written yet. t/utils/42all.t ..................... skipped: No tests written yet. t/utils/43allfilt.t ................. skipped: No tests written yet. t/utils/44optrep.t .................. skipped: No tests written yet. t/utils/50carp.t .................... skipped: No tests written yet. t/utils/51croak.t ................... skipped: No tests written yet. All tests successful. Files=22, Tests=130, 2 wallclock secs ( 0.09 usr 0.06 sys + 1.02 cusr 0.13 csys = 1.30 CPU) Result: PASS JJORE/B-Utils-0.21.tar.gz make test TEST_VERBOSE=1 -- OK Joshua ben Jore <jjore@cpan.org> Helper functions for op tree manipulation >>> (cd /Users/fly1400/var/cpan/build/B-Utils-0.21-gZQ1lt && tar cvf - B-Utils-0.21.ppd blib) | gzip -c >/Users/fly1400/var/REPO/J/JJ/JJORE/B-Utils-0.21.tar.gz B-Utils-0.21.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/fly1400/var/cpan/build/B-Utils-0.21-gZQ1lt/B-Utils-0.21.ppd /Users/fly1400/var/REPO/J/JJ/JJORE Can't log to '/Users/fly1400/var/tmp/Library/Logs/ppm4.log': No such file or directory at /Users/fly1400/lib/ActivePerl/PPM/Logger.pm line 95. [InstallArea.pm:339] Created /Users/fly1400/var/megalib/etc/ppm-megalib-dirty [InstallArea.pm:362] Installing B-Utils with id 584 [InstallArea.pm:369] Copy /var/folders/or/orXbbUKqGxyIBVdvtPjVMU+++TQ/-Tmp-/ppm-gwe6Ob/B-Utils-0.21/blib/arch --> /Users/fly1400/var/megalib [InstallArea.pm:497] /Users/fly1400/var/megalib/B/Utils/Install/BUtils.h already present [InstallArea.pm:497] /Users/fly1400/var/megalib/B/Utils/Install/Files.pm already present [InstallArea.pm:497] /Users/fly1400/var/megalib/B/Utils/Install/typemap already present [InstallArea.pm:497] /Users/fly1400/var/megalib/auto/B/Utils/Utils.bs already present [InstallArea.pm:548] /Users/fly1400/var/megalib/auto/B/Utils/Utils.bundle written [InstallArea.pm:369] Copy /var/folders/or/orXbbUKqGxyIBVdvtPjVMU+++TQ/-Tmp-/ppm-gwe6Ob/B-Utils-0.21/blib/html --> /Users/fly1400/var/megalib/html [InstallArea.pm:497] /Users/fly1400/var/megalib/html/site/lib/B/Utils/OP.html already present [InstallArea.pm:548] /Users/fly1400/var/megalib/html/site/lib/B/Utils.html written [InstallArea.pm:369] Copy /var/folders/or/orXbbUKqGxyIBVdvtPjVMU+++TQ/-Tmp-/ppm-gwe6Ob/B-Utils-0.21/blib/lib --> /Users/fly1400/var/megalib [InstallArea.pm:548] /Users/fly1400/var/megalib/B/Utils/OP.pm written [InstallArea.pm:548] /Users/fly1400/var/megalib/B/Utils.pm written [InstallArea.pm:418] Commit install [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/auto/B/Utils/Utils.bundle.ppmbak [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/html/site/lib/B/Utils.html.ppmbak [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/B/Utils/OP.pm.ppmbak [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/B/Utils.pm.ppmbak [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/auto/B/Utils/.packlist.ppmbak [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/etc/ppm-megalib-dirty Finished 2012-03-25T16:07:02