FAIL Devel-ebug-0.48 i686-linux 2.6.24.3
  Home FAQ Contact Sign in
perl.cpan.testers only
 
Advanced search
POPULAR GROUPS

more...

 Up
FAIL Devel-ebug-0.48 i686-linux 2.6.24.3         

Group: perl.cpan.testers · Group Profile
Author: Rick Myers
Date: Sep 19, 2008 20:36

This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/

--
Dear Leon Brocard,

This is a computer-generated report for Devel-ebug-0.48
on perl 5.10.0, created by CPAN-Reporter-1.1702.

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://cpantest.grango.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 './Build test':

t/basic..........
# Failed test at t/basic.t line 20.

# Failed test at t/basic.t line 20.
# Looks like you failed 2 tests of 36.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 4, 36
Failed 2/36 tests, 94.44%% okay
t/break_point....ok
t/codelines......
# Failed test at t/codelines.t line 15.
# Structures begin differing at:
# $got->[0] = 'use Devel::ebug::Backend;use Devel::Autoflush;'
# $expected->[0] = '#!perl'

# Failed test at t/codelines.t line 38.
# Structures begin differing at:
# $got->[0] = 'use Devel::ebug::Backend;use Devel::Autoflush;'
# $expected->[0] = '#!perl'

# Failed test at t/codelines.t line 49.
# Structures begin differing at:
# $got->[0] = ''
# $expected->[0] = 'my $calc = Calc->new;'

# Failed test at t/codelines.t line 66.
# got: 'use Devel::ebug::Backend;use Devel::Autoflush;'
# expected: '#!perl'

# Failed test at t/codelines.t line 67.
# got: 'my $zz = subtract($x, $z);'
# expected: 'print "Result is $zz!\n";'

# Failed test at t/codelines.t line 68.
# got: 'print "Result is $zz!\n";'
# expected: ''

# Failed test at t/codelines.t line 71.
# got: ''
# expected: 'sub add {'
# Looks like you failed 7 tests of 11.
dubious
Test returned status 7 (wstat 1792, 0x700)
DIED. FAILED tests 1-3, 6-8, 11
Failed 7/11 tests, 36.36%% okay
t/ebug...........
# Failed test at t/ebug.t line 23.
# '* Welcome to Devel::ebug 0.48
# main(t/calc.pl#3):'
# doesn't match '(?-xism:main\(t/calc.pl#3\):\nmy \$q = 1;)'

# Failed test at /home/tester/perl-5.10.0/.cpan/build/Test-Expect-0.31-YadC7t/blib/lib/Test/Expect.pm line 85.
# got: 'Commands:
#
# b Set break point at a line number (eg: b 6, b code.pl 6, b code.pl 6 $x > 7,
# b Calc::fib)
# d Delete a break point (d 6, d code.pl 6)
# e Eval Perl code and print the result (eg: e $x+$y)
# f Show all the filenames loaded
# l List codelines or set number of codelines to list (eg: l, l 20)
# L List codelines always (toggle)
# n Next (steps over subroutine calls)
# o Output (show STDOUT, STDERR)
# p Show pad
# r Run until next break point or watch point
# ret Return from subroutine (eg: ret, ret 3.141)
# restart Restart the program
# s Step (steps into subroutine calls)
# T Show a stack trace
# u Undo (eg: u, u 4)
# w Set a watchpoint (eg: w $t > 10)
# x Dump a variable using YAML (eg: x $object)
# q Quit
# main(t/calc.pl#3):'
# expected: 'Commands:
#
# b Set break point at a line number (eg: b 6, b code.pl 6, b code.pl 6 $x > 7,
# b Calc::fib)
# d Delete a break point (d 6, d code.pl 6)
# e Eval Perl code and print the result (eg: e $x+$y)
# f Show all the filenames loaded
# l List codelines or set number of codelines to list (eg: l, l 20)
# L List codelines always (toggle)
# n Next (steps over subroutine calls)
# o Output (show STDOUT, STDERR)
# p Show pad
# r Run until next break point or watch point
# ret Return from subroutine (eg: ret, ret 3.141)
# restart Restart the program
# s Step (steps into subroutine calls)
# T Show a stack trace
# u Undo (eg: u, u 4)
# w Set a watchpoint (eg: w $t > 10)
# x Dump a variable using YAML (eg: x $object)
# q Quit
# main(t/calc.pl#3):
# my $q = 1;'

# Failed test at /home/tester/perl-5.10.0/.cpan/build/Test-Expect-0.31-YadC7t/blib/lib/Test/Expect.pm line 85.
# got: 'main(t/calc.pl#3):'
# expected: 'main(t/calc.pl#3):
# my $q = 1;'

