Report for ZMQ-LibZMQ3-1.19

Back
From: Chris Williams (BINGOS)
Subject: FAIL ZMQ-LibZMQ3-1.19 v5.22.0 Debian GNU/kFreeBSD
Date: 2017-03-02T16:30:34Z

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 Daisuke Maki,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9162. 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/ZMQ/LibZMQ3.pm blib/lib/ZMQ/LibZMQ3.pm
Running Mkbootstrap for LibZMQ3 ()
chmod 644 "LibZMQ3.bs"
"/home/cpan/pit/thr/perl-5.22.0/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibZMQ3.bs blib/arch/auto/ZMQ/LibZMQ3/LibZMQ3.bs 644
"/home/cpan/pit/thr/perl-5.22.0/bin/perl" "-Iinc" "/home/cpan/pit/thr/perl-5.22.0/lib/site_perl/5.22.0/ExtUtils/xsubpp"  -typemap '/home/cpan/pit/thr/perl-5.22.0/lib/5.22.0/ExtUtils/typemap'  xs/perl_libzmq3.xs > xs/perl_libzmq3.xsc
mv xs/perl_libzmq3.xsc xs/perl_libzmq3.c
cc -c  "-I."  "-Ixs" "-I." -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -W -Wno-comment -O2   -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -o xs/perl_libzmq3.o -fpic "-I/home/cpan/pit/thr/perl-5.22.0/lib/5.22.0/x86_64-gnukfreebsd-thread-multi/CORE"  -DUSE_PPPORT -DHAS_ZMQ_TERM -DHAS_ZMQ_DEVICE -DHAS_ZMQ_INIT xs/perl_libzmq3.c
xs/perl_libzmq3.xs: In function ‘P5ZMQ3_zmq_getsockopt_string’:
xs/perl_libzmq3.xs:77:23: error: ‘ZMQ_LAST_ENDPOINT’ undeclared (first use in this function)
         if (option == ZMQ_LAST_ENDPOINT && len > 0 && string[len] == 0) --len;
                       ^
xs/perl_libzmq3.xs:77:23: note: each undeclared identifier is reported only once for each function it appears in
xs/perl_libzmq3.xs: In function ‘XS_ZMQ__LibZMQ3_zmq_recv’:
xs/perl_libzmq3.xs:819:44: warning: passing argument 2 of ‘zmq_recv’ from incompatible pointer type
         RETVAL = zmq_recv( socket->socket, buf, len, flags );
                                            ^
In file included from xs/perl_libzmq3.h:8:0,
                 from xs/perl_libzmq3.xs:1:
/usr/include/zmq.h:230:16: note: expected ‘struct zmq_msg_t *’ but argument is of type ‘char *’
 ZMQ_EXPORT int zmq_recv (void *s, zmq_msg_t *msg, int flags);
                ^
xs/perl_libzmq3.xs:819:18: error: too many arguments to function ‘zmq_recv’
         RETVAL = zmq_recv( socket->socket, buf, len, flags );
                  ^
In file included from xs/perl_libzmq3.h:8:0,
                 from xs/perl_libzmq3.xs:1:
/usr/include/zmq.h:230:16: note: declared here
 ZMQ_EXPORT int zmq_recv (void *s, zmq_msg_t *msg, int flags);
                ^
xs/perl_libzmq3.c: In function ‘XS_ZMQ__LibZMQ3_zmq_msg_recv’:
xs/perl_libzmq3.c:1383:6: warning: variable ‘flags’ set but not used [-Wunused-but-set-variable]
  int flags;
      ^
xs/perl_libzmq3.c: In function ‘XS_ZMQ__LibZMQ3_zmq_recvmsg’:
xs/perl_libzmq3.xs:858:13: warning: unused variable ‘rv’ [-Wunused-variable]
         int rv;
             ^
xs/perl_libzmq3.c:1427:6: warning: variable ‘flags’ set but not used [-Wunused-but-set-variable]
  int flags;
      ^
