Crypt-SSLeay v0.72 Perl 5 v5.22.4 x86_64-linux-gnu

Status
Fail
From
Dist
Crypt-SSLeay v0.72
Platform
Perl 5 v5.22.4 x86_64-linux-gnu
Date
2019-06-02 09:48:07
ID
86417c94-851b-11e9-9cdc-c3736302e3a6
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 NANIS,

This is a computer-generated report for Crypt-SSLeay-0.72
on perl 5.22.4, created by App::cpanminus::reporter 0.17 (1.7044).

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://wiki.cpantesters.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 '':

Building and testing Crypt-SSLeay-0.72
cp lib/Crypt/SSLeay/Err.pm blib/lib/Crypt/SSLeay/Err.pm
cp lib/Crypt/SSLeay/MainContext.pm blib/lib/Crypt/SSLeay/MainContext.pm
cp lib/Crypt/SSLeay/Version.pm blib/lib/Crypt/SSLeay/Version.pm
cp SSLeay.pm blib/lib/Crypt/SSLeay.pm
cp lib/Net/SSL.pm blib/lib/Net/SSL.pm
cp lib/Crypt/SSLeay/X509.pm blib/lib/Crypt/SSLeay/X509.pm
cp lib/Crypt/SSLeay/CTX.pm blib/lib/Crypt/SSLeay/CTX.pm
cp lib/Crypt/SSLeay/Conn.pm blib/lib/Crypt/SSLeay/Conn.pm
Running Mkbootstrap for Crypt::SSLeay ()
chmod 644 "SSLeay.bs"
"/usr/local/bin/perl" "/usr/local/lib/perl5/5.22.4/ExtUtils/xsubpp"  -typemap "/usr/local/lib/perl5/5.22.4/ExtUtils/typemap" -typemap "typemap"  SSLeay.xs > SSLeay.xsc && mv SSLeay.xsc SSLeay.c
cc -c   -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -fPIC "-I/usr/local/lib/perl5/5.22.4/x86_64-linux-gnu/CORE"   SSLeay.c
SSLeay.xs: In function 'XS_Crypt__SSLeay__CTX_new':
SSLeay.xs:152:31: warning: implicit declaration of function 'SSLv3_client_method' [-Wimplicit-function-declaration]
             ctx = SSL_CTX_new(SSLv3_client_method());
                               ^~~~~~~~~~~~~~~~~~~
SSLeay.xs:152:31: warning: passing argument 1 of 'SSL_CTX_new' makes pointer from integer without a cast [-Wint-conversion]
In file included from SSLeay.xs:35:0:
/usr/include/openssl/ssl.h:1321:17: note: expected 'const SSL_METHOD * {aka const struct ssl_method_st *}' but argument is of type 'int'
 __owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
                 ^~~~~~~~~~~
SSLeay.xs:157:31: warning: implicit declaration of function 'SSLv2_client_method' [-Wimplicit-function-declaration]
             ctx = SSL_CTX_new(SSLv2_client_method());
                               ^~~~~~~~~~~~~~~~~~~
SSLeay.xs:157:31: warning: passing argument 1 of 'SSL_CTX_new' makes pointer from integer without a cast [-Wint-conversion]
In file included from SSLeay.xs:35:0:
/usr/include/openssl/ssl.h:1321:17: note: expected 'const SSL_METHOD * {aka const struct ssl_method_st *}' but argument is of type 'int'
 __owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
                 ^~~~~~~~~~~
rm -f blib/arch/auto/Crypt/SSLeay/SSLeay.so
LD_RUN_PATH="/usr/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnu" cc  -shared -O2 -L/usr/local/lib -fstack-protector-strong SSLeay.o  -o blib/arch/auto/Crypt/SSLeay/SSLeay.so 	\
   -lssl -lcrypto -lz  	\
  
chmod 755 blib/arch/auto/Crypt/SSLeay/SSLeay.so
"/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs 644
Running Mkbootstrap for Crypt::SSLeay ()
chmod 644 "SSLeay.bs"
PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