# Failed test at /home/tester/perl-5.10.0/.cpan/build/Test-Expect-0.31-YadC7t/blib/lib/Test/Expect.pm line 85.
# got: 'main(t/calc.pl#4):
# my $q = 1;'
# expected: 'main(t/calc.pl#4):
# my $w = 2;'

# Failed test at /home/tester/perl-5.10.0/.cpan/build/Test-Expect-0.31-YadC7t/blib/lib/Test/Expect.pm line 85.
# got: 'main(t/calc.pl#5):
# my $w = 2;'
# expected: 'main(t/calc.pl#5):
# my $e = add($q, $w);'

# Failed test at /home/tester/perl-5.10.0/.cpan/build/Test-Expect-0.31-YadC7t/blib/lib/Test/Expect.pm line 85.
# got: 'main(t/calc.pl#6):
# my $e = add($q, $w);'
# expected: 'main(t/calc.pl#6):
# $e++;'

# Failed test at /home/tester/perl-5.10.0/.cpan/build/Test-Expect-0.31-YadC7t/blib/lib/Test/Expect.pm line 85.
# got: 'main(t/calc.pl#9):'
# expected: 'main(t/calc.pl#9):
# print "$e\n";'
# Looks like you failed 7 tests of 15.
dubious
Test returned status 7 (wstat 1792, 0x700)
DIED. FAILED tests 3, 5, 7, 9, 11, 13, 15
Failed 7/15 tests, 53.33%% okay
t/eval...........ok
t/filenames......ok
t/finished.......ok
t/koremutake.....ok
t/oo.............ok
t/output.........ok
t/pad............ok
t/pod............ok
t/return.........ok
t/run............ok
t/signal.........ok
t/stack..........ok
t/subroutine.....ok
t/undo...........ok
t/watch_point....ok
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/basic.t 2 512 36 2 4 36
t/codelines.t 7 1792 11 7 1-3 6-8 11
t/ebug.t 7 1792 15 7 3 5 7 9 11 13 15
Failed 3/19 test scripts. 16/292 subtests failed.
Files=19, Tests=292, 123 wallclock secs (20.36 cusr + 6.53 csys = 26.89 CPU)
Failed 3/19 test programs. 16/292 subtests failed.

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

Prerequisite modules loaded:

requires:

Module Need Have
------------------------------ ---- ------
Carp 0 1.08
Class::Accessor::Chained::Fast 0 0
Devel::StackTrace 0 1.1902
File::Find 0 1.12
IO::Socket::INET 0 1.31
Module::Pluggable 0 3.6
PadWalker 0 1.7
Proc::Background 0 1.08
Scalar::Util 0 1.19
String::Koremutake 0 0.30
Test::Expect 0 0.31
Test::More 0 0.72
YAML::Syck 0.85 1.05

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

Environment variables:

AUTOMATED_TESTING = 1
LANG = en_US
LC_COLLATE = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/opt/www/htdig/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/opt/kde/bin:/usr/lib/qt/bin:/usr/share/texmf/bin
PERL5LIB = /home/tester/perl-5.10.0/.cpan/build/Proc-Background-1.08-Xc90h_/blib/arch:/home/tester/perl...
PERL5OPT = -I/tmp/CPAN-Reporter-lib-5440 -MDevel::Autoflush
PERL5_CPANPLUS_IS_RUNNING = 390
PERL5_CPAN_IS_RUNNING = 390
PERL_CR_SMOKER_CURRENT = Devel-ebug-Wx-0.04
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = linux

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

$^X = /home/tester/perl-5.10.0/bin/perl
$UID/$EUID = 1016 / 1016
$GID = 100 11 17 18 19 100
$EGID = 100 11 17 18 19 100

Perl module toolchain versions installed:

Module Have
------------------- ---------
CPAN 1.9205
Cwd 3.2701
ExtUtils::CBuilder 0.21
ExtUtils::Command 1.13
ExtUtils::Install 1.44
ExtUtils::MakeMaker 6.42
ExtUtils::Manifest 1.51_01
ExtUtils::ParseXS 2.18_02
File::Spec 3.2701
Module::Build 0.2808_01
Module::Signature n/a
Test::Harness 2.64
Test::More 0.72
YAML 0.66
YAML::Syck 1.05
version 0.74

--

Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=linux, osvers=2.6.24.3, archname=i686-linux
uname='linux xbox 2.6.24.3 #1 mon mar 3 22:14:46 est 2008 i686 pentium4 i386 gnulinux '
config_args='-de -Uman1dir -Uman3dir -Dprefix=/home/tester/perl-5.10.0 -Uinstallusrbinperl'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='3.4.6', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.3.6.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.3.6'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'
no comments
diggit! del.icio.us! reddit!