xs/perl_libzmq3.xs: In function ‘XS_ZMQ__LibZMQ3_zmq_send’:
xs/perl_libzmq3.xs:915:44: warning: passing argument 2 of ‘zmq_send’ from incompatible pointer type
         RETVAL = zmq_send( socket->socket, message_buf, usize, flags );
                                            ^
In file included from xs/perl_libzmq3.h:8:0,
                 from xs/perl_libzmq3.xs:1:
/usr/include/zmq.h:229:16: note: expected ‘struct zmq_msg_t *’ but argument is of type ‘char *’
 ZMQ_EXPORT int zmq_send (void *s, zmq_msg_t *msg, int flags);
                ^
xs/perl_libzmq3.xs:915:18: error: too many arguments to function ‘zmq_send’
         RETVAL = zmq_send( socket->socket, message_buf, usize, flags );
                  ^
In file included from xs/perl_libzmq3.h:8:0,
                 from xs/perl_libzmq3.xs:1:
/usr/include/zmq.h:229:16: note: declared here
 ZMQ_EXPORT int zmq_send (void *s, zmq_msg_t *msg, int flags);
                ^
xs/perl_libzmq3.c: In function ‘XS_ZMQ__LibZMQ3__zmq_msg_send’:
xs/perl_libzmq3.c:1557:6: warning: variable ‘flags’ set but not used [-Wunused-but-set-variable]
  int flags;
      ^
xs/perl_libzmq3.c: In function ‘XS_ZMQ__LibZMQ3__zmq_sendmsg’:
xs/perl_libzmq3.c:1602:6: warning: variable ‘flags’ set but not used [-Wunused-but-set-variable]
  int flags;
      ^
Makefile:350: recipe for target 'xs/perl_libzmq3.o' failed
make: *** [xs/perl_libzmq3.o] Error 1


PREREQUISITES:

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

	  Module Name                        Have     Want
	  Devel::CheckLib                    1.07      0.4
	  Devel::PPPort                      3.31     3.19
	  ExtUtils::MakeMaker                7.24     6.36
	  ExtUtils::ParseXS                  3.30     3.18
	  Task::Weaken                       1.04        0
	  Test::Fatal                       0.014        0
	  Test::More                     1.302075     0.98
	  Test::Requires                     0.10        0
	  Test::TCP                          2.17     1.08
	  XSLoader                           0.20     0.02
	  ZMQ::Constants                     1.04        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9162
	CPANPLUS::Dist::Build              0.80
	Cwd                                3.62
	ExtUtils::CBuilder             0.280224
	ExtUtils::Command                  7.24
	ExtUtils::Install                  2.04
	ExtUtils::MakeMaker                7.24
	ExtUtils::Manifest                 1.70
	ExtUtils::ParseXS                  3.30
	File::Spec                         3.62
	Module::Build                    0.4220
	Pod::Parser                        1.63
	Pod::Simple                        3.29
	Test2                          1.302075
	Test::Harness                      3.36
	Test::More                     1.302075
	version                          0.9917

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

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

