CC: | michael.stevens [...] dianomi.com, michael.smith [...] dianomi.com |
Subject: | tests failed on install |
Running the tests fails:
Manifying blib/man3/Memcached::Client::Serializer.3
MDORMAN/Memcached-Client-2.01.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /opt/dianomi/perl/bin/perl "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-selector-.t ............. ok
t/01-selector-traditional.t .. ok
t/02-serializer-.t ........... ok
t/02-serializer-json.t ....... ok
t/02-serializer-storable.t ... ok
t/03-compressor-.t ........... ok
t/03-compressor-gzip.t ....... ok
t/04-behavior.t .............. 1/?
# Failed test 'Checking for version on all servers'
# at t/04-behavior.t line 268.
# Structures begin differing at:
# $got->{127.0.0.1:10003} = Does not exist
# $expected->{127.0.0.1:10003} = '1.4.5'
Show quoted text
Test> Checking for version on all servers - version, received {}
, expected {
'127.0.0.1:10001' => '1.4.5',
'127.0.0.1:10002' => '1.4.5',
'127.0.0.1:10003' => '1.4.5',
'127.0.0.1:10004' => '1.4.5',
'127.0.0.1:10005' => '1.4.5'
}
, mock bless( {
hash_namespace => 1,
namespace => '1329316551.19232.',
selector => bless( {
bucketcount => 11,
buckets => [
'127.0.0.1:10001',
'127.0.0.1:10001',
'127.0.0.1:10001',
'127.0.0.1:10002',
'127.0.0.1:10002',
'127.0.0.1:10003',
'127.0.0.1:10003',
'127.0.0.1:10003',
'127.0.0.1:10004',
'127.0.0.1:10005',
'127.0.0.1:10005'
]
}, 'Memcached::Client::Selector::Traditional' ),
servers => {
'127.0.0.1:10001' => {},
'127.0.0.1:10002' => {},
'127.0.0.1:10003' => {},
'127.0.0.1:10004' => {},
'127.0.0.1:10005' => {}
},
version => '1.4.5'
}, 't::Memcached::Mock' )
Bailout called. Further testing stopped:
Use of uninitialized value $reason in concatenation (.) or string at
/opt/dianomi/perl/lib/5.12.2/Test/Builder.pm line 1211.
FAILED--Further testing stopped.
[root@303658-admin1 ~]# rpm -qa | grep mem
memcached-1.4.5-1.el5.6.z.x86_64
[root@303658-admin1 ~]# perl -V
Summary of my perl5 (revision 5 version 12 subversion 2) configuration:
Platform:
osname=linux, osvers=2.6.18-194.26.1.el5, archname=x86_64-linux
uname='linux 303646-web1.dianomi.co.uk 2.6.18-194.26.1.el5 #1 smp
fri oct 29 14:21:16 edt 2010 x86_64 x86_64 x86_64 gnulinux '
config_args='-des -Dprefix=/opt/dianomi/perl -Accflags=-fPIC'
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 ='-fPIC -fno-strict-aliasing -pipe -fstack-
protector -I/usr/local/include -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fPIC -fno-strict-aliasing -pipe -fstack-protector -
I/usr/local/include'
ccversion='', gccversion='4.1.2 20080704 (Red Hat 4.1.2-48)',
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 /usr/lib /lib64 /usr/lib64
/usr/local/lib64
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.5.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.5'
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'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Jan 11 2011 13:45:15
@INC:
/opt/dianomi/perl/lib/site_perl/5.12.2/x86_64-linux
/opt/dianomi/perl/lib/site_perl/5.12.2
/opt/dianomi/perl/lib/5.12.2/x86_64-linux
/opt/dianomi/perl/lib/5.12.2
.