cpanm (App::cpanminus) 1.7004 on perl 5.018001 built for x86_64-linux-thread-multi Work directory is /root/.cpanm/work/1399282642.27561 You have make /usr/bin/make You have LWP 6.05 You have /bin/tar: tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. You have /usr/bin/unzip Searching Env::C on cpanmetadb ... --> Working on Env::C Fetching http://www.cpan.org/authors/id/M/MS/MSCHOUT/Env-C-0.10.tar.gz -> OK Unpacking Env-C-0.10.tar.gz Entering Env-C-0.10 Checking configure dependencies from META.yml Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (6.66) Configuring Env-C-0.10 Running Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Env::C Writing MYMETA.yml and MYMETA.json -> OK Checking dependencies from MYMETA.json ... Checking if you have DynaLoader 0 ... Yes (1.18) Checking if you have Module::Signature 0 ... No Checking if you have Test::More 0 ... Yes (0.98) Checking if you have Socket 0 ... Yes (2.009) Checking if you have strict 0 ... Yes (1.07) ==> Found dependencies: Module::Signature Searching Module::Signature on cpanmetadb ... --> Working on Module::Signature Fetching http://www.cpan.org/authors/id/A/AU/AUDREYT/Module-Signature-0.73.tar.gz -> OK Unpacking Module-Signature-0.73.tar.gz Entering Module-Signature-0.73 Checking configure dependencies from META.yml Checking if you have ExtUtils::MakeMaker 6.36 ... Yes (6.66) Configuring Module-Signature-0.73 Running Makefile.PL Looking for GNU Privacy Guard (gpg), a cryptographic signature tool... gpg: keyring `/root/.gnupg/pubring.gpg' created gpg: /root/.gnupg/trustdb.gpg: trustdb created GnuPG found (/usr/bin/gpg). Import PAUSE and author keys to GnuPG? [y] y Importing... done. Locating bin:gpg... found at /usr/bin/gpg. Checking if your kit is complete... Looks good Writing Makefile for Module::Signature Writing MYMETA.yml and MYMETA.json -> OK Checking dependencies from MYMETA.json ... Checking if you have IPC::Run 0 ... Yes (0.92) Checking if you have Test::More 0 ... Yes (0.98) Checking if you have ExtUtils::MakeMaker 6.36 ... Yes (6.66) Checking if you have IO::Socket::INET 0 ... Yes (1.33) Building and testing Module-Signature-0.73 cp lib/Module/Signature.pm blib/lib/Module/Signature.pm cp script/cpansign blib/script/cpansign /usr/bin/perl "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpansign Manifying blib/man1/cpansign.1 Manifying blib/man3/Module::Signature.3pm PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/0-signature.t .. skipped: Set the environment variable TEST_SIGNATURE to enable this test. t/1-basic.t ...... ok t/2-cygwin.t ..... skipped: Cygwin only tests t/3-verify.t ..... ok All tests successful. Files=4, Tests=6, 2 wallclock secs ( 0.04 usr 0.00 sys + 0.56 cusr 0.05 csys = 0.65 CPU) Result: PASS Manifying blib/man1/cpansign.1 Manifying blib/man3/Module::Signature.3pm Installing /usr/lib/perl5/site_perl/5.18.1/Module/Signature.pm Installing /usr/share/man/man1/cpansign.1 Installing /usr/share/man/man3/Module::Signature.3pm Installing /usr/bin/cpansign Appending installation info to /usr/lib/perl5/5.18.1/x86_64-linux-thread-multi/perllocal.pod -> OK Successfully tested Module-Signature-0.73 Building and testing Env-C-0.10 cp lib/Env/C.pm blib/lib/Env/C.pm /usr/bin/perl /usr/lib/perl5/5.18.1/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.18.1/ExtUtils/typemap C.xs > C.xsc && mv C.xsc C.c Please specify prototyping behavior for C.xs (see perlxs manual) cc -c -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -pipe -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC "-I/usr/lib/perl5/5.18.1/x86_64-linux-thread-multi/CORE" C.c In file included from C.xs:4:0: /usr/lib/perl5/5.18.1/x86_64-linux-thread-multi/CORE/XSUB.h:158:0: warning: "dAX" redefined [enabled by default] #define dAX const I32 ax = (I32)(MARK - PL_stack_base + 1) ^ In file included from C.xs:3:0: ppport.h:3771:0: note: this is the location of the previous definition # define dAX I32 ax = MARK - PL_stack_base + 1 ^ In file included from C.xs:4:0: /usr/lib/perl5/5.18.1/x86_64-linux-thread-multi/CORE/XSUB.h:160:0: warning: "dAXMARK" redefined [enabled by default] #define dAXMARK \ ^ In file included from C.xs:3:0: ppport.h:3781:0: note: this is the location of the previous definition # define dAXMARK I32 ax = POPMARK; \ ^ In file included from C.xs:4:0: /usr/lib/perl5/5.18.1/x86_64-linux-thread-multi/CORE/XSUB.h:164:0: warning: "dITEMS" redefined [enabled by default] #define dITEMS I32 items = (I32)(SP - MARK) ^ In file included from C.xs:3:0: ppport.h:3775:0: note: this is the location of the previous definition # define dITEMS I32 items = SP - MARK ^ In file included from C.xs:4:0: /usr/lib/perl5/5.18.1/x86_64-linux-thread-multi/CORE/XSUB.h:175:0: warning: "dXSTARG" redefined [enabled by default] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ In file included from C.xs:3:0: ppport.h:3778:0: note: this is the location of the previous definition # define dXSTARG SV * targ = sv_newmortal() ^ In file included from C.xs:4:0: /usr/lib/perl5/5.18.1/x86_64-linux-thread-multi/CORE/XSUB.h:198:0: warning: "UNDERBAR" redefined [enabled by default] #define UNDERBAR find_rundefsv() ^ In file included from C.xs:3:0: ppport.h:3768:0: note: this is the location of the previous definition # define UNDERBAR DEFSV ^ C.c: In function ‘XS_Env__C_getallenv’: C.xs:130:9: warning: unused variable ‘av’ [-Wunused-variable] AV *av = Nullav; ^ C.xs:129:11: warning: unused variable ‘p’ [-Wunused-variable] char *p; ^ Running Mkbootstrap for Env::C () chmod 644 C.bs rm -f blib/arch/auto/Env/C/C.so cc -shared -L/usr/local/lib64 -fstack-protector C.o -o blib/arch/auto/Env/C/C.so \ \ chmod 755 blib/arch/auto/Env/C/C.so cp C.bs blib/arch/auto/Env/C/C.bs chmod 644 blib/arch/auto/Env/C/C.bs Manifying blib/man3/Env::C.3pm PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'setenv does not leak' # at t/leak.t line 23. # got: 4990 # expected: 9676 # Looks like you failed 1 test of 1. t/leak.t .................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests 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 t/signature.t ............. skipped: Set the environment variable TEST_SIGNATURE to enable this test. t/smoke.t ................. ok Test Summary Report ------------------- t/leak.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=5, Tests=8, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.81 cusr 0.01 csys = 0.85 CPU) Result: FAIL Failed 1/5 test programs. 1/8 subtests failed. make: *** [test_dynamic] Error 255 -> FAIL Testing Env::C failed. See /root/.cpanm/work/1399282642.27561/build.log for details. Retry with --force to force install it.