Additional comments:


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

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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    LANGUAGE = en_GB:en
    NONINTERACTIVE_TESTING = 1
    PATH = /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/pV51Xr72nK/Devel-CheckLib-1.07/blib/script:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL5LIB = :/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/jF6tv63kGZ/Canary-Stability-2012/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/jF6tv63kGZ/Canary-Stability-2012/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/8oWTZ17jgZ/AnyEvent-7.13/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/8oWTZ17jgZ/AnyEvent-7.13/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/5zKBbCz8YB/Class-Accessor-Lite-0.08/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/5zKBbCz8YB/Class-Accessor-Lite-0.08/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/QjFBPYdvuj/Test-Requires-0.10/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/QjFBPYdvuj/Test-Requires-0.10/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/qRzVWj9PhT/Proc-Guard-0.07/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/qRzVWj9PhT/Proc-Guard-0.07/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/VHNQqjPW1W/Test-Deep-1.126/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/VHNQqjPW1W/Test-Deep-1.126/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/hwRsBWtTQS/CPAN-Meta-Check-0.014/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/hwRsBWtTQS/CPAN-Meta-Check-0.014/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/EHhMvJNOFR/Test-CheckDeps-0.010/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/EHhMvJNOFR/Test-CheckDeps-0.010/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/NhCJ2UtdSj/IO-CaptureOutput-1.1104/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/NhCJ2UtdSj/IO-CaptureOutput-1.1104/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/pV51Xr72nK/Devel-CheckLib-1.07/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/pV51Xr72nK/Devel-CheckLib-1.07/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/JCUD9E43e5/Task-Weaken-1.04/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/JCUD9E43e5/Task-Weaken-1.04/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/U3M3bg5xJJ/Try-Tiny-0.28/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/U3M3bg5xJJ/Try-Tiny-0.28/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/lAcuVpIwpo/Test-Fatal-0.014/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/lAcuVpIwpo/Test-Fatal-0.014/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/bMqFLv2U6f/Test-SharedFork-0.35/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/bMqFLv2U6f/Test-SharedFork-0.35/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/oI9raFAvf4/Test-TCP-2.17/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/oI9raFAvf4/Test-TCP-2.17/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/nRvoISenK7/ZMQ-Constants-1.04/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/nRvoISenK7/ZMQ-Constants-1.04/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 44512
    PERL5_CPANPLUS_IS_VERSION = 0.9162
    PERL5_MINISMOKEBOX = 0.58
    PERL5_YACSMOKE_BASE = /home/cpan/pit/thr/conf/perl-5.22.0
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

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

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


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


--

