Report for Gearman-XS-0.15

Back
From: metabase:user:0d96120c-29e2-11e5-b049-ede3035d37de
Subject: NA Gearman-XS-0.15 v5.23.1 GNU/Linux
Date: 2015-11-13T15:51:51Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Brian Aker,

This is a computer-generated report for Gearman-XS-0.15
on perl 5.23.1, created by CPAN-Reporter-1.2015.

Thank you for uploading your work to CPAN.  While attempting to build or test
this distribution, the distribution signaled that support is not available
either for this operating system or this version of Perl.  Nevertheless, any
diagnostic output produced is provided below for reference.  If this is not
what you expect, you may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

CPU            : Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz
MEMORY         : 1.94 GB
ARCH           : x86_64
OS             : CentOS 7.1.1503
KERNEL         : Linux 4.1.5-x86_64-linode61
VIRTUALIZATION : xen0

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make':

cp lib/Gearman/XS.pm blib/lib/Gearman/XS.pm
cp lib/Gearman/XS/Job.pm blib/lib/Gearman/XS/Job.pm
cp lib/Gearman/XS/Worker.pm blib/lib/Gearman/XS/Worker.pm
cp lib/Gearman/XS/Client.pm blib/lib/Gearman/XS/Client.pm
cp lib/Gearman/XS/Task.pm blib/lib/Gearman/XS/Task.pm
Running Mkbootstrap for Gearman::XS ()
chmod 644 "XS.bs"
"/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/bin/perl5.23.1" "-Iinc" "/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/site_perl/5.23.1/ExtUtils/xsubpp"  -typemap "/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/ExtUtils/typemap" -typemap "typemap"  XS.xs > XS.xsc && mv XS.xsc XS.c
cc -c   -Wall -Wundef -Wno-shadow -Wmissing-prototypes -fdiagnostics-show-option -Wformat=2 -Wstrict-aliasing -Wextra -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wno-undef -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-format-invalid-specifier -O2   -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -fPIC "-I/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld/CORE"   XS.c
In file included from /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld/CORE/hv.h:629:0,
                 from /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld/CORE/perl.h:3735,
                 from gearman_xs.h:14,
                 from XS.xs:11:
/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4’:
/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld/CORE/hv_func.h:234:3: warning: switch missing default case [-Wswitch-default]
   switch( left )
   ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld/CORE/hv_func.h: In function ‘S_perl_hash_superfast’:
/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld/CORE/hv_func.h:286:5: warning: switch missing default case [-Wswitch-default]
     switch (rem) { \
     ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld/CORE/hv_func.h: In function ‘S_perl_hash_murmur3’:
/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld/CORE/hv_func.h:410:5: warning: switch missing default case [-Wswitch-default]
     switch(bytes_in_carry) { /* how many bytes in carry */
     ^
In file included from /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld/CORE/perl.h:5670:0,
                 from gearman_xs.h:14,
                 from XS.xs:11:
/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld/CORE/inline.h: In function ‘get_regex_charset_name’:
/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld/CORE/inline.h:365:5: warning: switch missing default case [-Wswitch-default]
     switch (get_regex_charset(flags)) {
     ^
In file included from XS.xs:11:0:
gearman_xs.h: At top level:
gearman_xs.h:18:36: fatal error: libgearman-1.0/gearman.h: No such file or directory
 #include <libgearman-1.0/gearman.h>
                                    ^
compilation terminated.
make: *** [XS.o] Error 1

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need  Have
    ------------------- ----- ----
  ! perl                5.006     

build_requires:

    Module              Need  Have
    ------------------- ----- ----
  ! ExtUtils::CBuilder  0.27      
  ! ExtUtils::MakeMaker 6.59      
  ! Storable            0         
  ! Test::More          0         

configure_requires:

    Module              Need  Have
    ------------------- ----- ----
  ! ExtUtils::CBuilder  0.27      
  ! ExtUtils::MakeMaker 6.59      


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    NONINTERACTIVE_TESTING = 1
    PATH = /home/jmaslak/perl5/perlbrew/bin:/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/bin:/home/jmaslak/perltest/bin:/home/jmaslak/perltest/bin:/home/jmaslak/perltest/bin:/home/jmaslak/perl5/perlbrew/bin:/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/sbin:~/perltest/bin:/usr/sbin:~/perltest/bin
    PERL = /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/bin/perl5.23.1
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 27259
    PERL5_CPAN_IS_RUNNING = 27259
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 9017,27259
    PERLBREW_BASHRC_VERSION = 0.73
    PERLBREW_HOME = /home/jmaslak/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/man
    PERLBREW_PATH = /home/jmaslak/perl5/perlbrew/bin:/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/bin
    PERLBREW_PERL = perl-5.23.1-ld
    PERLBREW_ROOT = /home/jmaslak/perl5/perlbrew
    PERLBREW_VERSION = 0.73
    PERL_CR_SMOKER_CURRENT = McBain-WithGearmanXS-2.000000
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/bin/perl5.23.1
    $UID/$EUID = 1000 / 1000
    $GID = 1000 10 1000
    $EGID = 1000 10 1000

Perl module toolchain versions installed:

    Module Have
     


--

Summary of my perl5 (revision 5 version 23 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=4.1.0-x86_64-linode59, archname=x86_64-linux-ld
    uname='linux cpantest.antelope.net 4.1.0-x86_64-linode59 #1 smp mon jun 22 10:39:23 edt 2015 x86_64 x86_64 x86_64 gnulinux '
    config_args='-de -Dprefix=/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld -Duselongdouble -Dusedevel -Aeval:scriptdir=/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2',
    optimize='-O2',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='4.8.3 20140911 (Red Hat 4.8.3-9)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
    ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', lseeksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.17.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.17'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
                        USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_LONG_DOUBLE
                        USE_PERLIO USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 1.38
  Built under linux
  Compiled at Jul 26 2015 04:54:15
  %ENV:
    PERL="/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/bin/perl5.23.1"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="27259"
    PERL5_CPAN_IS_RUNNING="27259"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="9017,27259"
    PERLBREW_BASHRC_VERSION="0.73"
    PERLBREW_HOME="/home/jmaslak/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/man"
    PERLBREW_PATH="/home/jmaslak/perl5/perlbrew/bin:/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/bin"
    PERLBREW_PERL="perl-5.23.1-ld"
    PERLBREW_ROOT="/home/jmaslak/perl5/perlbrew"
    PERLBREW_VERSION="0.73"
    PERL_CR_SMOKER_CURRENT="McBain-WithGearmanXS-2.000000"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/site_perl/5.23.1/x86_64-linux-ld
    /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/site_perl/5.23.1
    /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1/x86_64-linux-ld
    /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1-ld/lib/5.23.1
    .