Alien-libuv v1.014 Perl 5 v5.32.0 x86_64-linux

Status
Na
From
Dagfinn Ilmari Mannsåker
Dist
Alien-libuv v1.014
Platform
Perl 5 v5.32.0 x86_64-linux
Date
2021-01-18 19:51:48
ID
9a12b54a-59c6-11eb-ac58-b79d4e8f6428
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 CAPOEIRAB,

This is a computer-generated report for /tmp/M4n2oOuuZB
on perl 5.32.0, created by App::cpanminus::reporter 0.17 (1.7044).

Thank you for uploading your work to CPAN.  While attempting to build or test
this distribution, the distribution signaled that support is not available
either for this operating system or this version of Perl.  Nevertheless, any
diagnostic output produced is provided below for reference.  If this is not
what you expect, 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 '':

Running Makefile.PL
Generating a Unix-style Makefile
Writing Makefile for UV
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Errno 0 ... Yes (1.30)
Checking if you have XSLoader 0.14 ... Yes (0.30)
Checking if you have Exporter 5.57 ... Yes (5.74)
Checking if you have Socket 0 ... Yes (2.029)
Checking if you have parent 0 ... Yes (0.238)
Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.44)
Checking if you have warnings 0 ... Yes (1.47)
Checking if you have File::Spec 0 ... Yes (3.78)
Checking if you have Scalar::Util 0 ... Yes (1.49)
Checking if you have Test::More 0.88 ... Yes (1.302175)
Checking if you have IO::Handle 0 ... Yes (1.42)
Checking if you have POSIX 0 ... Yes (1.94)
Checking if you have IO::Socket::INET 0 ... Yes (1.41)
Checking if you have Config 0 ... Yes (5.032000)
Checking if you have Try::Tiny 0 ... Yes (0.30)
Checking if you have FindBin 0 ... Yes (1.51)
Checking if you have Alien::Base::Wrapper 0 ... Yes (2.26)
Checking if you have strict 0 ... Yes (1.11)
Checking if you have Alien::libuv 1.000 ... Yes (1.014)
Checking if you have Carp 0 ... Yes (1.50)
Building and testing UV-1.000010
cp lib/UV/Loop.pm blib/lib/UV/Loop.pm
cp lib/UV/Idle.pm blib/lib/UV/Idle.pm
cp .mm_awesome_header.pl blib/lib/.mm_awesome_header.pl
cp lib/UV/Req.pm blib/lib/UV/Req.pm
cp lib/UV/Poll.pm blib/lib/UV/Poll.pm
cp lib/UV/Stream.pm blib/lib/UV/Stream.pm
cp lib/UV/Signal.pm blib/lib/UV/Signal.pm
cp lib/UV/Handle.pm blib/lib/UV/Handle.pm
cp lib/UV/Async.pm blib/lib/UV/Async.pm
cp lib/ppport.h blib/lib/ppport.h
cp lib/UV/Process.pm blib/lib/UV/Process.pm
cp lib/UV/TCP.pm blib/lib/UV/TCP.pm
cp lib/UV/TTY.pm blib/lib/UV/TTY.pm
cp lib/UV/Check.pm blib/lib/UV/Check.pm
cp lib/UV/UDP.pm blib/lib/UV/UDP.pm
cp lib/UV/Timer.pm blib/lib/UV/Timer.pm
cp lib/UV/Prepare.pm blib/lib/UV/Prepare.pm
cp lib/UV.pm blib/lib/UV.pm
cp lib/typemap blib/lib/typemap
cp lib/UV/Pipe.pm blib/lib/UV/Pipe.pm
Running Mkbootstrap for lib/UV ()
chmod 644 "lib/UV.bs"
"/home/ilmari/perl5/perlbrew/perls/32.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- lib/UV.bs blib/arch/auto/UV/UV.bs 644
"/home/ilmari/perl5/perlbrew/perls/32.0/bin/perl" "/home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/ExtUtils/xsubpp"  -typemap '/home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/ExtUtils/typemap' lib/UV.xs > lib/UV.xsc
Please specify prototyping behavior for UV.xs (see perlxs manual)
mv lib/UV.xsc lib/UV.c
cc -c  -Ihax \
-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 \
  -DVERSION=\"1.901\" \
-DXS_VERSION=\"1.901\" -fPIC "-I/home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/CORE"   lib/UV.c -o lib/UV.o
In file included from lib/UV.xs:8:
lib/ppport.h:4594: warning: "WIDEST_UTYPE" redefined
 #  define WIDEST_UTYPE U64TYPE
 