Summary of my perl5 (revision 5 version 22 subversion 0) configuration:
   
  Platform:
    osname=gnukfreebsd, osvers=10.1-0-amd64, archname=x86_64-gnukfreebsd-thread-multi
    uname='gnukfreebsd kondor 10.1-0-amd64 #0 wed, 16 mar 2016 23:16:33 +0000 x86_64 amd64 qemu virtual cpu version 2.0.0 gnukfreebsd '
    config_args='-des -Dprefix=/home/cpan/pit/thr/perl-5.22.0 -Dusethreads'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -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='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='4.9.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/gcc/x86_64-kfreebsd-gnu/4.9/include-fixed /usr/include/x86_64-kfreebsd-gnu /usr/lib /lib/x86_64-kfreebsd-gnu /lib/../lib /usr/lib/x86_64-kfreebsd-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/usr/lib/x86_64-kfreebsd-gnu/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.19'
  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 MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME
                        USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 1.42
  Built under gnukfreebsd
  Compiled at May  7 2016 06:15:43
  %ENV:
    PERL5LIB=":/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/jF6tv63kGZ/Canary-Stability-2012/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/jF6tv63kGZ/Canary-Stability-2012/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/8oWTZ17jgZ/AnyEvent-7.13/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/8oWTZ17jgZ/AnyEvent-7.13/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/5zKBbCz8YB/Class-Accessor-Lite-0.08/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/5zKBbCz8YB/Class-Accessor-Lite-0.08/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/QjFBPYdvuj/Test-Requires-0.10/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/QjFBPYdvuj/Test-Requires-0.10/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/qRzVWj9PhT/Proc-Guard-0.07/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/qRzVWj9PhT/Proc-Guard-0.07/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/VHNQqjPW1W/Test-Deep-1.126/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/VHNQqjPW1W/Test-Deep-1.126/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/hwRsBWtTQS/CPAN-Meta-Check-0.014/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/hwRsBWtTQS/CPAN-Meta-Check-0.014/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/EHhMvJNOFR/Test-CheckDeps-0.010/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/EHhMvJNOFR/Test-CheckDeps-0.010/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/NhCJ2UtdSj/IO-CaptureOutput-1.1104/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/NhCJ2UtdSj/IO-CaptureOutput-1.1104/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/pV51Xr72nK/Devel-CheckLib-1.07/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/pV51Xr72nK/Devel-CheckLib-1.07/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/JCUD9E43e5/Task-Weaken-1.04/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/JCUD9E43e5/Task-Weaken-1.04/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/U3M3bg5xJJ/Try-Tiny-0.28/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/U3M3bg5xJJ/Try-Tiny-0.28/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/lAcuVpIwpo/Test-Fatal-0.014/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/lAcuVpIwpo/Test-Fatal-0.014/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/bMqFLv2U6f/Test-SharedFork-0.35/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/bMqFLv2U6f/Test-SharedFork-0.35/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/oI9raFAvf4/Test-TCP-2.17/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/oI9raFAvf4/Test-TCP-2.17/blib/arch:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/nRvoISenK7/ZMQ-Constants-1.04/blib/lib:/home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/nRvoISenK7/ZMQ-Constants-1.04/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="44512"
    PERL5_CPANPLUS_IS_VERSION="0.9162"
    PERL5_MINISMOKEBOX="0.58"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/thr/conf/perl-5.22.0"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/jF6tv63kGZ/Canary-Stability-2012/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/jF6tv63kGZ/Canary-Stability-2012/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/8oWTZ17jgZ/AnyEvent-7.13/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/8oWTZ17jgZ/AnyEvent-7.13/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/5zKBbCz8YB/Class-Accessor-Lite-0.08/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/5zKBbCz8YB/Class-Accessor-Lite-0.08/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/QjFBPYdvuj/Test-Requires-0.10/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/QjFBPYdvuj/Test-Requires-0.10/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/qRzVWj9PhT/Proc-Guard-0.07/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/qRzVWj9PhT/Proc-Guard-0.07/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/VHNQqjPW1W/Test-Deep-1.126/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/VHNQqjPW1W/Test-Deep-1.126/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/hwRsBWtTQS/CPAN-Meta-Check-0.014/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/hwRsBWtTQS/CPAN-Meta-Check-0.014/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/EHhMvJNOFR/Test-CheckDeps-0.010/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/EHhMvJNOFR/Test-CheckDeps-0.010/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/NhCJ2UtdSj/IO-CaptureOutput-1.1104/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/NhCJ2UtdSj/IO-CaptureOutput-1.1104/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/pV51Xr72nK/Devel-CheckLib-1.07/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/pV51Xr72nK/Devel-CheckLib-1.07/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/JCUD9E43e5/Task-Weaken-1.04/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/JCUD9E43e5/Task-Weaken-1.04/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/U3M3bg5xJJ/Try-Tiny-0.28/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/U3M3bg5xJJ/Try-Tiny-0.28/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/lAcuVpIwpo/Test-Fatal-0.014/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/lAcuVpIwpo/Test-Fatal-0.014/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/bMqFLv2U6f/Test-SharedFork-0.35/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/bMqFLv2U6f/Test-SharedFork-0.35/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/oI9raFAvf4/Test-TCP-2.17/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/oI9raFAvf4/Test-TCP-2.17/blib/arch
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/nRvoISenK7/ZMQ-Constants-1.04/blib/lib
    /home/cpan/pit/thr/conf/perl-5.22.0/.cpanplus/5.22.0/build/nRvoISenK7/ZMQ-Constants-1.04/blib/arch
    /home/cpan/pit/thr/perl-5.22.0/lib/site_perl/5.22.0/x86_64-gnukfreebsd-thread-multi
    /home/cpan/pit/thr/perl-5.22.0/lib/site_perl/5.22.0
    /home/cpan/pit/thr/perl-5.22.0/lib/5.22.0/x86_64-gnukfreebsd-thread-multi
    /home/cpan/pit/thr/perl-5.22.0/lib/5.22.0
    .