Report for Gearman-XS-0.15

Back
From: metabase:user:0d96120c-29e2-11e5-b049-ede3035d37de
Subject: UNKNOWN Gearman-XS-0.15 v5.22.0 GNU/Linux
Date: 2015-08-11T15:18:28Z

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.22.0, created by CPAN-Reporter-1.2015.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  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

MEMORY         : 1.96 GB
ARCH           : armv7l
OS             : Debian 8.1
KERNEL         : Linux 4.1.3-armv7-x2
VIRTUALIZATION : No Virtualization

------------------------------
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/Task.pm blib/lib/Gearman/XS/Task.pm
cp lib/Gearman/XS/Client.pm blib/lib/Gearman/XS/Client.pm
cp lib/Gearman/XS/Worker.pm blib/lib/Gearman/XS/Worker.pm
Running Mkbootstrap for Gearman::XS ()
chmod 644 "XS.bs"
"/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/bin/perl" "-Iinc" "/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/ExtUtils/xsubpp"  -typemap "/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/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.22.0/lib/5.22.0/armv7l-linux/CORE"   XS.c
In file included from /home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv.h:629:0,
                 from /home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/perl.h:3737,
                 from gearman_xs.h:14,
                 from XS.xs:11:
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h: In function ‘S_perl_hash_superfast’:
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:272:18: warning: cast increases required alignment of target type [-Wcast-align]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:286:5: warning: switch missing default case [-Wswitch-default]
     switch (rem) { \
     ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h: In function ‘S_perl_hash_murmur3’:
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:376:16: warning: cast increases required alignment of target type [-Wcast-align]
     U32 h1 = *((U32*)seed);
                ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:413:18: note: in expansion of macro ‘U8TO32_LE’
             k1 = U8TO32_LE(ptr);
                  ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:420:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:428:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:436:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:410:5: warning: switch missing default case [-Wswitch-default]
     switch(bytes_in_carry) { /* how many bytes in carry */
     ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h: In function ‘S_perl_hash_djb2’:
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:470:18: warning: cast increases required alignment of target type [-Wcast-align]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h: In function ‘S_perl_hash_sdbm’:
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:480:18: warning: cast increases required alignment of target type [-Wcast-align]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time’:
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:506:18: warning: cast increases required alignment of target type [-Wcast-align]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time_hard’:
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:521:18: warning: cast increases required alignment of target type [-Wcast-align]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h: In function ‘S_perl_hash_old_one_at_a_time’:
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/hv_func.h:556:18: warning: cast increases required alignment of target type [-Wcast-align]
     U32 hash = *((U32*)seed);
                  ^
In file included from /home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/perl.h:5668:0,
                 from gearman_xs.h:14,
                 from XS.xs:11:
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/CORE/inline.h: In function ‘get_regex_charset_name’:
/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux/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.
Makefile:377: recipe for target 'XS.o' failed
make: *** [XS.o] Error 1

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

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    perl                5.006 5.022000

build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::CBuilder  0.27  0.280221
    ExtUtils::MakeMaker 6.59  7.04_01 
    Storable            0     2.53    
    Test::More          0     1.001014

configure_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::CBuilder  0.27  0.280221
    ExtUtils::MakeMaker 6.59  7.04_01 


------------------------------
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.22.0/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.22.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin:~/perltest/bin
    PERL = /home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/bin/perl
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 3511
    PERL5_CPAN_IS_RUNNING = 3511
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 21810,3511
    PERLBREW_BASHRC_VERSION = 0.73
    PERLBREW_HOME = /home/jmaslak/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/man
    PERLBREW_PATH = /home/jmaslak/perl5/perlbrew/bin:/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/bin
    PERLBREW_PERL = perl-5.22.0
    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.22.0/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 27 1000
    $EGID = 1000 27 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.11    
    CPAN::Meta          2.150001
    Cwd                 3.56    
    ExtUtils::CBuilder  0.280221
    ExtUtils::Command   1.20    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.04_01 
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.28    
    File::Spec          3.56    
    JSON                2.90    
    JSON::PP            2.27300 
    Module::Build       0.4214  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.35    
    Test::More          1.001014
    YAML                1.15    
    YAML::Syck          n/a     
    version             0.9909  


--

Summary of my perl5 (revision 5 version 22 subversion 0) configuration:
   
  Platform:
    osname=linux, osvers=4.1.3-armv7-x2, archname=armv7l-linux
    uname='linux armperl.antelope.net 4.1.3-armv7-x2 #1 smp wed jul 29 12:23:30 mdt 2015 armv7l gnulinux '
    config_args='-de -Dprefix=/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0 -Aeval:scriptdir=/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    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.9.2', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8, longdblkind=0
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/arm-linux-gnueabihf/4.9/include-fixed /usr/include/arm-linux-gnueabihf /usr/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.19'
  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_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME
                        USE_PERLIO USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 1.38
  Built under linux
  Compiled at Jul 30 2015 05:38:03
  %ENV:
    PERL="/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="3511"
    PERL5_CPAN_IS_RUNNING="3511"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="21810,3511"
    PERLBREW_BASHRC_VERSION="0.73"
    PERLBREW_HOME="/home/jmaslak/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/man"
    PERLBREW_PATH="/home/jmaslak/perl5/perlbrew/bin:/home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/bin"
    PERLBREW_PERL="perl-5.22.0"
    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.22.0/lib/site_perl/5.22.0/armv7l-linux
    /home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0
    /home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0/armv7l-linux
    /home/jmaslak/perl5/perlbrew/perls/perl-5.22.0/lib/5.22.0
    .