Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Protocol-Redis-XS-0.02 v5.12.4 GNU/Linux
Date: 2011-06-21T12:48:39Z
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 David Leadbeater,
This is a computer-generated report for Protocol-Redis-XS-0.02
on perl 5.12.4, created by CPAN-Reporter-1.1902.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
make[1]: Entering directory `/home/sand/.cpan/build/Protocol-Redis-XS-0.02-VDaI3L'
cc -c -Ihiredis -I/home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/site_perl/5.12.4/x86_64-linux/XS/Object/Magic/Install -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/5.12.4/x86_64-linux/CORE" hiredis/hiredis.c
cc -c -Ihiredis -I/home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/site_perl/5.12.4/x86_64-linux/XS/Object/Magic/Install -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/5.12.4/x86_64-linux/CORE" hiredis/sds.c
cc -c -Ihiredis -I/home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/site_perl/5.12.4/x86_64-linux/XS/Object/Magic/Install -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/5.12.4/x86_64-linux/CORE" hiredis/net.c
In file included from hiredis/net.c:33:0:
hiredis/fmacros.h:12:0: warning: "_LARGEFILE_SOURCE" redefined [enabled by default]
<command-line>:0:0: note: this is the location of the previous definition
rm -f blib/arch/auto/Protocol/Redis/XS/XS.so
cc -shared -O2 -g -L/usr/local/lib -fstack-protector XS.o hiredis.o sds.o net.o -o blib/arch/auto/Protocol/Redis/XS/XS.so \
\
chmod 755 blib/arch/auto/Protocol/Redis/XS/XS.so
PERL_DL_NONLAZY=1 /home/sand/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'use Protocol::Redis::XS=HASH(0x15eacf8);'
# at /home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/site_perl/5.12.4/Protocol/Redis/Test.pm line 31.
# Tried to use 'Protocol::Redis::XS=HASH(0x15eacf8)'.
# Error: syntax error at (eval 6) line 2, near "use Protocol::Redis::XS="
# Failed test 'new() died'
# at /home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/site_perl/5.12.4/Protocol/Redis/Test.pm line 33.
# Error was: Attempt to bless into a reference at /home/sand/.cpan/build/Protocol-Redis-XS-0.02-VDaI3L/blib/lib/Protocol/Redis/XS.pm line 15.
# Failed test '->can(...)'
# at /home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/site_perl/5.12.4/Protocol/Redis/Test.pm line 35.
# can_ok() called with empty class or reference
Can't call method "api" on an undefined value at /home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/site_perl/5.12.4/Protocol/Redis/Test.pm line 37.
# Child (Protocol::Redis APIv1 ok) exited without calling finalize()
# Failed test 'Protocol::Redis APIv1 ok'
# at /home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/5.12.4/Test/Builder.pm line 252.
# Looks like you failed 1 test of 3.
# Looks like your test exited with 29 just after 3.
t/redis.t ..
Dubious, test returned 29 (wstat 7424, 0x1d00)
Failed 1/3 subtests
Test Summary Report
-------------------
t/redis.t (Wstat: 7424 Tests: 3 Failed: 1)
Failed test: 3
Non-zero exit status: 29
Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.02 cusr 0.01 csys = 0.05 CPU)
Result: FAIL
Failed 1/1 test programs. 1/3 subtests failed.
make[1]: *** [test_dynamic] Error 29
make[1]: Leaving directory `/home/sand/.cpan/build/Protocol-Redis-XS-0.02-VDaI3L'
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ------ -----
parent 0 0.225
Protocol::Redis 0.9001 1
Test::More 0.88 0.98
XS::Object::Magic 0 0.04
XSLoader 0 0.15
configure_requires:
Module Need Have
------------------- ------ -----
ExtUtils::Depends 0 0.304
ExtUtils::MakeMaker 6.31 6.56
XS::Object::Magic 0 0.04
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
LANGUAGE = en_US:en
PATH = /usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
PERL5LIB = /home/sand/.cpan/build/ProjectBuilder-0.11.3-dk_OGN/blib/arch:/home/sand/.cpan/build/ProjectBuilder-0.11.3-dk_OGN/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 21677
PERL5_CPAN_IS_RUNNING = 21677
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/sand/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/bin/perl
$UID/$EUID = 1001 / 1001
$GID = 1001 1001
$EGID = 1001 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.9600
Cwd 3.33
ExtUtils::CBuilder 0.280202
ExtUtils::Command 1.17
ExtUtils::Install 1.55
ExtUtils::MakeMaker 6.56
ExtUtils::Manifest 1.58
ExtUtils::ParseXS 2.2206
File::Spec 3.33
Module::Build 0.3800
Module::Signature 0.68
Test::Harness 3.23
Test::More 0.98
YAML 0.73
YAML::Syck 1.17
version 0.91
--
Summary of my perl5 (revision 5 version 12 subversion 4) configuration:
Commit id: 0cfb50b2327c758fdfe77a5cda07b115e58aed0b
Platform:
osname=linux, osvers=2.6.38-2-amd64, archname=x86_64-linux
uname='linux k81 2.6.38-2-amd64 #1 smp sun may 8 13:51:57 utc 2011 x86_64 gnulinux '
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -Uuselongdouble -DDEBUGGING=-g'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.6.1 20110526 (prerelease)', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/../lib /usr/lib/../lib /lib /usr/lib /usr/lib/x86_64-linux-gnu /lib64 /usr/lib64
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.13.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.13'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP PERL_USE_DEVEL
USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Jun 20 2011 21:40:17
%ENV:
PERL5LIB="/home/sand/.cpan/build/ProjectBuilder-0.11.3-dk_OGN/blib/arch:/home/sand/.cpan/build/ProjectBuilder-0.11.3-dk_OGN/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="21677"
PERL5_CPAN_IS_RUNNING="21677"
@INC:
/home/sand/.cpan/build/ProjectBuilder-0.11.3-dk_OGN/blib/arch
/home/sand/.cpan/build/ProjectBuilder-0.11.3-dk_OGN/blib/lib
/home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/site_perl/5.12.4/x86_64-linux
/home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/site_perl/5.12.4
/home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/5.12.4/x86_64-linux
/home/src/perl/repoperls/installed-perls/perl/v5.12.4/1df5/lib/5.12.4
.