In file included from /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:2753,
                 from lib/UV.xs:4:
/home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/CORE/handy.h:1251: note: this is the location of the previous definition
 #   define WIDEST_UTYPE U64
 
lib/UV.xs: In function ‘XS_UV__TCP__close_reset’:
lib/UV.xs:1991:19: warning: implicit declaration of function ‘uv_tcp_close_reset’; did you mean ‘uv_tcp_connect’? [-Wimplicit-function-declaration]
         CHECKCALL(uv_tcp_close_reset(self->h, on_close_cb));
                   ^~~~~~~~~~~~~~~~~~
lib/UV.xs:130:15: note: in definition of macro ‘CHECKCALL’
     int err = call;                                      \
               ^~~~
lib/UV.xs: In function ‘XS_UV__UDP_connect’:
lib/UV.xs:2085:19: warning: implicit declaration of function ‘uv_udp_connect’; did you mean ‘uv_tcp_connect’? [-Wimplicit-function-declaration]
         CHECKCALL(uv_udp_connect(self->h, (struct sockaddr *)SvPVX(addr)));
                   ^~~~~~~~~~~~~~
lib/UV.xs:130:15: note: in definition of macro ‘CHECKCALL’
     int err = call;                                      \
               ^~~~
lib/UV.xs: In function ‘XS_UV__UDP_getpeername’:
lib/UV.xs:2100:13: warning: implicit declaration of function ‘uv_udp_getpeername’; did you mean ‘uv_tcp_getpeername’? [-Wimplicit-function-declaration]
             uv_udp_getpeername(self->h, (struct sockaddr *)SvPVX(RETVAL), &len) :
             ^~~~~~~~~~~~~~~~~~
             uv_tcp_getpeername
