Skip to content

Instantly share code, notes, and snippets.

@centminmod
Created December 30, 2014 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save centminmod/302638c5791dd274a859 to your computer and use it in GitHub Desktop.
Save centminmod/302638c5791dd274a859 to your computer and use it in GitHub Desktop.
cpanm failed install
yum -y install perl-devel perl-CPAN
curl -L http://cpanmin.us | perl - App::cpanminus
cpanm Server::Starter
cat /root/.cpanm/work/1419945442.19792/build.log
cpanm (App::cpanminus) 1.7022 on perl 5.010001 built for x86_64-linux-thread-multi
Work directory is /root/.cpanm/work/1419945442.19792
You have make /usr/bin/make
You have LWP 5.833
You have /bin/tar: tar (GNU tar) 1.23
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
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 Server::Starter on cpanmetadb ...
--> Working on Server::Starter
Fetching http://www.cpan.org/authors/id/K/KA/KAZUHO/Server-Starter-0.17.tar.gz
-> OK
Unpacking Server-Starter-0.17.tar.gz
Entering Server-Starter-0.17
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.42 ... Yes (7.04)
Configuring Server-Starter-0.17
Running Makefile.PL
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
*** Since we're running under CPAN, I'll just let it take care
of the dependency's installation later.
[Core Features]
- Test::TCP ...missing. (would need 2.00)
- Getopt::Long ...loaded. (2.38)
- List::MoreUtils ...missing.
- Proc::Wait3 ...missing.
- Scope::Guard ...missing.
*** Module::AutoInstall configuration finished.
Warning: prerequisite List::MoreUtils 0 not found.
Warning: prerequisite Proc::Wait3 0 not found.
Warning: prerequisite Scope::Guard 0 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Server::Starter
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Getopt::Long 0 ... Yes (2.38)
Checking if you have Proc::Wait3 0 ... No
Checking if you have Test::TCP 2.00 ... No
Checking if you have Scope::Guard 0 ... No
Checking if you have ExtUtils::MakeMaker 6.42 ... Yes (7.04)
Checking if you have List::MoreUtils 0 ... No
==> Found dependencies: Proc::Wait3, Test::TCP, Scope::Guard, List::MoreUtils
Searching Proc::Wait3 on cpanmetadb ...
--> Working on Proc::Wait3
Fetching http://www.cpan.org/authors/id/C/CT/CTILMES/Proc-Wait3-0.04.tar.gz
-> OK
Unpacking Proc-Wait3-0.04.tar.gz
Entering Proc-Wait3-0.04
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04)
Configuring Proc-Wait3-0.04
Running Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Proc::Wait3
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04)
Building and testing Proc-Wait3-0.04
cp Wait3.pm blib/lib/Proc/Wait3.pm
Running Mkbootstrap for Proc::Wait3 ()
chmod 644 "Wait3.bs"
"/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" Wait3.xs > Wait3.xsc && mv Wait3.xsc Wait3.c
gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/usr/lib64/perl5/CORE" Wait3.c
rm -f blib/arch/auto/Proc/Wait3/Wait3.so
gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic Wait3.o -o blib/arch/auto/Proc/Wait3/Wait3.so \
\
chmod 755 blib/arch/auto/Proc/Wait3/Wait3.so
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Wait3.bs blib/arch/auto/Proc/Wait3/Wait3.bs 644
Manifying 1 pod document
Running Mkbootstrap for Proc::Wait3 ()
chmod 644 "Wait3.bs"
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..2
# Running under perl version 5.010001 for linux
# Current time local: Tue Dec 30 23:17:27 2014
# Current time GMT: Tue Dec 30 13:17:27 2014
# Using Test.pm version 1.25_02
ok 1
Forked child 19973
PID = [19973], STATUS = [0]
Resources: 0,0.000999,2328,0,0,0,309,0,0,0,0,0,0,0,2,0
ok 2
Manifying 1 pod document
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/local/lib64/perl5/auto/Proc/Wait3/Wait3.so
Installing /usr/local/lib64/perl5/Proc/Wait3.pm
Installing /usr/local/share/man/man3/Proc::Wait3.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod
-> OK
Successfully installed Proc-Wait3-0.04
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/Proc-Wait3-0.04/MYMETA.json
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/Proc-Wait3-0.04/install.json
Searching Test::TCP on cpanmetadb ...
--> Working on Test::TCP
Fetching http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-TCP-2.06.tar.gz
-> OK
Unpacking Test-TCP-2.06.tar.gz
Entering Test-TCP-2.06
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.04)
Configuring Test-TCP-2.06
Running Makefile.PL
Warning: prerequisite Test::SharedFork 0.19 not found.
cp META.json MYMETA.json
cp META.yml MYMETA.yml
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Test::TCP
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0.98 ... Yes (1.001014)
Checking if you have File::Temp 0 ... Yes (0.22)
Checking if you have IO::Socket::INET 0 ... Yes (1.31)
Checking if you have Time::HiRes 0 ... Yes (1.9721)
Checking if you have Socket 0 ... Yes (1.82)
Checking if you have Test::SharedFork 0.19 ... No
==> Found dependencies: Test::SharedFork
Searching Test::SharedFork on cpanmetadb ...
--> Working on Test::SharedFork
Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Test-SharedFork-0.29.tar.gz
-> OK
Unpacking Test-SharedFork-0.29.tar.gz
Entering Test-SharedFork-0.29
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.04)
Configuring Test-SharedFork-0.29
Running Makefile.PL
cp META.json MYMETA.json
cp META.yml MYMETA.yml
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Test::SharedFork
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Test::Requires 0 ... No
Checking if you have Time::HiRes 0 ... Yes (1.9721)
Checking if you have Test::Builder::Tester 0 ... Yes (1.28)
Checking if you have Test::Builder::Module 0 ... Yes (1.001014)
Checking if you have Test::More 0.88 ... Yes (1.001014)
Checking if you have Test::Builder 0.32 ... Yes (1.001014)
Checking if you have File::Temp 0 ... Yes (0.22)
Checking if you have App::Prove 0 ... Yes (3.17)
==> Found dependencies: Test::Requires
Searching Test::Requires on cpanmetadb ...
--> Working on Test::Requires
Fetching http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.08.tar.gz
-> OK
Unpacking Test-Requires-0.08.tar.gz
Entering Test-Requires-0.08
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.04)
Configuring Test-Requires-0.08
Running Makefile.PL
cp META.json MYMETA.json
cp META.yml MYMETA.yml
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Test::Requires
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0.61 ... Yes (1.001014)
Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.04)
Checking if you have Test::Builder::Module 0 ... Yes (1.001014)
Building and testing Test-Requires-0.08
cp lib/Test/Requires.pm blib/lib/Test/Requires.pm
Manifying 1 pod document
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Test::More: 1.001014
t/00_compile.t ......... ok
t/01_simple.t .......... ok
t/02_no_plan.t ......... ok
t/03_import_hashref.t .. skipped: Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found
t/04_import_array.t .... skipped: Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found
t/05_success.t ......... ok
t/06_perlver.t ......... ok
All tests successful.
Files=7, Tests=15, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.18 cusr 0.03 csys = 0.25 CPU)
Result: PASS
Manifying 1 pod document
Installing /usr/local/share/perl5/Test/Requires.pm
Installing /usr/local/share/man/man3/Test::Requires.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod
-> OK
Successfully installed Test-Requires-0.08
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/Test-Requires-0.08/MYMETA.json
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/Test-Requires-0.08/install.json
Building and testing Test-SharedFork-0.29
cp lib/Test/SharedFork/Array.pm blib/lib/Test/SharedFork/Array.pm
cp lib/Test/SharedFork.pm blib/lib/Test/SharedFork.pm
cp lib/Test/SharedFork/Store.pm blib/lib/Test/SharedFork/Store.pm
cp lib/Test/SharedFork/Scalar.pm blib/lib/Test/SharedFork/Scalar.pm
Manifying 1 pod document
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Test::Builder::VERSION: 1.001014
t/00_compile.t ........... ok
t/01_simple.t ............ ok
t/02_fork_method.t ....... ok
t/03_toomany_run.t ....... ok
t/04_test_before_fork.t .. ok
t/05_nest.t .............. ok
t/06_fail_lineno.t ....... ok
t/07_lazy_load.t ......... ok
t/08_threads.t ........... skipped: Not implemented yet
t/09_very_simple.t ....... ok
# Failed test 'child three'
# at t/nest/subtest.ttt line 14.
t/10_subtest.t ........... ok
t/11_failure_location.t .. ok
# undef
t/12_is_passing.t ........ ok
All tests successful.
Files=13, Tests=137, 43 wallclock secs ( 0.07 usr 0.03 sys + 1.06 cusr 0.21 csys = 1.37 CPU)
Result: PASS
Manifying 1 pod document
Installing /usr/local/share/perl5/Test/SharedFork.pm
Installing /usr/local/share/perl5/Test/SharedFork/Array.pm
Installing /usr/local/share/perl5/Test/SharedFork/Scalar.pm
Installing /usr/local/share/perl5/Test/SharedFork/Store.pm
Installing /usr/local/share/man/man3/Test::SharedFork.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod
-> OK
Successfully installed Test-SharedFork-0.29
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/Test-SharedFork-0.29/MYMETA.json
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/Test-SharedFork-0.29/install.json
Building and testing Test-TCP-2.06
cp lib/Test/TCP/CheckPort.pm blib/lib/Test/TCP/CheckPort.pm
cp lib/Net/EmptyPort.pm blib/lib/Net/EmptyPort.pm
cp lib/Test/TCP.pm blib/lib/Test/TCP.pm
Manifying 3 pod documents
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Test::More: 1.001014
t/00_compile.t ................. ok
t/01_simple.t .................. ok
# your server received SIGABRT
t/02_abrt.t .................... ok
t/03_return_when_sigterm.t ..... ok
t/04_die.t ..................... ok
# $Config{sig_name}: ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR SYS NUM32 NUM33 RTMIN NUM35 NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43 NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58 NUM59 NUM60 NUM61 NUM62 NUM63 RTMAX IOT CLD POLL UNUSED
# CHILD_ERROR_NATIVE: 2
# $?: 2
t/05_sigint.t .................. ok
t/06_nest.t .................... ok
t/07_optional.t ................ ok
t/08_exit.t .................... ok
t/09_fork.t .................... ok
t/10_oo.t ...................... ok
t/11_net_empty_port.t .......... ok
t/12_pass_wait_port_options.t .. ok
t/13_undef_port.t .............. ok
All tests successful.
Files=14, Tests=140, 12 wallclock secs ( 0.09 usr 0.04 sys + 1.33 cusr 0.25 csys = 1.71 CPU)
Result: PASS
Manifying 3 pod documents
Installing /usr/local/share/perl5/Net/EmptyPort.pm
Installing /usr/local/share/perl5/Test/TCP.pm
Installing /usr/local/share/perl5/Test/TCP/CheckPort.pm
Installing /usr/local/share/man/man3/Test::TCP.3pm
Installing /usr/local/share/man/man3/Test::TCP::CheckPort.3pm
Installing /usr/local/share/man/man3/Net::EmptyPort.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod
-> OK
Successfully installed Test-TCP-2.06
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/Test-TCP-2.06/MYMETA.json
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/Test-TCP-2.06/install.json
Searching Scope::Guard on cpanmetadb ...
--> Working on Scope::Guard
Fetching http://www.cpan.org/authors/id/C/CH/CHOCOLATE/Scope-Guard-0.20.tar.gz
-> OK
Unpacking Scope-Guard-0.20.tar.gz
Entering Scope-Guard-0.20
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04)
Configuring Scope-Guard-0.20
Running Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Scope::Guard
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0 ... Yes (1.001014)
Building and testing Scope-Guard-0.20
cp lib/Scope/Guard.pm blib/lib/Scope/Guard.pm
Manifying 1 pod document
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/guard.t ........ ok
t/new.t .......... ok
t/scope_guard.t .. ok
All tests successful.
Files=3, Tests=54, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.08 cusr 0.02 csys = 0.14 CPU)
Result: PASS
Manifying 1 pod document
Installing /usr/local/share/perl5/Scope/Guard.pm
Installing /usr/local/share/man/man3/Scope::Guard.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod
-> OK
Successfully installed Scope-Guard-0.20
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/Scope-Guard-0.20/MYMETA.json
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/Scope-Guard-0.20/install.json
Searching List::MoreUtils on cpanmetadb ...
--> Working on List::MoreUtils
Fetching http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-0.402.tar.gz
-> OK
Unpacking List-MoreUtils-0.402.tar.gz
Entering List-MoreUtils-0.402
Checking configure dependencies from META.json
Checking if you have File::Copy 0 ... Yes (2.14)
Checking if you have base 0 ... Yes (2.14)
Checking if you have ExtUtils::MakeMaker 6.86 ... Yes (7.04)
Checking if you have File::Spec 0 ... Yes (3.30)
Checking if you have IPC::Cmd 0 ... Yes (0.92)
Checking if you have Carp 0 ... Yes (1.11)
Checking if you have File::Path 0 ... Yes (2.08)
Checking if you have File::Basename 0 ... Yes (2.77)
Configuring List-MoreUtils-0.402
Running Makefile.PL
Variant providers in LMU::TestVariants: CanXS
Checking whether pureperl is required... no
Checking for cc... ccache gcc
Checking for cc... (cached) ccache gcc
Checking whether perlapi is accessible... yes
Writing gt/pureperl/Functions.t
Writing gt/pureperl/Import.t
Writing gt/pureperl/XS.t
Writing gt/pureperl/ab.t
Writing gt/xs/Functions.t
Writing gt/xs/Import.t
Writing gt/xs/XS.t
Writing gt/xs/ab.t
Checking whether pureperl is required... (cached) no
Checking for cc... (cached) ccache gcc
Checking whether perlapi is accessible... (cached) yes
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for List::MoreUtils
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0.9 ... Yes (1.001014)
Checking if you have XSLoader 0 ... Yes (0.10)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.04)
Checking if you have Exporter::Tiny 0.038 ... No
==> Found dependencies: Exporter::Tiny
Searching Exporter::Tiny on cpanmetadb ...
--> Working on Exporter::Tiny
Fetching http://www.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.042.tar.gz
-> OK
Unpacking Exporter-Tiny-0.042.tar.gz
Entering Exporter-Tiny-0.042
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.17 ... Yes (7.04)
Configuring Exporter-Tiny-0.042
Running Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Exporter::Tiny
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0.47 ... Yes (1.001014)
Building and testing Exporter-Tiny-0.042
cp lib/Exporter/Tiny.pm blib/lib/Exporter/Tiny.pm
cp lib/Exporter/Shiny.pm blib/lib/Exporter/Shiny.pm
Manifying 2 pod documents
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Perl 5.010001
t/01basic.t ....... ok
t/02renaming.t .... ok
t/03generators.t .. ok
t/04into.t ........ ok
t/05shiny.t ....... ok
t/06notwant.t ..... ok
t/07regexp.t ...... ok
t/08tags.t ........ ok
t/09warnings.t .... skipped: test requires Test::Warnings and Test::Fatal
t/10no.t .......... ok
All tests successful.
Files=10, Tests=32, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.26 cusr 0.05 csys = 0.37 CPU)
Result: PASS
Manifying 2 pod documents
Installing /usr/local/share/perl5/Exporter/Shiny.pm
Installing /usr/local/share/perl5/Exporter/Tiny.pm
Installing /usr/local/share/man/man3/Exporter::Tiny.3pm
Installing /usr/local/share/man/man3/Exporter::Shiny.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod
-> OK
Successfully installed Exporter-Tiny-0.042
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/Exporter-Tiny-0.042/MYMETA.json
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/Exporter-Tiny-0.042/install.json
Building and testing List-MoreUtils-0.402
cp lib/List/MoreUtils.pm blib/lib/List/MoreUtils.pm
cp lib/List/MoreUtils/XS.pm blib/lib/List/MoreUtils/XS.pm
cp lib/List/MoreUtils/PP.pm blib/lib/List/MoreUtils/PP.pm
Running Mkbootstrap for List::MoreUtils ()
chmod 644 "MoreUtils.bs"
"/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" MoreUtils.xs > MoreUtils.xsc && mv MoreUtils.xsc MoreUtils.c
gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"0.402\" -DXS_VERSION=\"0.402\" -fPIC "-I/usr/lib64/perl5/CORE" -DPERL_EXT MoreUtils.c
In file included from MoreUtils.xs:5:
ppport.h:6061:1: warning: "MUTABLE_PTR" redefined
In file included from /usr/lib64/perl5/CORE/perl.h:2424,
from MoreUtils.xs:2:
/usr/lib64/perl5/CORE/handy.h:63:1: warning: this is the location of the previous definition
MoreUtils.xs: In function ‘XS_List__MoreUtils_uniq’:
MoreUtils.xs:1499: warning: value computed is not used
MoreUtils.xs:1511: warning: value computed is not used
rm -f blib/arch/auto/List/MoreUtils/MoreUtils.so
gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic MoreUtils.o -o blib/arch/auto/List/MoreUtils/MoreUtils.so \
\
chmod 755 blib/arch/auto/List/MoreUtils/MoreUtils.so
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MoreUtils.bs blib/arch/auto/List/MoreUtils/MoreUtils.bs 644
Manifying 3 pod documents
Running Mkbootstrap for List::MoreUtils ()
chmod 644 "MoreUtils.bs"
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" xt/*.t gt/*/*.t gt/*/*/*.t
gt/pureperl/ab.t ......... ok
gt/pureperl/Functions.t .. ok
gt/pureperl/Import.t ..... ok
gt/pureperl/XS.t ......... ok
gt/xs/ab.t ............... ok
gt/xs/Functions.t ........ ok
gt/xs/Import.t ........... ok
gt/xs/XS.t ............... ok
All tests successful.
Test Summary Report
-------------------
gt/pureperl/Functions.t (Wstat: 0 Tests: 2343 Failed: 0)
TODO passed: 266, 268
gt/xs/Functions.t (Wstat: 0 Tests: 2343 Failed: 0)
TODO passed: 266, 268
Files=8, Tests=4692, 1 wallclock secs ( 0.46 usr 0.13 sys + 0.65 cusr 0.58 csys = 1.82 CPU)
Result: PASS
Manifying 3 pod documents
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/local/lib64/perl5/auto/List/MoreUtils/MoreUtils.so
Installing /usr/local/lib64/perl5/List/MoreUtils.pm
Installing /usr/local/lib64/perl5/List/MoreUtils/PP.pm
Installing /usr/local/lib64/perl5/List/MoreUtils/XS.pm
Installing /usr/local/share/man/man3/List::MoreUtils::XS.3pm
Installing /usr/local/share/man/man3/List::MoreUtils::PP.3pm
Installing /usr/local/share/man/man3/List::MoreUtils.3pm
Appending installation info to /usr/lib64/perl5/perllocal.pod
-> OK
Successfully installed List-MoreUtils-0.402
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/List-MoreUtils-0.402/MYMETA.json
Installing /usr/local/share/perl5/x86_64-linux-thread-multi/.meta/List-MoreUtils-0.402/install.json
Building and testing Server-Starter-0.17
cp lib/Server/Starter.pm blib/lib/Server/Starter.pm
cp start_server blib/script/start_server
"/usr/bin/perl" "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/start_server
Manifying 1 pod document
Manifying 1 pod document
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-base.t t/01-starter.t t/02-startfail.t t/03-starter-unix.t t/04-starter-dir.t t/05-killolddelay.t t/06-autorestart.t t/07-envdir.t
t/00-base.t .......... ok
start_server (pid:20683) starting now...
starting new worker 20684
received HUP (num_old_workers=0)
spawning a new worker (num_old_workers=0)
starting new worker 20685
new worker is now running, sending TERM to old workers:20684
sleep 0 secs
killing old workers
old worker 20684 died, status:0
received TERM, sending TERM to all workers:20685
worker 20685 died, status:0
exiting
[Test::TCP] Child process does not block(PID: 20683, PPID: 20682) at /root/.cpanm/work/1419945442.19792/Server-Starter-0.17/inc/Test/TCP.pm line 89.
start_server (pid:20688) starting now...
starting new worker 20689
received HUP (num_old_workers=0)
spawning a new worker (num_old_workers=0)
starting new worker 20690
new worker is now running, sending USR1 to old workers:20689
sleep 0 secs
killing old workers
old worker 20689 died, status:0
received TERM, sending TERM to all workers:20690
worker 20690 died, status:0
exiting
[Test::TCP] Child process does not block(PID: 20688, PPID: 20682) at /root/.cpanm/work/1419945442.19792/Server-Starter-0.17/inc/Test/TCP.pm line 89.
t/01-starter.t ....... ok
start_server (pid:20692) starting now...
starting new worker 20693
new worker 20693 seems to have failed to start, exit status:256
starting new worker 20694
received HUP (num_old_workers=0)
spawning a new worker (num_old_workers=0)
starting new worker 20695
new worker 20695 seems to have failed to start, exit status:256
starting new worker 20696
new worker 20696 seems to have failed to start, exit status:256
starting new worker 20697
new worker is now running, sending TERM to old workers:20694
sleep 0 secs
killing old workers
old worker 20694 died, status:0
received TERM, sending TERM to all workers:20697
worker 20697 died, status:0
exiting
[Test::TCP] Child process does not block(PID: 20692, PPID: 20691) at /root/.cpanm/work/1419945442.19792/Server-Starter-0.17/inc/Test/TCP.pm line 89.
t/02-startfail.t ..... ok
start_server (pid:20699) starting now...
starting new worker 20700
received TERM, sending TERM to all workers:20700
worker 20700 died, status:15
exiting
t/03-starter-unix.t .. ok
start_server (pid:20702) starting now...
starting new worker 20703
worker 20703 died unexpectedly with status:0, restarting
starting new worker 20704
received TERM, sending TERM to all workers:20704
worker 20704 died, status:15
exiting
t/04-starter-dir.t ... ok
start_server (pid:20706) starting now...
starting new worker 20707
received HUP (num_old_workers=0)
spawning a new worker (num_old_workers=0)
starting new worker 20708
new worker is now running, sending TERM to old workers:20707
sleep 3 secs
killing old workers
old worker 20707 died, status:0
received TERM, sending TERM to all workers:20708
worker 20708 died, status:0
exiting
[Test::TCP] Child process does not block(PID: 20706, PPID: 20705) at /root/.cpanm/work/1419945442.19792/Server-Starter-0.17/inc/Test/TCP.pm line 89.
start_server (pid:20709) starting now...
starting new worker 20710
received HUP (num_old_workers=0)
spawning a new worker (num_old_workers=0)
starting new worker 20711
new worker is now running, sending USR1 to old workers:20710
sleep 3 secs
killing old workers
old worker 20710 died, status:0
received TERM, sending TERM to all workers:20711
worker 20711 died, status:0
exiting
[Test::TCP] Child process does not block(PID: 20709, PPID: 20705) at /root/.cpanm/work/1419945442.19792/Server-Starter-0.17/inc/Test/TCP.pm line 89.
t/05-killolddelay.t .. ok
start_server (pid:20713) starting now...
starting new worker 20714
autorestart triggered (interval=4)
spawning a new worker (num_old_workers=0)
starting new worker 20715
# Failed test 'status during transient state'
# at t/06-autorestart.t line 53.
# '1:20714
# '
# doesn't match '(?s-xim:^1:\d+\n2:\d+$)'
new worker is now running, sending TERM to old workers:20714
sleep 1 secs
killing old workers
old worker 20714 died, status:0
received TERM, sending TERM to all workers:20715
worker 20715 died, status:0
exiting
[Test::TCP] Child process does not block(PID: 20713, PPID: 20712) at /root/.cpanm/work/1419945442.19792/Server-Starter-0.17/inc/Test/TCP.pm line 89.
start_server (pid:20716) starting now...
starting new worker 20717
autorestart triggered (interval=4)
spawning a new worker (num_old_workers=0)
starting new worker 20720
new worker is now running, sending USR1 to old workers:20717
sleep 1 secs
killing old workers
old worker 20717 died, status:0
received TERM, sending TERM to all workers:20720
worker 20720 died, status:0
exiting
[Test::TCP] Child process does not block(PID: 20716, PPID: 20712) at /root/.cpanm/work/1419945442.19792/Server-Starter-0.17/inc/Test/TCP.pm line 89.
# Looks like you failed 1 test of 28.
t/06-autorestart.t ...
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/28 subtests
start_server (pid:20726) starting now...
starting new worker 20727
received HUP (num_old_workers=0)
spawning a new worker (num_old_workers=0)
starting new worker 20728
new worker is now running, sending TERM to old workers:20727
sleep 0 secs
killing old workers
old worker 20727 died, status:0
received HUP (num_old_workers=0)
spawning a new worker (num_old_workers=0)
starting new worker 20729
new worker is now running, sending TERM to old workers:20728
sleep 0 secs
killing old workers
old worker 20728 died, status:0
received TERM, sending TERM to all workers:20729
worker 20729 died, status:0
exiting
[Test::TCP] Child process does not block(PID: 20726, PPID: 20725) at /root/.cpanm/work/1419945442.19792/Server-Starter-0.17/inc/Test/TCP.pm line 89.
t/07-envdir.t ........ ok
Test Summary Report
-------------------
t/06-autorestart.t (Wstat: 256 Tests: 28 Failed: 1)
Failed test: 6
Non-zero exit status: 1
Files=8, Tests=103, 85 wallclock secs ( 0.05 usr 0.03 sys + 2.52 cusr 0.40 csys = 3.00 CPU)
Result: FAIL
Failed 1/8 test programs. 1/103 subtests failed.
make: *** [test_dynamic] Error 255
-> FAIL Installing Server::Starter failed. See /root/.cpanm/work/1419945442.19792/build.log for details. Retry with --force to force install it.
7 distributions installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment