WWW-Curl v4.17 Perl 5 v5.30.1 x86_64-linux

Status
Fail
From
Chris Williams (BINGOS)
Dist
WWW-Curl v4.17
Platform
Perl 5 v5.30.1 x86_64-linux
Date
2021-04-25 11:41:33
ID
2efbac26-a5bb-11eb-84bc-edd243e66a77
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 Balint Szilakszi,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9910. 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':

cp lib/WWW/Curl.pm blib/lib/WWW/Curl.pm
cp lib/WWW/Curl/Form.pm blib/lib/WWW/Curl/Form.pm
cp lib/WWW/Curl/Easy.pm blib/lib/WWW/Curl/Easy.pm
cp lib/WWW/Curl/Multi.pm blib/lib/WWW/Curl/Multi.pm
cp lib/WWW/Curl/Share.pm blib/lib/WWW/Curl/Share.pm
Running Mkbootstrap for Curl ()
chmod 644 "Curl.bs"
"/home/cpan/pit/bare/perl-5.30.1/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curl.bs blib/arch/auto/WWW/Curl/Curl.bs 644
"/home/cpan/pit/bare/perl-5.30.1/bin/perl" "-Iinc" "/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/ExtUtils/xsubpp"  -typemap '/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/ExtUtils/typemap' -typemap '/home/cpan/pit/bare/conf/perl-5.30.1/.cpanplus/5.30.1/build/qYsDfuSNLn/WWW-Curl-4.17/typemap'  Curl.xs > Curl.xsc
mv Curl.xsc Curl.c
cc -c  -I/usr/include -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"4.17\" -DXS_VERSION=\"4.17\" -fPIC "-I/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE"   Curl.c
Curl.xs:76:12: error: expected '{' before 'void'
   76 |     struct void *curlm;
      |            ^~~~
Curl.xs:76:12: error: two or more data types in declaration specifiers
In file included from Curl.xs:14:
Curl.xs: In function 'perl_curl_multi_new':
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/handy.h:2320:25: warning: division by zero [-Wdiv-by-zero]
 2320 |             MEM_SIZE_MAX/sizeof(t)) > MEM_SIZE_MAX/sizeof(t))
      |                         ^
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/perl.h:3445:62: note: in definition of macro 'EXPECT'
 3445 | #  define EXPECT(expr,val)                  __builtin_expect(expr,val)
      |                                                              ^~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/perl.h:3450:52: note: in expansion of macro 'cBOOL'
 3450 | #define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
      |                                                    ^~~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/handy.h:2323:9: note: in expansion of macro 'UNLIKELY'
 2323 |  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
      |         ^~~~~~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/handy.h:2323:18: note: in expansion of macro '_MEM_WRAP_WILL_WRAP'
 2323 |  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
      |                  ^~~~~~~~~~~~~~~~~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/handy.h:2335:30: note: in expansion of macro 'MEM_WRAP_CHECK'
 2335 | #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
      |                              ^~~~~~~~~~~~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/handy.h:2418:28: note: in expansion of macro 'MEM_WRAP_CHECK_'
 2418 | #define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
      |                            ^~~~~~~~~~~~~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/handy.h:2424:23: note: in expansion of macro 'Newxz'
 2424 | #define Newz(x,v,n,t) Newxz(v,n,t)
      |                       ^~~~~
Curl.xs:236:5: note: in expansion of macro 'Newz'
  236 |     Newz(1, self, 1, perl_curl_multi);
      |     ^~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/handy.h:2320:51: warning: division by zero [-Wdiv-by-zero]
 2320 |             MEM_SIZE_MAX/sizeof(t)) > MEM_SIZE_MAX/sizeof(t))
      |                                                   ^
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/perl.h:3445:62: note: in definition of macro 'EXPECT'
 3445 | #  define EXPECT(expr,val)                  __builtin_expect(expr,val)
      |                                                              ^~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/perl.h:3450:52: note: in expansion of macro 'cBOOL'
 3450 | #define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
      |                                                    ^~~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/handy.h:2323:9: note: in expansion of macro 'UNLIKELY'
 2323 |  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
      |         ^~~~~~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/handy.h:2323:18: note: in expansion of macro '_MEM_WRAP_WILL_WRAP'
 2323 |  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
      |                  ^~~~~~~~~~~~~~~~~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/handy.h:2335:30: note: in expansion of macro 'MEM_WRAP_CHECK'
 2335 | #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
      |                              ^~~~~~~~~~~~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/handy.h:2418:28: note: in expansion of macro 'MEM_WRAP_CHECK_'
 2418 | #define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
      |                            ^~~~~~~~~~~~~~~
