Net-Kafka v1.06 Perl 5 v5.28.2 x86_64-linux

Status
Unknown
From
Slaven Rezić (SREZIC)
Dist
Net-Kafka v1.06
Platform
Perl 5 v5.28.2 x86_64-linux
Date
2019-10-29 23:57:39
ID
e3a480a0-faa7-11e9-b1a3-c5511f24ea8f
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 Alex Mironov,

This is a computer-generated report for Net-Kafka-1.06
on perl 5.28.2, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

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 '/usr/bin/make':

cp lib/Net/Kafka.pm blib/lib/Net/Kafka.pm
cp lib/Net/Kafka/Producer.pm blib/lib/Net/Kafka/Producer.pm
cp lib/Net/Kafka/Util.pm blib/lib/Net/Kafka/Util.pm
cp lib/Net/Kafka/Consumer.pm blib/lib/Net/Kafka/Consumer.pm
Running Mkbootstrap for Kafka ()
chmod 644 "Kafka.bs"
"/opt/perl-5.28.2/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Kafka.bs blib/arch/auto/Net/Kafka/Kafka.bs 644
"/opt/perl-5.28.2/bin/perl" "/opt/perl-5.28.2/lib/5.28.2/ExtUtils/xsubpp"  -typemap '/opt/perl-5.28.2/lib/5.28.2/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2019102915/Net-Kafka-1.06-1/typemap' -typemap '/home/cpansand/.cpan/build/2019102915/Net-Kafka-1.06-1/typemap'  Kafka.xs > Kafka.xsc
mv Kafka.xsc Kafka.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=\"1.06\" -DXS_VERSION=\"1.06\" -fPIC "-I/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE"   Kafka.c
In file included from Kafka.xs:20:
ppport.h:766: warning: "WIDEST_UTYPE" redefined
 #define WIDEST_UTYPE U64TYPE
 
In file included from /opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:2465,
                 from Kafka.xs:4:
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/handy.h:1064: note: this is the location of the previous definition
 #   define WIDEST_UTYPE U64
 
Kafka.c: In function ‘XS_Net__Kafka_produce’:
Kafka.c:902:2: error: unknown type name ‘rd_kafka_headers_t’; did you mean ‘rd_kafka_event_t’?
  rd_kafka_headers_t * hdrs;
  ^~~~~~~~~~~~~~~~~~
  rd_kafka_event_t
In file included from Kafka.xs:4:
Kafka.c:932:18: error: ‘rd_kafka_headers_t’ undeclared (first use in this function); did you mean ‘rd_kafka_event_t’?
   hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                  ^~~~~~~~~~~~~~~~~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:27: note: in definition of macro ‘INT2PTR’
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
Kafka.c:932:18: note: each undeclared identifier is reported only once for each function it appears in
   hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                  ^~~~~~~~~~~~~~~~~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:27: note: in definition of macro ‘INT2PTR’
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:30: error: expected expression before ‘)’ token
 #  define INT2PTR(any,d) (any)(d)
                              ^
Kafka.c:932:10: note: in expansion of macro ‘INT2PTR’
   hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
          ^~~~~~~
Kafka.xs:347:13: warning: implicit declaration of function ‘RD_KAFKA_V_HEADERS’; did you mean ‘RD_KAFKA_V_END’? [-Wimplicit-function-declaration]
             RD_KAFKA_V_HEADERS(hdrs ? rd_kafka_headers_copy(hdrs) : NULL),
             ^~~~~~~~~~~~~~~~~~
             RD_KAFKA_V_END
Kafka.xs:347:39: warning: implicit declaration of function ‘rd_kafka_headers_copy’; did you mean ‘rd_kafka_destroy’? [-Wimplicit-function-declaration]
             RD_KAFKA_V_HEADERS(hdrs ? rd_kafka_headers_copy(hdrs) : NULL),
                                       ^~~~~~~~~~~~~~~~~~~~~
                                       rd_kafka_destroy
Kafka.xs:347:67: warning: pointer/integer type mismatch in conditional expression
             RD_KAFKA_V_HEADERS(hdrs ? rd_kafka_headers_copy(hdrs) : NULL),
                                                                   ^
Kafka.xs: In function ‘XS_Net__Kafka__Message_headers’:
Kafka.xs:698:9: error: unknown type name ‘rd_kafka_headers_t’; did you mean ‘rd_kafka_event_t’?
         rd_kafka_headers_t *hdrs;
         ^~~~~~~~~~~~~~~~~~
         rd_kafka_event_t
Kafka.c:1885:2: error: unknown type name ‘rd_kafka_headers_t’; did you mean ‘rd_kafka_event_t’?
  rd_kafka_headers_t * RETVAL;
  ^~~~~~~~~~~~~~~~~~
  rd_kafka_event_t