#   Failed test 'use Crypt::SSLeay;'
#   at t/00-basic.t line 6.
#     Tried to use 'Crypt::SSLeay'.
#     Error:  Can't load '/root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/arch/auto/Crypt/SSLeay/SSLeay.so' for module Crypt::SSLeay: /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/arch/auto/Crypt/SSLeay/SSLeay.so: undefined symbol: SSLv2_client_method at /usr/local/lib/perl5/5.22.4/x86_64-linux-gnu/DynaLoader.pm line 193.
#  at t/00-basic.t line 6.
# Compilation failed in require at t/00-basic.t line 6.
# BEGIN failed--compilation aborted at t/00-basic.t line 6.

#   Failed test 'use Crypt::SSLeay::CTX;'
#   at t/00-basic.t line 7.
#     Tried to use 'Crypt::SSLeay::CTX'.
#     Error:  Attempt to reload Crypt/SSLeay.pm aborted.
# Compilation failed in require at /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/lib/Crypt/SSLeay/CTX.pm line 2.
# Compilation failed in require at t/00-basic.t line 7.
# BEGIN failed--compilation aborted at t/00-basic.t line 7.

#   Failed test 'use Crypt::SSLeay::Conn;'
#   at t/00-basic.t line 8.
#     Tried to use 'Crypt::SSLeay::Conn'.
#     Error:  Attempt to reload Crypt/SSLeay.pm aborted.
# Compilation failed in require at /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/lib/Crypt/SSLeay/Conn.pm line 2.
# Compilation failed in require at t/00-basic.t line 8.
# BEGIN failed--compilation aborted at t/00-basic.t line 8.

#   Failed test 'use Crypt::SSLeay::Err;'
#   at t/00-basic.t line 9.
#     Tried to use 'Crypt::SSLeay::Err'.
#     Error:  Attempt to reload Crypt/SSLeay.pm aborted.
# Compilation failed in require at /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/lib/Crypt/SSLeay/Err.pm line 2.
# Compilation failed in require at t/00-basic.t line 9.
# BEGIN failed--compilation aborted at t/00-basic.t line 9.

#   Failed test 'use Crypt::SSLeay::MainContext;'
#   at t/00-basic.t line 10.
#     Tried to use 'Crypt::SSLeay::MainContext'.
#     Error:  Attempt to reload Crypt/SSLeay/CTX.pm aborted.
# Compilation failed in require at /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/lib/Crypt/SSLeay/MainContext.pm line 8.
# Compilation failed in require at t/00-basic.t line 10.
# BEGIN failed--compilation aborted at t/00-basic.t line 10.

#   Failed test 'use Crypt::SSLeay::Version;'
#   at t/00-basic.t line 12.
#     Tried to use 'Crypt::SSLeay::Version'.
#     Error:  Attempt to reload Crypt/SSLeay.pm aborted.
# Compilation failed in require at /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/lib/Crypt/SSLeay/Version.pm line 2.
# Compilation failed in require at t/00-basic.t line 12.
# BEGIN failed--compilation aborted at t/00-basic.t line 12.

#   Failed test 'use Net::SSL;'
#   at t/00-basic.t line 23.
#     Tried to use 'Net::SSL'.
#     Error:  Attempt to reload Crypt/SSLeay.pm aborted.
# Compilation failed in require at /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/lib/Net/SSL.pm line 20.
# Compilation failed in require at t/00-basic.t line 23.
# BEGIN failed--compilation aborted at t/00-basic.t line 23.

#   Failed test 'Crypt::SSLeay POD coverage'
#   at t/00-basic.t line 45.
# Crypt::SSLeay: requiring 'Crypt::SSLeay' failed

#   Failed test 'Crypt::SSLeay::Version POD coverage'
#   at t/00-basic.t line 45.
# Crypt::SSLeay::Version: requiring 'Crypt::SSLeay::Version' failed

#   Failed test 'Net::SSL POD coverage'
#   at t/00-basic.t line 45.
# Net::SSL: requiring 'Net::SSL' failed
Undefined subroutine &main::main_ctx called at t/00-basic.t line 49.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 13.
t/00-basic.t ..... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 10/13 subtests 
Can't load '/root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/arch/auto/Crypt/SSLeay/SSLeay.so' for module Crypt::SSLeay: /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/arch/auto/Crypt/SSLeay/SSLeay.so: undefined symbol: SSLv2_client_method at /usr/local/lib/perl5/5.22.4/x86_64-linux-gnu/DynaLoader.pm line 193.
 at /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/lib/Net/SSL.pm line 20.
