PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-01-23T00:35:25 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Sun, 22 Jan 2017 06:17:03 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/L/LE/LEONT/Crypt-Rijndael-1.13.tar.gz Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/L/LE/LEONT/Crypt-Rijndael-1.13.tar.gz ok Crypt-Rijndael-1.13/ Crypt-Rijndael-1.13/typemap Crypt-Rijndael-1.13/t/ Crypt-Rijndael-1.13/t/00_load.t Crypt-Rijndael-1.13/t/pcbc.t Crypt-Rijndael-1.13/t/lib/ Crypt-Rijndael-1.13/t/lib/mode.pl Crypt-Rijndael-1.13/t/ecb.t Crypt-Rijndael-1.13/t/cbc.t Crypt-Rijndael-1.13/t/rt/ Crypt-Rijndael-1.13/t/rt/27632.t Crypt-Rijndael-1.13/t/ofb.t Crypt-Rijndael-1.13/t/blocksize.t Crypt-Rijndael-1.13/t/ctr.t Crypt-Rijndael-1.13/t/cfb.t Crypt-Rijndael-1.13/Changes Crypt-Rijndael-1.13/META.json Crypt-Rijndael-1.13/MANIFEST.SKIP Crypt-Rijndael-1.13/META.yml Crypt-Rijndael-1.13/MANIFEST Crypt-Rijndael-1.13/NEWS Crypt-Rijndael-1.13/LICENSE Crypt-Rijndael-1.13/ppport.h Crypt-Rijndael-1.13/Rijndael.pm Crypt-Rijndael-1.13/README Crypt-Rijndael-1.13/COPYING Crypt-Rijndael-1.13/rijndael.h Crypt-Rijndael-1.13/_rijndael.c Crypt-Rijndael-1.13/Makefile.PL Crypt-Rijndael-1.13/Rijndael.xs Configuring L/LE/LEONT/Crypt-Rijndael-1.13.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Crypt::Rijndael Writing MYMETA.yml and MYMETA.json LEONT/Crypt-Rijndael-1.13.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for L/LE/LEONT/Crypt-Rijndael-1.13.tar.gz >>> make cp Rijndael.pm blib/lib/Crypt/Rijndael.pm Running Mkbootstrap for Crypt::Rijndael () chmod 644 "Rijndael.bs" gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"1.13\" -DXS_VERSION=\"1.13\" "-I/Users/fly2200/ap2200-299195/lib/CORE" _rijndael.c "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "/Users/fly2200/cpanfly-5.22/var/megalib/ExtUtils/xsubpp" -typemap "/Users/fly2200/ap2200-299195/lib/ExtUtils/typemap" -typemap "typemap" Rijndael.xs > Rijndael.xsc && mv Rijndael.xsc Rijndael.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"1.13\" -DXS_VERSION=\"1.13\" "-I/Users/fly2200/ap2200-299195/lib/CORE" Rijndael.c Rijndael.xs:96:117: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] Perl_croak(aTHX_ "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size); ~~ ^~~~ %zu 1 warning generated. rm -f blib/arch/auto/Crypt/Rijndael/Rijndael.bundle gcc -mmacosx-version-min=10.9 -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch x86_64 -fstack-protector _rijndael.o Rijndael.o -o blib/arch/auto/Crypt/Rijndael/Rijndael.bundle \ \ chmod 755 blib/arch/auto/Crypt/Rijndael/Rijndael.bundle "/Users/fly2200/ap2200-299195/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.bs 644 Manifying 1 pod document LEONT/Crypt-Rijndael-1.13.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 Running Mkbootstrap for Crypt::Rijndael () chmod 644 "Rijndael.bs" PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/00_load.t .... 1..40 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok t/blocksize.t .. ok 1 - use Crypt::Rijndael; ok 2 ok 3 1..3 ok t/cbc.t ........ ok 1 - require '/Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/Crypt-Rijndael-1.13-eps6wl/t/lib/mode.pl'; ok 2 - use Crypt::Rijndael; ok 3 ok 4 - Decrypted text matches plain text ok 5 - Decrypted text matches plain text ok 6 - Decrypted text matches plain text ok 7 - Decrypted text matches plain text ok 8 - Decrypted text matches plain text ok 9 - Decrypted text matches plain text ok 10 - Decrypted text matches plain text ok 11 - Decrypted text matches plain text ok 12 - Decrypted text matches plain text ok 13 - Decrypted text matches plain text ok 14 - Decrypted text matches plain text 1..14 ok t/cfb.t ........ ok 1 - require '/Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/Crypt-Rijndael-1.13-eps6wl/t/lib/mode.pl'; ok 2 - use Crypt::Rijndael; ok 3 ok 4 - Decrypted text matches plain text ok 5 - Decrypted text matches plain text ok 6 - Decrypted text matches plain text ok 7 - Decrypted text matches plain text ok 8 - Decrypted text matches plain text ok 9 - Decrypted text matches plain text ok 10 - Decrypted text matches plain text ok 11 - Decrypted text matches plain text ok 12 - Decrypted text matches plain text ok 13 - Decrypted text matches plain text ok 14 - Decrypted text matches plain text 1..14 ok t/ctr.t ........ ok 1 - require '/Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/Crypt-Rijndael-1.13-eps6wl/t/lib/mode.pl'; ok 2 - use Crypt::Rijndael; ok 3 ok 4 - Decrypted text matches plain text ok 5 - Decrypted text matches plain text ok 6 - Decrypted text matches plain text ok 7 - Decrypted text matches plain text ok 8 - Decrypted text matches plain text ok 9 - Decrypted text matches plain text ok 10 - Decrypted text matches plain text ok 11 - Decrypted text matches plain text ok 12 - Decrypted text matches plain text ok 13 - Decrypted text matches plain text ok 14 - Decrypted text matches plain text 1..14 ok t/ecb.t ........ ok 1 - require '/Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/Crypt-Rijndael-1.13-eps6wl/t/lib/mode.pl'; ok 2 - use Crypt::Rijndael; ok 3 ok 4 - Decrypted text matches plain text ok 5 - Decrypted text matches plain text ok 6 - Decrypted text matches plain text ok 7 - Decrypted text matches plain text ok 8 - Decrypted text matches plain text ok 9 - Decrypted text matches plain text ok 10 - Decrypted text matches plain text ok 11 - Decrypted text matches plain text ok 12 - Decrypted text matches plain text ok 13 - Decrypted text matches plain text ok 14 - Decrypted text matches plain text 1..14 ok t/ofb.t ........ ok 1 - require '/Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/Crypt-Rijndael-1.13-eps6wl/t/lib/mode.pl'; ok 2 - use Crypt::Rijndael; ok 3 ok 4 - Decrypted text matches plain text ok 5 - Decrypted text matches plain text ok 6 - Decrypted text matches plain text ok 7 - Decrypted text matches plain text ok 8 - Decrypted text matches plain text ok 9 - Decrypted text matches plain text ok 10 - Decrypted text matches plain text ok 11 - Decrypted text matches plain text ok 12 - Decrypted text matches plain text ok 13 - Decrypted text matches plain text ok 14 - Decrypted text matches plain text 1..14 ok t/pcbc.t ....... ok 1 - require '/Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/Crypt-Rijndael-1.13-eps6wl/t/lib/mode.pl'; ok 2 - use Crypt::Rijndael; ok 3 1..3 ok t/rt/27632.t ... ok 1 - An object of class 'Crypt::Rijndael' isa 'Crypt::Rijndael' ok 2 - Text comes back correctly 1..2 ok All tests successful. Files=9, Tests=118, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.22 cusr 0.06 csys = 0.33 CPU) Result: PASS LEONT/Crypt-Rijndael-1.13.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/L/LE/LEONT/CHECKSUMS Leon Timmermans <fawaka@gmail.com> Crypt::CBC compliant Rijndael encryption module >>> (cd /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/Crypt-Rijndael-1.13-eps6wl && tar cvf - Crypt-Rijndael-1.13.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/var/REPO/L/LE/LEONT/Crypt-Rijndael-1.13.tar.gz Crypt-Rijndael-1.13.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/Crypt/ blib/arch/auto/Crypt/Rijndael/ blib/arch/auto/Crypt/Rijndael/Rijndael.bundle blib/lib/ blib/lib/Crypt/ blib/lib/Crypt/Rijndael.pm blib/man3/ blib/man3/Crypt::Rijndael.3 Finished 2017-01-23T00:35:32