lib/UV.xs: In function ‘XS_UV__UDP_set_source_membership’:
lib/UV.xs:2216:19: warning: implicit declaration of function ‘uv_udp_set_source_membership’; did you mean ‘uv_udp_set_membership’? [-Wimplicit-function-declaration]
         CHECKCALL(uv_udp_set_source_membership(
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/UV.xs:130:15: note: in definition of macro ‘CHECKCALL’
     int err = call;                                      \
               ^~~~
rm -f blib/arch/auto/UV/UV.so
LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" cc  -shared -O2 -L/usr/local/lib -fstack-protector-strong  lib/UV.o  -o blib/arch/auto/UV/UV.so  \
   -luv   \
  
chmod 755 blib/arch/auto/UV/UV.so
"/home/ilmari/perl5/perlbrew/perls/32.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- lib/UV.bs blib/arch/auto/UV/UV.bs 644
PERL_DL_NONLAZY=1 "/home/ilmari/perl5/perlbrew/perls/32.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module                Want  Have
#     -------------------- ----- -----
#     Alien::Base::Wrapper   any  2.26
#     Alien::libuv         1.000 1.014
#     ExtUtils::MakeMaker   7.12  7.44
# 
# === Build Requires ===
# 
#     Module                Want     Have
#     -------------------- ----- --------
#     Alien::Base::Wrapper   any     2.26
#     Alien::libuv         1.000    1.014
#     Config                 any 5.032000
#     ExtUtils::MakeMaker   7.12     7.44
# 
# === Test Requires ===
# 
#     Module               Want     Have
#     ------------------- ----- --------
#     Alien::libuv        1.000    1.014
#     Errno                 any     1.30
#     ExtUtils::MakeMaker  7.12     7.44
#     File::Spec            any     3.78
#     FindBin               any     1.51
#     IO::Handle            any     1.42
#     IO::Socket::INET      any     1.41
#     POSIX                 any     1.94
#     Socket                any    2.029
#     Test::More           0.88 1.302175
#     Try::Tiny             any     0.30
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
#     IO::Epoll       any  missing
#     IO::KQueue      any  missing
# 
# === Runtime Requires ===
# 
#     Module        Want  Have
#     ------------ ----- -----
#     Alien::libuv 1.000 1.014
#     Carp           any  1.50
#     Exporter      5.57  5.74
#     Scalar::Util   any  1.49
#     XSLoader      0.14  0.30
#     parent         any 0.238
#     strict         any  1.11
#     warnings       any  1.47
# 
t/00-report-prereqs.t .... ok
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Async.pm line 7.
Compilation failed in require at t/01-can-uv-async.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-async.t line 4.
t/01-can-uv-async.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Check.pm line 8.
Compilation failed in require at t/01-can-uv-check.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-check.t line 4.
t/01-can-uv-check.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at t/01-can-uv-handle.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-handle.t line 4.
t/01-can-uv-handle.t ..... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Idle.pm line 7.
Compilation failed in require at t/01-can-uv-idle.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-idle.t line 4.
t/01-can-uv-idle.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/01-can-uv-loop.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-loop.t line 4.
t/01-can-uv-loop.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Stream.pm line 8.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Pipe.pm line 8.
Compilation failed in require at t/01-can-uv-pipe.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-pipe.t line 4.
t/01-can-uv-pipe.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Poll.pm line 9.
Compilation failed in require at t/01-can-uv-poll.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-poll.t line 4.
t/01-can-uv-poll.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Prepare.pm line 8.
Compilation failed in require at t/01-can-uv-prepare.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-prepare.t line 4.
t/01-can-uv-prepare.t .... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Process.pm line 8.
Compilation failed in require at t/01-can-uv-process.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-process.t line 4.
t/01-can-uv-process.t .... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Signal.pm line 8.
Compilation failed in require at t/01-can-uv-signal.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-signal.t line 4.
t/01-can-uv-signal.t ..... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Stream.pm line 8.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/TCP.pm line 8.
Compilation failed in require at t/01-can-uv-tcp.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-tcp.t line 4.
t/01-can-uv-tcp.t ........ 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Timer.pm line 9.
Compilation failed in require at t/01-can-uv-timer.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-timer.t line 4.
t/01-can-uv-timer.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Handle.pm line 9.
Compilation failed in require at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/parent.pm line 16.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/UDP.pm line 9.
Compilation failed in require at t/01-can-uv-udp.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv-udp.t line 4.
t/01-can-uv-udp.t ........ 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at t/01-can-uv.t line 4.
Compilation failed in require at t/01-can-uv.t line 4.
BEGIN failed--compilation aborted at t/01-can-uv.t line 4.
t/01-can-uv.t ............ 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at t/01-uv-functions.t line 7.
Compilation failed in require at t/01-uv-functions.t line 7.
BEGIN failed--compilation aborted at t/01-uv-functions.t line 7.
t/01-uv-functions.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/02-loop-alive.t line 5.
BEGIN failed--compilation aborted at t/02-loop-alive.t line 5.
t/02-loop-alive.t ........ 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at t/02-loop-close.t line 5.
Compilation failed in require at t/02-loop-close.t line 5.
BEGIN failed--compilation aborted at t/02-loop-close.t line 5.
t/02-loop-close.t ........ 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at t/02-loop-configure.t line 4.
Compilation failed in require at t/02-loop-configure.t line 4.
BEGIN failed--compilation aborted at t/02-loop-configure.t line 4.
t/02-loop-configure.t .... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/02-loop-time.t line 4.
BEGIN failed--compilation aborted at t/02-loop-time.t line 4.
t/02-loop-time.t ......... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at t/03-timer-again.t line 5.
Compilation failed in require at t/03-timer-again.t line 5.
BEGIN failed--compilation aborted at t/03-timer-again.t line 5.
t/03-timer-again.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at t/03-timer-from-check.t line 5.
Compilation failed in require at t/03-timer-from-check.t line 5.
BEGIN failed--compilation aborted at t/03-timer-from-check.t line 5.
t/03-timer-from-check.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at t/03-timer.t line 7.
Compilation failed in require at t/03-timer.t line 7.
BEGIN failed--compilation aborted at t/03-timer.t line 7.
t/03-timer.t ............. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/04-check.t line 4.
BEGIN failed--compilation aborted at t/04-check.t line 4.
t/04-check.t ............. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at t/05-poll-close.t line 7.
Compilation failed in require at t/05-poll-close.t line 7.
BEGIN failed--compilation aborted at t/05-poll-close.t line 7.
t/05-poll-close.t ........ 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at t/05-poll-readable.t line 6.
Compilation failed in require at t/05-poll-readable.t line 6.
BEGIN failed--compilation aborted at t/05-poll-readable.t line 6.
t/05-poll-readable.t ..... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at t/05-poll-writable.t line 6.
Compilation failed in require at t/05-poll-writable.t line 6.
BEGIN failed--compilation aborted at t/05-poll-writable.t line 6.
t/05-poll-writable.t ..... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/06-idle.t line 4.
BEGIN failed--compilation aborted at t/06-idle.t line 4.
t/06-idle.t .............. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/07-prepare.t line 4.
BEGIN failed--compilation aborted at t/07-prepare.t line 4.
t/07-prepare.t ........... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/08-signal.t line 4.
BEGIN failed--compilation aborted at t/08-signal.t line 4.
t/08-signal.t ............ 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/09-async.t line 4.
BEGIN failed--compilation aborted at t/09-async.t line 4.
t/09-async.t ............. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/10-pipe-connect.t line 4.
BEGIN failed--compilation aborted at t/10-pipe-connect.t line 4.
t/10-pipe-connect.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/10-pipe-listen.t line 4.
BEGIN failed--compilation aborted at t/10-pipe-listen.t line 4.
t/10-pipe-listen.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/10-pipe-open.t line 4.
BEGIN failed--compilation aborted at t/10-pipe-open.t line 4.
t/10-pipe-open.t ......... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/11-tcp-connect.t line 4.
BEGIN failed--compilation aborted at t/11-tcp-connect.t line 4.
t/11-tcp-connect.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/11-tcp-listen.t line 4.
BEGIN failed--compilation aborted at t/11-tcp-listen.t line 4.
t/11-tcp-listen.t ........ 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/11-tcp-open.t line 4.
BEGIN failed--compilation aborted at t/11-tcp-open.t line 4.
t/11-tcp-open.t .......... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/12-udp-bind.t line 4.
BEGIN failed--compilation aborted at t/12-udp-bind.t line 4.
t/12-udp-bind.t .......... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/12-udp-connect.t line 4.
BEGIN failed--compilation aborted at t/12-udp-connect.t line 4.
t/12-udp-connect.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/12-udp-open.t line 4.
BEGIN failed--compilation aborted at t/12-udp-open.t line 4.
t/12-udp-open.t .......... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at t/20-getaddrinfo.t line 5.
Compilation failed in require at t/20-getaddrinfo.t line 5.
BEGIN failed--compilation aborted at t/20-getaddrinfo.t line 5.
t/20-getaddrinfo.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/21-getnameinfo.t line 5.
BEGIN failed--compilation aborted at t/21-getnameinfo.t line 5.
t/21-getnameinfo.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/30-process.t line 4.
BEGIN failed--compilation aborted at t/30-process.t line 4.
t/30-process.t ........... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Can't load '/tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so' for module UV: /tmp/M4n2oOuuZB/blib/arch/auto/UV/UV.so: undefined symbol: uv_udp_connect at /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/DynaLoader.pm line 193.
 at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
BEGIN failed--compilation aborted at /tmp/M4n2oOuuZB/blib/lib/UV/Loop.pm line 11.
Compilation failed in require at t/31-process-root.t line 4.
BEGIN failed--compilation aborted at t/31-process-root.t line 4.
t/31-process-root.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 

Test Summary Report
-------------------
t/01-can-uv-async.t    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv-check.t    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv-handle.t   (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv-idle.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv-loop.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv-pipe.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv-poll.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv-prepare.t  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv-process.t  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv-signal.t   (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv-tcp.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv-timer.t    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv-udp.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-can-uv.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/01-uv-functions.t    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/02-loop-alive.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/02-loop-close.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/02-loop-configure.t  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/02-loop-time.t       (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/03-timer-again.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/03-timer-from-check.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/03-timer.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/04-check.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/05-poll-close.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/05-poll-readable.t   (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/05-poll-writable.t   (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/06-idle.t            (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/07-prepare.t         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/08-signal.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/09-async.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/10-pipe-connect.t    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/10-pipe-listen.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/10-pipe-open.t       (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/11-tcp-connect.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/11-tcp-listen.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/11-tcp-open.t        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/12-udp-bind.t        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/12-udp-connect.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/12-udp-open.t        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/20-getaddrinfo.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/21-getnameinfo.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/30-process.t         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/31-process-root.t    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=44, Tests=1,  1 wallclock secs ( 0.08 usr  0.02 sys +  0.81 cusr  0.16 csys =  1.07 CPU)
Result: FAIL

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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    LANG = en_GB.UTF-8
    PATH = /home/ilmari/.local/bin:/home/ilmari/.perlbrew/libs/32.0@std/bin:/home/ilmari/perl5/perlbrew/bin:/home/ilmari/perl5/perlbrew/perls/32.0/bin:/home/ilmari/.cargo/bin:/usr/lib/ccache:/home/ilmari/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL5LIB = /home/ilmari/.perlbrew/libs/32.0@std/lib/perl5
    PERLBREW_HOME = /home/ilmari/.perlbrew
    PERLBREW_LIB = std
    PERLBREW_MANPATH = /home/ilmari/.perlbrew/libs/32.0@std/man:/home/ilmari/perl5/perlbrew/perls/32.0/man
    PERLBREW_PATH = /home/ilmari/.perlbrew/libs/32.0@std/bin:/home/ilmari/perl5/perlbrew/bin:/home/ilmari/perl5/perlbrew/perls/32.0/bin
    PERLBREW_PERL = 32.0
    PERLBREW_ROOT = /home/ilmari/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.82
    PERLBREW_VERSION = 0.88
    PERL_LOCAL_LIB_ROOT = /home/ilmari/.perlbrew/libs/32.0@std
    PERL_MB_OPT = --install_base /home/ilmari/.perlbrew/libs/32.0@std
    PERL_MM_OPT = INSTALL_BASE=/home/ilmari/.perlbrew/libs/32.0@std
    SHELL = /bin/bash
    TERM = xterm-256color

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

    EGID = 1000 4 24 25 27 29 30 44 46 50 108 114 128 129 999 1000
    EUID = 1000
    EXECUTABLE_NAME = /home/ilmari/perl5/perlbrew/perls/32.0/bin/perl
    GID = 1000 4 24 25 27 29 30 44 46 50 108 114 128 129 999 1000
    UID = 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.27    
    CPAN::Meta          2.150010
    Cwd                 3.78    
    ExtUtils::CBuilder  0.280234
    ExtUtils::Command   7.44    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.44    
    ExtUtils::Manifest  1.72    
    ExtUtils::ParseXS   3.40    
    File::Spec          3.78    
    JSON                4.02    
    JSON::PP            4.04    
    Module::Build       0.4231  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302175
    YAML                1.30    
    YAML::Syck          n/a     
    version             0.9924  


--

Summary of my perl5 (revision 5 version 32 subversion 0) configuration:
   
  Platform:
    osname=linux
    osvers=5.5.0-0.bpo.2-amd64
    archname=x86_64-linux
    uname='linux ilmari-thinkpad 5.5.0-0.bpo.2-amd64 #1 smp debian 5.5.17-1~bpo10+1 (2020-04-23) x86_64 gnulinux '
    config_args='-de -Dprefix=/home/ilmari/perl5/perlbrew/perls/32.0 -Duseshrplib -Dman1dir=none -Dman3dir=none -Aeval:scriptdir=/home/ilmari/perl5/perlbrew/perls/32.0/bin'
    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 -D_FORTIFY_SOURCE=2'
    optimize='-O2'
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='8.3.0'
    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/8/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
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.28.so
    so=so
    useshrplib=true
    libperl=libperl.so
    gnulibc_version='2.28'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E -Wl,-rpath,/home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux/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_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 Jun 22 2020 12:33:33
  %ENV:
    PERL5LIB="/home/ilmari/.perlbrew/libs/32.0@std/lib/perl5"
    PERLBREW_HOME="/home/ilmari/.perlbrew"
    PERLBREW_LIB="std"
    PERLBREW_MANPATH="/home/ilmari/.perlbrew/libs/32.0@std/man:/home/ilmari/perl5/perlbrew/perls/32.0/man"
    PERLBREW_PATH="/home/ilmari/.perlbrew/libs/32.0@std/bin:/home/ilmari/perl5/perlbrew/bin:/home/ilmari/perl5/perlbrew/perls/32.0/bin"
    PERLBREW_PERL="32.0"
    PERLBREW_ROOT="/home/ilmari/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.82"
    PERLBREW_VERSION="0.88"
    PERL_LOCAL_LIB_ROOT="/home/ilmari/.perlbrew/libs/32.0@std"
    PERL_MB_OPT="--install_base /home/ilmari/.perlbrew/libs/32.0@std"
    PERL_MM_OPT="INSTALL_BASE=/home/ilmari/.perlbrew/libs/32.0@std"
  @INC:
    /home/ilmari/.perlbrew/libs/32.0@std/lib/perl5/x86_64-linux
    /home/ilmari/.perlbrew/libs/32.0@std/lib/perl5
    /home/ilmari/perl5/perlbrew/perls/32.0/lib/site_perl/5.32.0/x86_64-linux
    /home/ilmari/perl5/perlbrew/perls/32.0/lib/site_perl/5.32.0
    /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0/x86_64-linux
    /home/ilmari/perl5/perlbrew/perls/32.0/lib/5.32.0