Front page | perl.cpan.testers |
Postings from April 2008
FAIL OAuth-Lite-1.09 i686-linux-64int 2.6.22-1-k7
Thread Next
From:
andreas.koenig.gmwojprw
Date:
April 2, 2008 19:10
Subject:
FAIL OAuth-Lite-1.09 i686-linux-64int 2.6.22-1-k7
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 Lyo Kato,
This is a computer-generated report for OAuth-Lite-1.09
on perl 5.8.8, 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:
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 test':
make: Warning: File `lib/OAuth/Lite.pm' has modification time 1,5e+03 s in the future
Skip blib/lib/OAuth/Lite/Token.pm (unchanged)
Skip blib/lib/OAuth/Lite/Consumer.pm (unchanged)
Skip blib/lib/OAuth/Lite.pm (unchanged)
Skip blib/lib/OAuth/Lite/SignatureMethod/RSA_SHA1.pm (unchanged)
Skip blib/lib/OAuth/Lite/Util.pm (unchanged)
Skip blib/lib/OAuth/Lite/SignatureMethod/HMAC_SHA1.pm (unchanged)
Skip blib/lib/OAuth/Lite/Server/Test/Echo.pm (unchanged)
Skip blib/lib/OAuth/Lite/SignatureMethod.pm (unchanged)
Skip blib/lib/OAuth/Lite/SignatureMethod/PLAINTEXT.pm (unchanged)
Skip blib/lib/OAuth/Lite/AuthMethod.pm (unchanged)
Skip blib/lib/OAuth/Lite/ServerUtil.pm (unchanged)
Skip blib/lib/OAuth/Lite/Server/mod_perl2.pm (unchanged)
PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/maint-5.8/pnDGtsd/perl-5.8.7@27040/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00_load............................ok
t/01_util............................ok
t/02_token...........................ok
t/03_signature_method_hmac_sha1......ok
t/03_signature_method_plaintext......ok
t/03_signature_method_rsa_sha1.......ok
t/04_serverutil......................ok
t/05_consumer........................ok
t/06_authmethod......................ok
t/98_perlcritic......................
# Failed test 'Test::Perl::Critic for "lib/OAuth/Lite/Consumer.pm"'
# at /home/src/perl/repoperls/installed-perls/maint-5.8/pnDGtsd/perl-5.8.7@27040/lib/site_perl/5.8.8/Test/Perl/Critic.pm line 99.
#
# Perl::Critic found these violations in "lib/OAuth/Lite/Consumer.pm":
# Private Member Data shouldn't be accessed directly. at line 538, column 48. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 659, column 56. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 660, column 17. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 708, column 5. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 709, column 5. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 710, column 5. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 711, column 5. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 715, column 13. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 718, column 13. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 722, column 5. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 723, column 9. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 727, column 5. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Failed test 'Test::Perl::Critic for "lib/OAuth/Lite/ServerUtil.pm"'
# at /home/src/perl/repoperls/installed-perls/maint-5.8/pnDGtsd/perl-5.8.7@27040/lib/site_perl/5.8.8/Test/Perl/Critic.pm line 99.
#
# Perl::Critic found these violations in "lib/OAuth/Lite/ServerUtil.pm":
# Private Member Data shouldn't be accessed directly. at line 170, column 12. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 171, column 12. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 172, column 12. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 173, column 12. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 174, column 12. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 176, column 16. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 178, column 12. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 241, column 28. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 242, column 28. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Failed test 'Test::Perl::Critic for "lib/OAuth/Lite/Util.pm"'
# at /home/src/perl/repoperls/installed-perls/maint-5.8/pnDGtsd/perl-5.8.7@27040/lib/site_perl/5.8.8/Test/Perl/Critic.pm line 99.
#
# Perl::Critic found these violations in "lib/OAuth/Lite/Util.pm":
# Private Member Data shouldn't be accessed directly. at line 159, column 62. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 190, column 9. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 192, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 210, column 83. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Failed test 'Test::Perl::Critic for "lib/OAuth/Lite/Server/mod_perl2.pm"'
# at /home/src/perl/repoperls/installed-perls/maint-5.8/pnDGtsd/perl-5.8.7@27040/lib/site_perl/5.8.8/Test/Perl/Critic.pm line 99.
#
# Perl::Critic found these violations in "lib/OAuth/Lite/Server/mod_perl2.pm":
# Private Member Data shouldn't be accessed directly. at line 433, column 13. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 438, column 9. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 449, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 450, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 451, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 483, column 27. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 501, column 27. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Looks like you failed 4 tests of 12.
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/12 subtests
t/99_pod.............................ok
t/99_pod_coverage....................ok
Test Summary Report
-------------------
t/98_perlcritic.t (Wstat: 1024 Tests: 12 Failed: 4)
Failed tests: 3-4, 7-8
Non-zero exit status: 4
Files=12, Tests=167, 19 wallclock secs ( 0.12 usr 0.01 sys + 9.81 cusr 0.44 csys = 10.38 CPU)
Result: FAIL
Failed 1/12 test programs. 4/167 subtests failed.
make: *** [test_dynamic] Fehler 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
---------------------- ------- -------
Class::Accessor 0.31 0.31
Class::Data::Accessor 0.04001 0.04002
Class::ErrorHandler 0.01 0.01
Crypt::OpenSSL::Random 0.04 0.04
Crypt::OpenSSL::RSA 0.25 0.25
Digest::SHA 5.45 5.45
List::MoreUtils 0.21 0.21
LWP 0 5.808
MIME::Base64 3.07 3.07
Test::More 0 0.78
UNIVERSAL::require 0.11 0.11
URI 1.35 1.36
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = de_DE.UTF-8
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 =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 2281
PERL5_CPAN_IS_RUNNING = 2281
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/src/perl/repoperls/installed-perls/maint-5.8/pnDGtsd/perl-5.8.7@27040/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- -------
CPAN 1.92_60
Cwd 3.2701
ExtUtils::CBuilder 0.22
ExtUtils::Command 1.14
ExtUtils::Install 1.45
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.78
YAML 0.66
YAML::Syck 1.04
version 0.74
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.22-1-k7, archname=i686-linux-64int
uname='linux k75 2.6.22-1-k7 #1 smp sun jul 29 15:15:55 utc 2007 i686 gnulinux '
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/maint-5.8/pnDGtsd/perl-5.8.7@27040 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Duse64bitint'
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=define use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, 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.7.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.7'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Thread Next