Compilation failed in require at /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/lib/Net/SSL.pm line 20.
Compilation failed in require at t/01-connect.t line 6.
BEGIN failed--compilation aborted at t/01-connect.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/01-connect.t ... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/8 subtests 
# Reading configuration from 'test.config' on linux
# network_tests : 0
t/02-live.t ...... skipped: Network tests disabled
Can't load '/root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/arch/auto/Crypt/SSLeay/SSLeay.so' for module Crypt::SSLeay: /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/arch/auto/Crypt/SSLeay/SSLeay.so: undefined symbol: SSLv2_client_method at /usr/local/lib/perl5/5.22.4/x86_64-linux-gnu/DynaLoader.pm line 193.
 at /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/lib/Crypt/SSLeay/Version.pm line 2.
Compilation failed in require at /root/.cpanm/work/1559453980.6/Crypt-SSLeay-0.72/blib/lib/Crypt/SSLeay/Version.pm line 2.
Compilation failed in require at t/03-version.t line 14.
BEGIN failed--compilation aborted at t/03-version.t line 14.
t/03-version.t ... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/boilerplate.t .. ok
t/manifest.t ..... skipped: Author tests not required for installation

Test Summary Report
-------------------
t/00-basic.t   (Wstat: 65280 Tests: 13 Failed: 10)
  Failed tests:  1-5, 7-8, 11-13
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/01-connect.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 8 tests but ran 0.
t/03-version.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=6, Tests=22,  2 wallclock secs ( 0.06 usr  0.01 sys +  1.18 cusr  0.08 csys =  1.33 CPU)
Result: FAIL

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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    PERL_CPAN_REPORTER_DIR = /etc/cpanm-reporter
    TERM = xterm

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

    EGID = 0
    EUID = 0
    EXECUTABLE_NAME = /usr/local/bin/perl
    GID = 0
    UID = 0

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.11_01   
    CPAN::Meta          2.150010  
    Cwd                 3.56_02   
    ExtUtils::CBuilder  0.280221  
    ExtUtils::Command   1.20_01   
    ExtUtils::Install   2.04      
    ExtUtils::MakeMaker 7.04_02   
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.35      
    File::Spec          3.56_02   
    JSON                4.02      
    JSON::PP            2.27300_01
    Module::Build       0.4229    
    Module::Signature   n/a       
    Parse::CPAN::Meta   2.150010  
    Test::Harness       3.35_01   
    Test::More          1.302164  
    YAML                1.29      
    YAML::Syck          1.31      
    version             0.9924    


--

Summary of my perl5 (revision 5 version 22 subversion 4) configuration:
   
  Platform:
    osname=linux, osvers=4.4.0-127-generic, archname=x86_64-linux-gnu
    uname='linux 0c5eeb810b90 4.4.0-127-generic #153-ubuntu smp sat may 19 10:58:46 utc 2018 x86_64 gnulinux '
    config_args='-Darchname=x86_64-linux-gnu -Duse64bitall -Duseshrplib -Dvendorprefix=/usr/local -des'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='6.3.0 20170516', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
    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-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.24.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.24'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/local/lib/perl5/5.22.4/x86_64-linux-gnu/CORE'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
                        USE_PERL_ATOF
  Built under linux
  Compiled at Jun  6 2018 02:52:14
  %ENV:
    PERL_CPAN_REPORTER_DIR="/etc/cpanm-reporter"
  @INC:
    /usr/local/lib/perl5/site_perl/5.22.4/x86_64-linux-gnu
    /usr/local/lib/perl5/site_perl/5.22.4
    /usr/local/lib/perl5/vendor_perl/5.22.4/x86_64-linux-gnu
    /usr/local/lib/perl5/vendor_perl/5.22.4
    /usr/local/lib/perl5/5.22.4/x86_64-linux-gnu
    /usr/local/lib/perl5/5.22.4
    .