Front page | perl.cpan.testers |
Postings from April 2008
FAIL Acme-Colour-1.04 i386-freebsd 6.1-release-p23
From:
srezic
Date:
April 22, 2008 14:59
Subject:
FAIL Acme-Colour-1.04 i386-freebsd 6.1-release-p23
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/
Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
--
Dear Leon Brocard,
This is a computer-generated report for Acme-Colour-1.04
on perl 5.8.8 patch 33662, created by CPAN-Reporter-1.13.
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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 /usr/perl5.8.8@33662/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/critic............
# Failed test 'Test::Perl::Critic for "blib/lib/Acme/Colour.pm"'
# at /usr/perl5.8.8@33662/lib/site_perl/5.8.8/Test/Perl/Critic.pm line 99.
#
# Perl::Critic found these violations in "blib/lib/Acme/Colour.pm":
# Code does not "use utf8;" at line 1, column 1. Need to ensure code uses a modern encoding. (Severity: 3)
# POD does not include "=encoding utf8" declaration at line 1, column 1. Need to ensure that POD processors understand that the documentation may contain Unicode. (Severity: 3)
# Always unpack @_ first at line 18, column 1. See page 178 of PBP. (Severity: 4)
# Private Member Data shouldn't be accessed directly. at line 24, column 10. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Subroutine "constant" not exported by "overload" at line 25, column 9. Violates encapsulation. (Severity: 4)
# Magic variables should be assigned as "local" at line 41, column 17. See pages 81,82 of PBP. (Severity: 4)
# Magic variables should be assigned as "local" at line 66, column 11. See pages 81,82 of PBP. (Severity: 4)
# Magic variables should be assigned as "local" at line 67, column 11. See pages 81,82 of PBP. (Severity: 4)
# Magic variables should be assigned as "local" at line 73, column 11. See pages 81,82 of PBP. (Severity: 4)
# Magic variables should be assigned as "local" at line 74, column 11. See pages 81,82 of PBP. (Severity: 4)
# Subroutine "throw" does not appear to be defined at line 87, column 13. Perhaps "throw" is misspelled. (Severity: 4)
# Subroutine "throw" is neither declared nor explicitly imported at line 87, column 13. This might be a major bug. (Severity: 4)
# Subroutine "Error::Simple" does not appear to be defined at line 87, column 19. Perhaps "Simple" is misspelled. (Severity: 4)
# Subroutine "Simple" not exported by "Error" at line 87, column 19. Violates encapsulation. (Severity: 4)
# Subroutine "throw" does not appear to be defined at line 114, column 5. Perhaps "throw" is misspelled. (Severity: 4)
# Subroutine "throw" is neither declared nor explicitly imported at line 114, column 5. This might be a major bug. (Severity: 4)
# Subroutine "Error::Simple" does not appear to be defined at line 114, column 11. Perhaps "Simple" is misspelled. (Severity: 4)
# Subroutine "Simple" not exported by "Error" at line 114, column 11. Violates encapsulation. (Severity: 4)
# Subroutine "throw" does not appear to be defined at line 116, column 5. Perhaps "throw" is misspelled. (Severity: 4)
# Subroutine "throw" is neither declared nor explicitly imported at line 116, column 5. This might be a major bug. (Severity: 4)
# Subroutine "Error::Simple" does not appear to be defined at line 116, column 11. Perhaps "Simple" is misspelled. (Severity: 4)
# Subroutine "Simple" not exported by "Error" at line 116, column 11. Violates encapsulation. (Severity: 4)
# Subroutine "throw" does not appear to be defined at line 139, column 5. Perhaps "throw" is misspelled. (Severity: 4)
# Subroutine "throw" is neither declared nor explicitly imported at line 139, column 5. This might be a major bug. (Severity: 4)
# Subroutine "Error::Simple" does not appear to be defined at line 139, column 11. Perhaps "Simple" is misspelled. (Severity: 4)
# Subroutine "Simple" not exported by "Error" at line 139, column 11. Violates encapsulation. (Severity: 4)
# Subroutine "throw" does not appear to be defined at line 141, column 5. Perhaps "throw" is misspelled. (Severity: 4)
# Subroutine "throw" is neither declared nor explicitly imported at line 141, column 5. This might be a major bug. (Severity: 4)
# Subroutine "Error::Simple" does not appear to be defined at line 141, column 11. Perhaps "Simple" is misspelled. (Severity: 4)
# Subroutine "Simple" not exported by "Error" at line 141, column 11. Violates encapsulation. (Severity: 4)
# Looks like you failed 1 test of 1.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/pod...............ok
t/pod_coverage......ok
t/simple............
# Failed test 'black and 0.5 red is dark red'
# at t/simple.t line 36.
# got: 'darkred'
# expected: 'dark red'
# Failed test 'orange and brown is dark red'
# at t/simple.t line 124.
# got: 'darkred'
# expected: 'dark red'
# Failed test 'salman and half cyan is dim gray'
# at t/simple.t line 140.
# got: 'dimgray'
# expected: 'dim gray'
# Looks like you failed 3 tests of 73.
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/73 subtests
Test Summary Report
-------------------
t/critic.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/simple.t (Wstat: 768 Tests: 73 Failed: 3)
Failed tests: 14, 57, 65
Non-zero exit status: 3
Files=4, Tests=76, 14 wallclock secs ( 0.02 usr 0.02 sys + 1.97 cusr 0.16 csys = 2.17 CPU)
Result: FAIL
Failed 2/4 test programs. 4/76 subtests failed.
*** Error code 3
Stop in /var/tmp/CPAN-build/Acme-Colour-1.04-rU1LUO.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
-------------------- ---- -------
Error 0.15 0.17012
Graphics::ColorNames 0 2.11
List::Util 0 1.19
Module::Build 0.20 0.2808
Test::Exception 0.15 0.27
Test::More 0.01 0.80
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
PATH = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/perl5.8.0/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/cpansand/bin/freebsd6.1:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/X386/bin:/usr/games:/home/cpansand/devel:/usr/home/e/eserte/work/srezic-misc/scripts
PERL5LIB =
PERL5_CPANPLUS_IS_RUNNING = 67305
PERL5_CPAN_IS_RUNNING = 67305
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
SHELL = /usr/local/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.8.8@33662/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023 1023
$EGID = 1023 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- ------
CPAN 1.9205
Cwd 3.2701
ExtUtils::CBuilder 0.23
ExtUtils::Command 1.14
ExtUtils::Install 1.50
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.51
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808
Module::Signature 0.55
Test::Harness 3.10
Test::More 0.80
YAML 0.66
YAML::Syck 1.04
version 0.74
--
Summary of my perl5 (revision 5 version 8 subversion 8 patch 33662) configuration:
Platform:
osname=freebsd, osvers=6.1-release-p23, archname=i386-freebsd
uname='freebsd biokovo.herceg.de 6.1-release-p23 freebsd 6.1-release-p23 #0: wed feb 13 10:36:51 utc 2008 root@i386-builder.daemonology.net:usrobjusrsrcsysgeneric i386 '
config_args='-ds -e -Dprefix=/usr/perl5.8.8@33662'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef 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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include',
optimize='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='3.4.4 [FreeBSD] 20050518', 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 ='-Wl,-E -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lm -lcrypt -lutil -lc
perllibs=-lm -lcrypt -lutil -lc
libc=, 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 -L/usr/local/lib'
-
FAIL Acme-Colour-1.04 i386-freebsd 6.1-release-p23
by srezic