/home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux/CORE/handy.h:2424:23: note: in expansion of macro 'Newxz'
 2424 | #define Newz(x,v,n,t) Newxz(v,n,t)
      |                       ^~~~~
Curl.xs:236:5: note: in expansion of macro 'Newz'
  236 |     Newz(1, self, 1, perl_curl_multi);
      |     ^~~~
In file included from Curl.xs:574:
curlopt-constants.c: In function 'constant':
curlopt-constants.c:19:58: warning: 'return' with no value, in function returning non-void
   19 |             if (strEQ(name, "DID_MEMORY_FUNC_TYPEDEFS")) return CURL_DID_MEMORY_FUNC_TYPEDEFS;
      |                                                          ^~~~~~
curlopt-constants.c:2:1: note: declared here
    2 | constant(const char *name)
      | ^~~~~~~~
curlopt-constants.c:141:49: error: 'CURL_STRICTER' undeclared (first use in this function)
  141 |             if (strEQ(name, "STRICTER")) return CURL_STRICTER;
      |                                                 ^~~~~~~~~~~~~
curlopt-constants.c:141:49: note: each undeclared identifier is reported only once for each function it appears in
curlopt-constants.c:188:46: error: 'CURL_WIN32' undeclared (first use in this function); did you mean 'CURLINFO'?
  188 |             if (strEQ(name, "WIN32")) return CURL_WIN32;
      |                                              ^~~~~~~~~~
      |                                              CURLINFO
curlopt-constants.c:194:56: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow]
  194 |             if (strEQ(name, "ZERO_TERMINATED")) return CURL_ZERO_TERMINATED;
      |                                                        ^~~~~~~~~~~~~~~~~~~~
curlopt-constants.c:1915:40: warning: 'return' with no value, in function returning non-void
 1915 |             if (strEQ(name, "CURL_H")) return CURLINC_CURL_H;
      |                                        ^~~~~~
curlopt-constants.c:2:1: note: declared here
    2 | constant(const char *name)
      | ^~~~~~~~
curlopt-constants.c:2582:44: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551599' to '-17' [-Woverflow]
 2582 |             if (strEQ(name, "ANY")) return CURLAUTH_ANY;
      |                                            ^~~~~~~~~~~~
curlopt-constants.c:2583:48: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551598' to '-18' [-Woverflow]
 2583 |             if (strEQ(name, "ANYSAFE")) return CURLAUTH_ANYSAFE;
      |                                                ^~~~~~~~~~~~~~~~
curlopt-constants.c:2675:48: error: 'CURLOPT' undeclared (first use in this function)
 2675 |             if (strEQ(name, "CURLOPT")) return CURLOPT;
      |                                                ^~~~~~~