Kafka.xs:701:15: warning: implicit declaration of function ‘rd_kafka_message_headers’; did you mean ‘rd_kafka_message_latency’? [-Wimplicit-function-declaration]
         err = rd_kafka_message_headers(rd_msg, &hdrs);
               ^~~~~~~~~~~~~~~~~~~~~~~~
               rd_kafka_message_latency
Kafka.xs:704:20: warning: assignment to ‘int *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
             RETVAL = rd_kafka_headers_copy(hdrs);
                    ^
Kafka.xs:705:27: error: ‘RD_KAFKA_RESP_ERR__NOENT’ undeclared (first use in this function); did you mean ‘RD_KAFKA_RESP_ERR__END’?
         } else if (err == RD_KAFKA_RESP_ERR__NOENT) {
                           ^~~~~~~~~~~~~~~~~~~~~~~~
                           RD_KAFKA_RESP_ERR__END
Kafka.xs: In function ‘XS_Net__Kafka__Message_detach_headers’:
Kafka.xs:717:9: error: unknown type name ‘rd_kafka_headers_t’; did you mean ‘rd_kafka_event_t’?
         rd_kafka_headers_t *hdrs;
         ^~~~~~~~~~~~~~~~~~
         rd_kafka_event_t
Kafka.c:1929:2: error: unknown type name ‘rd_kafka_headers_t’; did you mean ‘rd_kafka_event_t’?
  rd_kafka_headers_t * RETVAL;
  ^~~~~~~~~~~~~~~~~~
  rd_kafka_event_t
Kafka.xs:720:15: warning: implicit declaration of function ‘rd_kafka_message_detach_headers’; did you mean ‘XS_Net__Kafka__Message_detach_headers’? [-Wimplicit-function-declaration]
         err = rd_kafka_message_detach_headers(rd_msg, &hdrs);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
               XS_Net__Kafka__Message_detach_headers
Kafka.xs:723:27: error: ‘RD_KAFKA_RESP_ERR__NOENT’ undeclared (first use in this function); did you mean ‘RD_KAFKA_RESP_ERR__END’?
         } else if (err == RD_KAFKA_RESP_ERR__NOENT) {
                           ^~~~~~~~~~~~~~~~~~~~~~~~
                           RD_KAFKA_RESP_ERR__END
Kafka.c: In function ‘XS_Net__Kafka__Headers_new’:
Kafka.c:1994:2: error: unknown type name ‘rd_kafka_headers_t’; did you mean ‘rd_kafka_event_t’?
  rd_kafka_headers_t * RETVAL;
  ^~~~~~~~~~~~~~~~~~
  rd_kafka_event_t
Kafka.xs:744:18: warning: implicit declaration of function ‘rd_kafka_headers_new’; did you mean ‘rd_kafka_queue_new’? [-Wimplicit-function-declaration]
         RETVAL = rd_kafka_headers_new(0);
                  ^~~~~~~~~~~~~~~~~~~~
                  rd_kafka_queue_new
Kafka.xs:744:16: warning: assignment to ‘int *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
         RETVAL = rd_kafka_headers_new(0);
                ^
Kafka.c: In function ‘XS_Net__Kafka__Headers_add’:
Kafka.c:2020:2: error: unknown type name ‘rd_kafka_headers_t’; did you mean ‘rd_kafka_event_t’?
  rd_kafka_headers_t* hdrs;
  ^~~~~~~~~~~~~~~~~~
  rd_kafka_event_t
In file included from Kafka.xs:4:
Kafka.c:2028:32: error: ‘rd_kafka_headers_t’ undeclared (first use in this function); did you mean ‘rd_kafka_event_t’?
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                                ^~~~~~~~~~~~~~~~~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:27: note: in definition of macro ‘INT2PTR’
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:30: error: expected expression before ‘)’ token
 #  define INT2PTR(any,d) (any)(d)
                              ^
Kafka.c:2028:24: note: in expansion of macro ‘INT2PTR’
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                        ^~~~~~~
Kafka.xs:758:15: warning: implicit declaration of function ‘rd_kafka_header_add’; did you mean ‘rd_kafka_brokers_add’? [-Wimplicit-function-declaration]
         err = rd_kafka_header_add(hdrs, name, name_len, value, value_len);
               ^~~~~~~~~~~~~~~~~~~
               rd_kafka_brokers_add
Kafka.c: In function ‘XS_Net__Kafka__Headers_remove’:
Kafka.c:2055:2: error: unknown type name ‘rd_kafka_headers_t’; did you mean ‘rd_kafka_event_t’?
  rd_kafka_headers_t* hdrs;
  ^~~~~~~~~~~~~~~~~~
  rd_kafka_event_t
