Gearman-XS v0.15 Perl 5 v5.29.2 OpenBSD.amd64-openbsd
- Status
- Unknown
- From
- Alceu Rodrigues de Freitas Junior
- Dist
-
Gearman-XS v0.15
- Platform
- Perl 5 v5.29.2 OpenBSD.amd64-openbsd
- Date
- 2018-09-06 12:08:46
- ID
- 9b48dbe0-b1cd-11e8-844f-ee57a6f199d0
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.29.2, created by CPAN-Reporter-1.2018.
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
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
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.pm blib/lib/Gearman/XS.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 XS ()
chmod 644 "XS.bs"
"/home/vegeta/perl5/perlbrew/perls/perl-blead/bin/perl5.29.2" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Gearman/XS/XS.bs 644
"/home/vegeta/perl5/perlbrew/perls/perl-blead/bin/perl5.29.2" "-Iinc" "/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.29.2/ExtUtils/xsubpp" -typemap '/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/ExtUtils/typemap' -typemap '/mnt/cpan_build_dir/vegeta/Gearman-XS-0.15-0/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\" -o XS.o -DPIC -fPIC "-I/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE" XS.c
In file included from XS.xs:11:
In file included from ./gearman_xs.h:14:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/perl.h:3646:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/hv.h:653:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/hv_func.h:35:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/sbox32_hash.h:4:
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/zaphod32_hash.h:168:22: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'const U32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
const U32 *seed= (const U32 *)seed_ch;
^~~~~~~~~~~~~~~~~~~~
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/zaphod32_hash.h:169:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
U32 *state= (U32 *)state_ch;
^~~~~~~~~~~~~~~
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/zaphod32_hash.h:216:17: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
U32 *state= (U32 *)state_ch;
^~~~~~~~~~~~~~~
In file included from XS.xs:11:
In file included from ./gearman_xs.h:14:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/perl.h:3646:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/hv.h:653:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/hv_func.h:35:
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/sbox32_hash.h:1431:22: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'const U32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
const U32 *seed= (const U32 *)seed_ch;
^~~~~~~~~~~~~~~~~~~~
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/sbox32_hash.h:1432:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
U32 *state= (U32 *)state_ch;
^~~~~~~~~~~~~~~
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/sbox32_hash.h:1463:16: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
U32 *seed= (U32 *)seed_ch;
^~~~~~~~~~~~~~
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/sbox32_hash.h:1464:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
U32 *state= (U32 *)state_ch;
^~~~~~~~~~~~~~~
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/sbox32_hash.h:1498:17: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
U32 *state= (U32 *)state_ch;
^~~~~~~~~~~~~~~
In file included from XS.xs:11:
In file included from ./gearman_xs.h:14:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/perl.h:3646:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/hv.h:653:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/hv_func.h:55:
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/stadtx_hash.h:139:22: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'const U64 *' (aka 'const unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
const U64 *seed= (const U64 *)seed_ch;
^~~~~~~~~~~~~~~~~~~~
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/stadtx_hash.h:140:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U64 *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
U64 *state= (U64 *)state_ch;
^~~~~~~~~~~~~~~
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/stadtx_hash.h:190:17: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U64 *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
U64 *state= (U64 *)state_ch;
^~~~~~~~~~~~~~~
In file included from XS.xs:11:
In file included from ./gearman_xs.h:14:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/perl.h:3646:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/hv.h:653:
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/hv_func.h:195:13: warning: cast from 'unsigned char *' to 'U64 *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
U64 *v= (U64*) state_buf;
^~~~~~~~~~~~~~~~
In file included from XS.xs:11:
In file included from ./gearman_xs.h:14:
In file included from /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/perl.h:5867:
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/inline.h:458:20: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'PERL_UINTMAX_T *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
if ((* (PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK) {
^~~~~~~~~~~~~~~~~~~~
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd/CORE/inline.h:469:50: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'PERL_UINTMAX_T *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
*ep = x + _variant_byte_number(* (PERL_UINTMAX_T *) x);
^~~~~~~~~~~~~~~~~~~~
In file included from XS.xs:11:
./gearman_xs.h:18:10: fatal error: 'libgearman-1.0/gearman.h' file not found
#include <libgearman-1.0/gearman.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings and 1 error generated.
*** Error 1 in /mnt/cpan_build_dir/vegeta/Gearman-XS-0.15-0 (Makefile:363 'XS.o')
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ----- --------
perl 5.006 5.029002
build_requires:
Module Need Have
------------------- ----- --------
ExtUtils::CBuilder 0.27 0.280230
ExtUtils::MakeMaker 6.59 7.34
Storable 0 3.12
Test::More 0 1.302140
configure_requires:
Module Need Have
------------------- ----- --------
ExtUtils::CBuilder 0.27 0.280230
ExtUtils::MakeMaker 6.59 7.34
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
DBD_MYSQL_TESTDB = test
DBD_MYSQL_TESTHOST = localhost
DBD_MYSQL_TESTPASSWORD =
DBD_MYSQL_TESTPORT = 3306
DBD_MYSQL_TESTUSER = vegeta
EXTENDED_TESTING = 1
PATH = /home/vegeta/perl5/perlbrew/bin:/home/vegeta/perl5/perlbrew/perls/perl-blead/bin:/home/vegeta/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
PERL = /home/vegeta/perl5/perlbrew/perls/perl-blead/bin/perl5.29.2
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 20515
PERL5_CPAN_IS_RUNNING = 20515
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 6785,20515
PERLBREW_HOME = /home/vegeta/.perlbrew
PERLBREW_MANPATH = /home/vegeta/perl5/perlbrew/perls/perl-blead/man
PERLBREW_PATH = /home/vegeta/perl5/perlbrew/bin:/home/vegeta/perl5/perlbrew/perls/perl-blead/bin
PERLBREW_PERL = perl-blead
PERLBREW_ROOT = /home/vegeta/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.84
PERLBREW_VERSION = 0.84
PERL_CR_SMOKER_CURRENT = Gearman-XS-0.15
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/local/bin/bash
TERM = vt220
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/vegeta/perl5/perlbrew/perls/perl-blead/bin/perl5.29.2
$UID/$EUID = 1001 / 1001
$GID = 999 999 1001
$EGID = 999 999 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.16
CPAN::Meta 2.150010
Cwd 3.74
ExtUtils::CBuilder 0.280230
ExtUtils::Command 7.34
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.34
ExtUtils::Manifest 1.71
ExtUtils::ParseXS 3.35
File::Spec 3.74
JSON 2.90
JSON::PP 2.97001
Module::Build 0.4224
Module::Signature 0.81
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302140
YAML 1.26
YAML::Syck n/a
version 0.9924
--
Summary of my perl5 (revision 5 version 29 subversion 2) configuration:
Snapshot of: cef721997e14497f2fbc4be17ab736ad7ddfda29
Platform:
osname=openbsd
osvers=6.3
archname=OpenBSD.amd64-openbsd
uname='openbsd cpan-smoker-openbsd 6.3 generic.mp#107 amd64 '
config_args='-de -Dprefix=/home/vegeta/perl5/perlbrew/perls/perl-blead -Dman1dir=none -Dman3dir=none -Dusedevel -Aeval:scriptdir=/home/vegeta/perl5/perlbrew/perls/perl-blead/bin'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='4.2.1 Compatible OpenBSD Clang 5.0.1 (tags/RELEASE_501/final)'
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='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags ='-Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lpthread -lm -lutil -lc
perllibs=-lpthread -lm -lutil -lc
libc=/usr/lib/libc.so.92.3
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' '
cccdlflags='-DPIC -fPIC '
lddlflags='-shared -fPIC -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_MALLOC_WRAP
PERL_OP_PARENT
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_PERLIO
USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 1.52
Built under openbsd
Compiled at Aug 2 2018 18:57:44
%ENV:
PERL="/home/vegeta/perl5/perlbrew/perls/perl-blead/bin/perl5.29.2"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="20515"
PERL5_CPAN_IS_RUNNING="20515"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="6785,20515"
PERLBREW_HOME="/home/vegeta/.perlbrew"
PERLBREW_MANPATH="/home/vegeta/perl5/perlbrew/perls/perl-blead/man"
PERLBREW_PATH="/home/vegeta/perl5/perlbrew/bin:/home/vegeta/perl5/perlbrew/perls/perl-blead/bin"
PERLBREW_PERL="perl-blead"
PERLBREW_ROOT="/home/vegeta/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.84"
PERLBREW_VERSION="0.84"
PERL_CR_SMOKER_CURRENT="Gearman-XS-0.15"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.29.2/OpenBSD.amd64-openbsd
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.29.2
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2/OpenBSD.amd64-openbsd
/home/vegeta/perl5/perlbrew/perls/perl-blead/lib/5.29.2