Curl.xs: In function 'XS_WWW__Curl__Multi_info_read':
Curl.xs:1091:45: error: 'perl_curl_multi' has no member named 'curlm'
 1091 |      while ((msg = curl_multi_info_read(self->curlm, &queue))) {
      |                                             ^~
Curl.xs:1101:32: error: 'perl_curl_multi' has no member named 'curlm'
 1101 |   curl_multi_remove_handle(self->curlm, easy);
      |                                ^~
Curl.xs: In function 'XS_WWW__Curl__Multi_fdset':
Curl.xs:1128:30: error: 'perl_curl_multi' has no member named 'curlm'
 1128 |         curl_multi_fdset(self->curlm, &fdread, &fdwrite, &fdexcep, &maxfd);
      |                              ^~
make: *** [Makefile:348: Curl.o] Error 1


PREREQUISITES:

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

	  Module Name                        Have     Want
	  ExtUtils::MakeMaker                7.60     6.42

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9910
	CPANPLUS::Dist::Build              0.90
	Cwd                                3.78
	ExtUtils::CBuilder             0.280236
	ExtUtils::Command                  7.60
	ExtUtils::Install                  2.20
	ExtUtils::MakeMaker                7.60
	ExtUtils::Manifest                 1.73
	ExtUtils::ParseXS                  3.40
	File::Spec                         3.78
	Module::Build                    0.4231
	Pod::Parser                        1.63
	Pod::Simple                        3.35
	Test2                          1.302183
	Test::Harness                      3.42
	Test::More                     1.302183
	version                          0.9928

******************************** 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 1.08.
Powered by minismokebox version 0.68

CPANPLUS is prefering Build.PL

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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = C.UTF-8
    LC_COLLATE = C
    NONINTERACTIVE_TESTING = 1
    PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    PERL5LIB = /home/cpan/pit/jail/FFRbHmqxiW/lib/perl5
    PERL5_CPANPLUS_IS_RUNNING = 3676
    PERL5_CPANPLUS_IS_VERSION = 0.9910
    PERL5_MINISMOKEBOX = 0.68
    PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.30.1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = /home/cpan/pit/jail/FFRbHmqxiW
    PERL_MB_OPT = --install_base "/home/cpan/pit/jail/FFRbHmqxiW"
    PERL_MM_OPT = INSTALL_BASE=/home/cpan/pit/jail/FFRbHmqxiW
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/bash
    TERM = screen

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

    Perl: $^X = /home/cpan/pit/bare/perl-5.30.1/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 1001 1001
    EGID: $)  = 1001 1001


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


--

Summary of my perl5 (revision 5 version 30 subversion 1) configuration:
   
  Platform:
    osname=linux
    osvers=5.10.16-0-lts
    archname=x86_64-linux
    uname='linux agaric 5.10.16-0-lts #1-alpine smp wed, 17 feb 2021 08:17:06 utc x86_64 linux '
    config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.30.1'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    optimize='-O2'
    cppflags='-D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong'
    ccversion=''
    gccversion='10.2.1 20201203'
    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/include/fortify /usr/lib /usr/local/lib /lib/../lib /usr/lib/../lib /lib
    libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
    libc=/usr/lib/libc.a
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    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
  Locally applied patches:
    Devel::PatchPerl 2.08
  Built under linux
  Compiled at Mar 12 2021 09:21:13
  %ENV:
    PERL5LIB="/home/cpan/pit/jail/FFRbHmqxiW/lib/perl5"
    PERL5_CPANPLUS_IS_RUNNING="3676"
    PERL5_CPANPLUS_IS_VERSION="0.9910"
    PERL5_MINISMOKEBOX="0.68"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.30.1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT="/home/cpan/pit/jail/FFRbHmqxiW"
    PERL_MB_OPT="--install_base "/home/cpan/pit/jail/FFRbHmqxiW""
    PERL_MM_OPT="INSTALL_BASE=/home/cpan/pit/jail/FFRbHmqxiW"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/cpan/pit/jail/FFRbHmqxiW/lib/perl5/5.30.1/x86_64-linux
    /home/cpan/pit/jail/FFRbHmqxiW/lib/perl5/5.30.1
    /home/cpan/pit/jail/FFRbHmqxiW/lib/perl5/x86_64-linux
    /home/cpan/pit/jail/FFRbHmqxiW/lib/perl5
    /home/cpan/pit/bare/perl-5.30.1/lib/site_perl/5.30.1/x86_64-linux
    /home/cpan/pit/bare/perl-5.30.1/lib/site_perl/5.30.1
    /home/cpan/pit/bare/perl-5.30.1/lib/5.30.1/x86_64-linux
    /home/cpan/pit/bare/perl-5.30.1/lib/5.30.1
    .