In file included from Kafka.xs:4:
Kafka.c:2063:32: error: ‘rd_kafka_headers_t’ undeclared (first use in this function); did you mean ‘rd_kafka_event_t’?
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                                ^~~~~~~~~~~~~~~~~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:27: note: in definition of macro ‘INT2PTR’
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:30: error: expected expression before ‘)’ token
 #  define INT2PTR(any,d) (any)(d)
                              ^
Kafka.c:2063:24: note: in expansion of macro ‘INT2PTR’
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                        ^~~~~~~
Kafka.xs:771:15: warning: implicit declaration of function ‘rd_kafka_header_remove’; did you mean ‘rd_kafka_event_name’? [-Wimplicit-function-declaration]
         err = rd_kafka_header_remove(hdrs, name);
               ^~~~~~~~~~~~~~~~~~~~~~
               rd_kafka_event_name
Kafka.c: In function ‘XS_Net__Kafka__Headers_get_last’:
Kafka.c:2094:2: error: unknown type name ‘rd_kafka_headers_t’; did you mean ‘rd_kafka_event_t’?
  rd_kafka_headers_t* hdrs;
  ^~~~~~~~~~~~~~~~~~
  rd_kafka_event_t
In file included from Kafka.xs:4:
Kafka.c:2102:32: error: ‘rd_kafka_headers_t’ undeclared (first use in this function); did you mean ‘rd_kafka_event_t’?
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                                ^~~~~~~~~~~~~~~~~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:27: note: in definition of macro ‘INT2PTR’
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:30: error: expected expression before ‘)’ token
 #  define INT2PTR(any,d) (any)(d)
                              ^
Kafka.c:2102:24: note: in expansion of macro ‘INT2PTR’
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                        ^~~~~~~
Kafka.xs:786:15: warning: implicit declaration of function ‘rd_kafka_header_get_last’; did you mean ‘rd_kafka_queue_get_main’? [-Wimplicit-function-declaration]
         err = rd_kafka_header_get_last(hdrs, name, &value, &value_len);
               ^~~~~~~~~~~~~~~~~~~~~~~~
               rd_kafka_queue_get_main
Kafka.xs:789:27: error: ‘RD_KAFKA_RESP_ERR__NOENT’ undeclared (first use in this function); did you mean ‘RD_KAFKA_RESP_ERR__END’?
         } else if (err == RD_KAFKA_RESP_ERR__NOENT) {
                           ^~~~~~~~~~~~~~~~~~~~~~~~
                           RD_KAFKA_RESP_ERR__END
Kafka.c: In function ‘XS_Net__Kafka__Headers_to_hash’:
Kafka.c:2131:2: error: unknown type name ‘rd_kafka_headers_t’; did you mean ‘rd_kafka_event_t’?
  rd_kafka_headers_t* hdrs;
  ^~~~~~~~~~~~~~~~~~
  rd_kafka_event_t
In file included from Kafka.xs:4:
Kafka.c:2147:32: error: ‘rd_kafka_headers_t’ undeclared (first use in this function); did you mean ‘rd_kafka_event_t’?
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                                ^~~~~~~~~~~~~~~~~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:27: note: in definition of macro ‘INT2PTR’
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:30: error: expected expression before ‘)’ token
 #  define INT2PTR(any,d) (any)(d)
                              ^
Kafka.c:2147:24: note: in expansion of macro ‘INT2PTR’
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                        ^~~~~~~
Kafka.xs:809:19: warning: implicit declaration of function ‘rd_kafka_header_get_all’; did you mean ‘rd_kafka_queue_get_main’? [-Wimplicit-function-declaration]
             err = rd_kafka_header_get_all(hdrs, i, &name, &value, &value_len);
                   ^~~~~~~~~~~~~~~~~~~~~~~
                   rd_kafka_queue_get_main
Kafka.c: In function ‘XS_Net__Kafka__Headers_DESTROY’:
Kafka.c:2194:2: error: unknown type name ‘rd_kafka_headers_t’; did you mean ‘rd_kafka_event_t’?
  rd_kafka_headers_t* hdrs;
  ^~~~~~~~~~~~~~~~~~
  rd_kafka_event_t
In file included from Kafka.xs:4:
Kafka.c:2200:32: error: ‘rd_kafka_headers_t’ undeclared (first use in this function); did you mean ‘rd_kafka_event_t’?
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                                ^~~~~~~~~~~~~~~~~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:27: note: in definition of macro ‘INT2PTR’
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE/perl.h:1739:30: error: expected expression before ‘)’ token
 #  define INT2PTR(any,d) (any)(d)
                              ^
