Report for EZID-0.02

Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: FAIL EZID-0.02 v5.18.2 Debian GNU/kFreeBSD
Date: 2014-10-14T01:18:58Z

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 JAJM,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9152. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

PERL_DL_NONLAZY=1 /home/cpan/pit/thr/perl-5.18.2/bin/perl5.18.2 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

#   Failed test 'use EZID;'
#   at t/EZID.t line 5.
#     Tried to use 'EZID'.
#     Error:  Can't locate HTTP/Request/Common.pm in @INC (you may need to install the HTTP::Request::Common module) (@INC contains: /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/EZID-0.02/blib/lib /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/EZID-0.02/blib/arch /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/autodie-2.25/blib/lib /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/autodie-2.25/blib/arch /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/Modern-Perl-1.20140107/blib/lib /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/Modern-Perl-1.20140107/blib/arch /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/String-Random-0.26/blib/lib /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/String-Random-0.26/blib/arch /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/autodie-2.25/blib/lib /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/autodie-2.25/blib/arch /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/Modern-Perl-1.20140107/blib/lib /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/Modern-Perl-1.20140107/blib/arch /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/String-Random-0.26/blib/lib /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/String-Random-0.26/blib/arch /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/EZID-0.02/blib/lib /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/EZID-0.02/blib/arch /home/cpan/pit/thr/perl-5.18.2/lib/site_perl/5.18.2/i386-gnukfreebsd-thread-multi /home/cpan/pit/thr/perl-5.18.2/lib/site_perl/5.18.2 /home/cpan/pit/thr/perl-5.18.2/lib/5.18.2/i386-gnukfreebsd-thread-multi /home/cpan/pit/thr/perl-5.18.2/lib/5.18.2 .) at /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/EZID-0.02/blib/lib/EZID.pm line 6.
# BEGIN failed--compilation aborted at /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/EZID-0.02/blib/lib/EZID.pm line 6.
# Compilation failed in require at t/EZID.t line 5.
# BEGIN failed--compilation aborted at t/EZID.t line 5.
Can't locate object method "new" via package "EZID" at t/EZID.t line 7.
# Looks like you planned 9 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 255 just after 1.
t/EZID.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 9/9 subtests 

Test Summary Report
-------------------
t/EZID.t (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 9 tests but ran 1.
Files=1, Tests=1,  0 wallclock secs ( 0.05 usr  0.03 sys +  0.07 cusr  0.05 csys =  0.20 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
make: *** [test_dynamic] Error 255



MISSING PREREQUISITES:

It was observed that the test suite seem to fail without these modules:

HTTP::Request::Common

As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem.  For example:

WriteMakefile(
    AUTHOR      => 'JAJM (cpanplus-info@lists.sf.net)',
    ... # other information
    PREREQ_PM   => {
	'HTTP::Request::Common'	=> '0', # or a minimum working version
    }
);

Thanks! :-)

PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  ExtUtils::MakeMaker                6.98        0
	  Modern::Perl                   1.20140107 1.20140107
	  String::Random                     0.26     0.22
	  Test::More                     1.001006 1.001006

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9152
	CPANPLUS::Dist::Build              0.78
	Cwd                                3.47
	ExtUtils::CBuilder             0.280220
	ExtUtils::Command                  1.17
	ExtUtils::Install                  2.04
	ExtUtils::MakeMaker                6.98
	ExtUtils::Manifest                 1.68
	ExtUtils::ParseXS                  3.24
	File::Spec                         3.47
	Module::Build                    0.4210
	Pod::Parser                        1.60
	Pod::Simple                        3.28
	Test::Harness                      3.33
	Test::More                     1.001006
	version                          0.9909

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.90.
Powered by minismokebox version 0.58

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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    LANGUAGE = en_GB:en
    NONINTERACTIVE_TESTING = 1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL5LIB = :/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/autodie-2.25/blib/lib:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/autodie-2.25/blib/arch:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/Modern-Perl-1.20140107/blib/lib:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/Modern-Perl-1.20140107/blib/arch:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/String-Random-0.26/blib/lib:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/String-Random-0.26/blib/arch:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/EZID-0.02/blib/lib:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/EZID-0.02/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 79657
    PERL5_CPANPLUS_IS_VERSION = 0.9152
    PERL5_MINISMOKEBOX = 0.58
    PERL5_YACSMOKE_BASE = /home/cpan/pit/thr/conf/perl-5.18.2
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

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

    Perl: $^X = /home/cpan/pit/thr/perl-5.18.2/bin/perl5.18.2
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 1001 1001
    EGID: $)  = 1001 1001


-------------------------------


--

Summary of my perl5 (revision 5 version 18 subversion 2) configuration:
   
  Platform:
    osname=gnukfreebsd, osvers=9.0-2-686, archname=i386-gnukfreebsd-thread-multi
    uname='gnukfreebsd knurl 9.0-2-686 #0 wed jun 4 13:46:56 utc 2014 i386 i386 intel(r) pentium(r) cpu g840 @ 2.80ghz gnukfreebsd '
    config_args='-des -Dprefix=/home/cpan/pit/thr/perl-5.18.2 -Dusethreads'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.7.2', 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 =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/i386-kfreebsd-gnu /lib /usr/lib/i386-kfreebsd-gnu /usr/lib
    libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/usr/lib/i386-kfreebsd-gnu/libc.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 -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_SAWAMPERSAND USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Built under gnukfreebsd
  Compiled at Oct  3 2014 01:49:29
  %ENV:
    PERL5LIB=":/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/autodie-2.25/blib/lib:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/autodie-2.25/blib/arch:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/Modern-Perl-1.20140107/blib/lib:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/Modern-Perl-1.20140107/blib/arch:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/String-Random-0.26/blib/lib:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/String-Random-0.26/blib/arch:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/EZID-0.02/blib/lib:/home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/EZID-0.02/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="79657"
    PERL5_CPANPLUS_IS_VERSION="0.9152"
    PERL5_MINISMOKEBOX="0.58"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/thr/conf/perl-5.18.2"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/autodie-2.25/blib/lib
    /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/autodie-2.25/blib/arch
    /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/Modern-Perl-1.20140107/blib/lib
    /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/Modern-Perl-1.20140107/blib/arch
    /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/String-Random-0.26/blib/lib
    /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/String-Random-0.26/blib/arch
    /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/EZID-0.02/blib/lib
    /home/cpan/pit/thr/conf/perl-5.18.2/.cpanplus/5.18.2/build/EZID-0.02/blib/arch
    /home/cpan/pit/thr/perl-5.18.2/lib/site_perl/5.18.2/i386-gnukfreebsd-thread-multi
    /home/cpan/pit/thr/perl-5.18.2/lib/site_perl/5.18.2
    /home/cpan/pit/thr/perl-5.18.2/lib/5.18.2/i386-gnukfreebsd-thread-multi
    /home/cpan/pit/thr/perl-5.18.2/lib/5.18.2
    .