PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2019-06-16T02:00:26 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Sat, 15 Jun 2019 05:41:02 GMT Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/L/LE/LEONT/Crypt-Rijndael-1.14.tar.gz ok Crypt-Rijndael-1.14/ Crypt-Rijndael-1.14/LICENSE Crypt-Rijndael-1.14/t/ Crypt-Rijndael-1.14/t/modes.t Crypt-Rijndael-1.14/t/00_load.t Crypt-Rijndael-1.14/t/rt/ Crypt-Rijndael-1.14/t/rt/27632.t Crypt-Rijndael-1.14/Changes Crypt-Rijndael-1.14/Rijndael.xs Crypt-Rijndael-1.14/ppport.h Crypt-Rijndael-1.14/MANIFEST.SKIP Crypt-Rijndael-1.14/README Crypt-Rijndael-1.14/NEWS Crypt-Rijndael-1.14/rijndael.h Crypt-Rijndael-1.14/META.yml Crypt-Rijndael-1.14/Makefile.PL Crypt-Rijndael-1.14/MANIFEST Crypt-Rijndael-1.14/typemap Crypt-Rijndael-1.14/Rijndael.pm Crypt-Rijndael-1.14/META.json Crypt-Rijndael-1.14/_rijndael.c Crypt-Rijndael-1.14/COPYING Configuring L/LE/LEONT/Crypt-Rijndael-1.14.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/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.14.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for L/LE/LEONT/Crypt-Rijndael-1.14.tar.gz >>> make cp Rijndael.pm blib/lib/Crypt/Rijndael.pm Running Mkbootstrap for Rijndael () chmod 644 "Rijndael.bs" "/Users/fly2400/ap2400-300558/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.bs 644 gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=10.9 -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -DPERL_USE_SAFE_PUTENV -O3 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" "-I/Users/fly2400/ap2400-300558/lib/CORE" _rijndael.c "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "/Users/fly2400/cpanfly-5.24/var/megalib/ExtUtils/xsubpp" -typemap '/Users/fly2400/ap2400-300558/lib/ExtUtils/typemap' -typemap '/Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Crypt-Rijndael-1.14-ibcRkP/typemap' Rijndael.xs > Rijndael.xsc mv Rijndael.xsc Rijndael.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=10.9 -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -DPERL_USE_SAFE_PUTENV -O3 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" "-I/Users/fly2400/ap2400-300558/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 -o blib/arch/auto/Crypt/Rijndael/Rijndael.bundle _rijndael.o Rijndael.o \ \ chmod 755 blib/arch/auto/Crypt/Rijndael/Rijndael.bundle Manifying 1 pod document LEONT/Crypt-Rijndael-1.14.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.bs 644 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/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/modes.t ..... 1..68 ok 1 ok 2 ok 3 - Decrypted text matches plain text for cbc-0 ok 4 - Decrypted text matches plain text for cbc-1 ok 5 - Decrypted text matches plain text for cbc-2 ok 6 - Decrypted text matches plain text for cbc-3 ok 7 - Decrypted text matches plain text for cbc-4 ok 8 - Decrypted text matches plain text for cbc-5 ok 9 - Decrypted text matches plain text for cbc-6 ok 10 - Decrypted text matches plain text for cbc-7 ok 11 - Decrypted text matches plain text for cbc-8 ok 12 - Decrypted text matches plain text for cbc-9 ok 13 - Decrypted text matches plain text for cbc-10 ok 14 - Decrypted text matches plain text for cfb-0 ok 15 - Decrypted text matches plain text for cfb-1 ok 16 - Decrypted text matches plain text for cfb-2 ok 17 - Decrypted text matches plain text for cfb-3 ok 18 - Decrypted text matches plain text for cfb-4 ok 19 - Decrypted text matches plain text for cfb-5 ok 20 - Decrypted text matches plain text for cfb-6 ok 21 - Decrypted text matches plain text for cfb-7 ok 22 - Decrypted text matches plain text for cfb-8 ok 23 - Decrypted text matches plain text for cfb-9 ok 24 - Decrypted text matches plain text for cfb-10 ok 25 - Decrypted text matches plain text for ctr-0 ok 26 - Decrypted text matches plain text for ctr-1 ok 27 - Decrypted text matches plain text for ctr-2 ok 28 - Decrypted text matches plain text for ctr-3 ok 29 - Decrypted text matches plain text for ctr-4 ok 30 - Decrypted text matches plain text for ctr-5 ok 31 - Decrypted text matches plain text for ctr-6 ok 32 - Decrypted text matches plain text for ctr-7 ok 33 - Decrypted text matches plain text for ctr-8 ok 34 - Decrypted text matches plain text for ctr-9 ok 35 - Decrypted text matches plain text for ctr-10 ok 36 - Decrypted text matches plain text for ecb-0 ok 37 - Decrypted text matches plain text for ecb-1 ok 38 - Decrypted text matches plain text for ecb-2 ok 39 - Decrypted text matches plain text for ecb-3 ok 40 - Decrypted text matches plain text for ecb-4 ok 41 - Decrypted text matches plain text for ecb-5 ok 42 - Decrypted text matches plain text for ecb-6 ok 43 - Decrypted text matches plain text for ecb-7 ok 44 - Decrypted text matches plain text for ecb-8 ok 45 - Decrypted text matches plain text for ecb-9 ok 46 - Decrypted text matches plain text for ecb-10 ok 47 - Decrypted text matches plain text for ofb-0 ok 48 - Decrypted text matches plain text for ofb-1 ok 49 - Decrypted text matches plain text for ofb-2 ok 50 - Decrypted text matches plain text for ofb-3 ok 51 - Decrypted text matches plain text for ofb-4 ok 52 - Decrypted text matches plain text for ofb-5 ok 53 - Decrypted text matches plain text for ofb-6 ok 54 - Decrypted text matches plain text for ofb-7 ok 55 - Decrypted text matches plain text for ofb-8 ok 56 - Decrypted text matches plain text for ofb-9 ok 57 - Decrypted text matches plain text for ofb-10 not ok 58 # TODO & SKIP PCBC is not a legal mode (yet) not ok 59 # TODO & SKIP PCBC is not a legal mode (yet) not ok 60 # TODO & SKIP PCBC is not a legal mode (yet) not ok 61 # TODO & SKIP PCBC is not a legal mode (yet) not ok 62 # TODO & SKIP PCBC is not a legal mode (yet) not ok 63 # TODO & SKIP PCBC is not a legal mode (yet) not ok 64 # TODO & SKIP PCBC is not a legal mode (yet) not ok 65 # TODO & SKIP PCBC is not a legal mode (yet) not ok 66 # TODO & SKIP PCBC is not a legal mode (yet) not ok 67 # TODO & SKIP PCBC is not a legal mode (yet) not ok 68 # TODO & SKIP PCBC is not a legal mode (yet) 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=3, Tests=110, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.26 cusr 0.04 csys = 0.33 CPU) Result: PASS LEONT/Crypt-Rijndael-1.14.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/L/LE/LEONT/CHECKSUMS Can't chown '/Users/fly2400/cpanfly-5.24/var/cpan/FTPstats.yml.95212' to fly2600/cpanflies: Operation not permitted Leon Timmermans <fawaka@gmail.com> Crypt::CBC compliant Rijndael encryption module >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Crypt-Rijndael-1.14-ibcRkP && tar cvf - Crypt-Rijndael-1.14.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/L/LE/LEONT/Crypt-Rijndael-1.14.tar.gz Crypt-Rijndael-1.14.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 2019-06-16T02:00:29