Kafka.c:2200:24: note: in expansion of macro ‘INT2PTR’
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                        ^~~~~~~
Kafka.xs:835:9: warning: implicit declaration of function ‘rd_kafka_headers_destroy’; did you mean ‘rd_kafka_event_destroy’? [-Wimplicit-function-declaration]
         rd_kafka_headers_destroy(hdrs);
         ^~~~~~~~~~~~~~~~~~~~~~~~
         rd_kafka_event_destroy
make: *** [Makefile:346: Kafka.o] Error 1

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

Prerequisite modules loaded:

requires:

    Module               Need     Have    
    -------------------- -------- --------
    AnyEvent             0        7.17    
    AnyEvent::XSPromises 0        0       
    perl                 5.022000 5.028002
    Test::More           0        1.302162

build_requires:

    Module               Need     Have    
    -------------------- -------- --------
    ExtUtils::MakeMaker  0        7.34    

configure_requires:

    Module               Need     Have    
    -------------------- -------- --------
    ExtUtils::MakeMaker  0        7.34    
    ExtUtils::PkgConfig  0        1.16    


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

Environment variables:

    LANG = en_US.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL = /opt/perl-5.28.2/bin/perl
    PERL5LIB = /home/cpansand/.cpan/build/2019102915/AnyEvent-XSPromises-0.005-1/blib/arch:/home/cpansand/.cpan/build/2019102915/AnyEvent-XSPromises-0.005-1/blib/lib:/home/cpansand/.cpan/build/2019102915/AnyEvent-7.17-1/blib/arch:/home/cpansand/.cpan/build/2019102915/AnyEvent-7.17-1/blib/lib:/home/cpansand/.cpan/build/2019102915/Canary-Stability-2013-1/blib/arch:/home/cpansand/.cpan/build/2019102915/Canary-Stability-2013-1/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 30830
    PERL5_CPAN_IS_RUNNING = 30830
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 14927,30830
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2019102912/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2019102912

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

    $^X = /opt/perl-5.28.2/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.20    
    CPAN::Meta          2.150010
    Cwd                 3.74    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.34    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.34    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.39    
    File::Spec          3.74    
    JSON                4.02    
    JSON::PP            2.97001 
    Module::Build       0.4229  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302162
    YAML                1.27    
    YAML::Syck          1.31    
    version             0.9923  


--

Summary of my perl5 (revision 5 version 28 subversion 2) configuration:
   
  Platform:
    osname=linux
    osvers=5.0.7-100.fc28.x86_64
    archname=x86_64-linux
    uname='linux fedora-4gb-hel1-1 5.0.7-100.fc28.x86_64 #1 smp mon apr 8 16:46:50 utc 2019 x86_64 x86_64 x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.28.2 -Dcf_email=srezic@cpan.org'
    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 ='-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='8.3.1 20190223 (Red Hat 8.3.1-2)'
    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 /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
    libs=-lpthread -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.27.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.27'
  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
  Built under linux
  Compiled at Apr 20 2019 09:43:37
  %ENV:
    PERL="/opt/perl-5.28.2/bin/perl"
    PERL5LIB="/home/cpansand/.cpan/build/2019102915/AnyEvent-XSPromises-0.005-1/blib/arch:/home/cpansand/.cpan/build/2019102915/AnyEvent-XSPromises-0.005-1/blib/lib:/home/cpansand/.cpan/build/2019102915/AnyEvent-7.17-1/blib/arch:/home/cpansand/.cpan/build/2019102915/AnyEvent-7.17-1/blib/lib:/home/cpansand/.cpan/build/2019102915/Canary-Stability-2013-1/blib/arch:/home/cpansand/.cpan/build/2019102915/Canary-Stability-2013-1/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="30830"
    PERL5_CPAN_IS_RUNNING="30830"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="14927,30830"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2019102912/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/cpansand/.cpan/build/2019102915/AnyEvent-XSPromises-0.005-1/blib/arch
    /home/cpansand/.cpan/build/2019102915/AnyEvent-XSPromises-0.005-1/blib/lib
    /home/cpansand/.cpan/build/2019102915/AnyEvent-7.17-1/blib/arch
    /home/cpansand/.cpan/build/2019102915/AnyEvent-7.17-1/blib/lib
    /home/cpansand/.cpan/build/2019102915/Canary-Stability-2013-1/blib/arch
    /home/cpansand/.cpan/build/2019102915/Canary-Stability-2013-1/blib/lib
    /opt/perl-5.28.2/lib/site_perl/5.28.2/x86_64-linux
    /opt/perl-5.28.2/lib/site_perl/5.28.2
    /opt/perl-5.28.2/lib/5.28.2/x86_64-linux
    /opt/perl-5.28.2/lib/5.28.2
    .