Gearman-XS v0.15 Perl 5 v5.32.1 amd64-openbsd

Status
Unknown
From
Alceu Rodrigues de Freitas Junior
Dist
Gearman-XS v0.15
Platform
Perl 5 v5.32.1 amd64-openbsd
Date
2022-04-28 14:49:34
ID
6b1a4672-c702-11ec-b24c-ad465fb94fb8
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 Brian Aker,

This is a computer-generated report for Gearman-XS-0.15
on perl 5.32.1, 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:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make -j2 -j2':

"/usr/bin/perl" "-Iinc" "/home/goku/perl5/lib/perl5/ExtUtils/xsubpp"  -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/mnt/cpan_build_dir/goku/Gearman-XS-0.15-0/typemap'  XS.xs > XS.xsc
"/usr/bin/perl" "-Iinc" "/home/goku/perl5/lib/perl5/ExtUtils/xsubpp"  -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/mnt/cpan_build_dir/goku/Gearman-XS-0.15-0/typemap'  Worker.xs > Worker.xsc
mv XS.xsc XS.c
"/usr/bin/perl" "-Iinc" "/home/goku/perl5/lib/perl5/ExtUtils/xsubpp"  -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/mnt/cpan_build_dir/goku/Gearman-XS-0.15-0/typemap'  Job.xs > Job.xsc
mv Worker.xsc Worker.c
"/usr/bin/perl" "-Iinc" "/home/goku/perl5/lib/perl5/ExtUtils/xsubpp"  -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/mnt/cpan_build_dir/goku/Gearman-XS-0.15-0/typemap'  Const.xs > Const.xsc
mv Job.xsc Job.c
"/usr/bin/perl" "-Iinc" "/home/goku/perl5/lib/perl5/ExtUtils/xsubpp"  -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/mnt/cpan_build_dir/goku/Gearman-XS-0.15-0/typemap'  Client.xs > Client.xsc
mv Const.xsc Const.c
"/usr/bin/perl" "-Iinc" "/home/goku/perl5/lib/perl5/ExtUtils/xsubpp"  -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/mnt/cpan_build_dir/goku/Gearman-XS-0.15-0/typemap'  Task.xs > Task.xsc
mv Task.xsc Task.c
cc -c    -Wall -Wundef -Wno-shadow -Wmissing-prototypes -fdiagnostics-show-option -Wformat=2 -Wstrict-aliasing -Wextra -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wno-undef -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-format-invalid-specifier -O2    -DVERSION=\"0.15\"  -DXS_VERSION=\"0.15\" -o Task.o -DPIC -fpic  "-I/usr/libdata/perl5/amd64-openbsd/CORE"   Task.c
mv Client.xsc Client.c
cc -c    -Wall -Wundef -Wno-shadow -Wmissing-prototypes -fdiagnostics-show-option -Wformat=2 -Wstrict-aliasing -Wextra -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wno-undef -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-format-invalid-specifier -O2    -DVERSION=\"0.15\"  -DXS_VERSION=\"0.15\" -o Client.o -DPIC -fpic  "-I/usr/libdata/perl5/amd64-openbsd/CORE"   Client.c
In file included from Task.xs:11:
In file included from ./gearman_xs.h:14:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/perl.h:3921:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv.h:663:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv_func.h:35:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/sbox32_hash.h:4:
/usr/libdata/perl5/amd64-openbsd/CORE/zaphod32_hash.h:133:22: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'const U32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    const U32 *seed= (const U32 *)seed_ch;
                     ^~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/zaphod32_hash.h:134:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/zaphod32_hash.h:181:17: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
In file included from Task.xs:11:
In file included from ./gearman_xs.h:14:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/perl.h:3921:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv.h:663:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv_func.h:35:
/usr/libdata/perl5/amd64-openbsd/CORE/sbox32_hash.h:1431:22: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'const U32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    const U32 *seed= (const U32 *)seed_ch;
                     ^~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sbox32_hash.h:1432:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sbox32_hash.h:1463:16: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *seed= (U32 *)seed_ch;
               ^~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sbox32_hash.h:1464:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sbox32_hash.h:1498:17: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
In file included from Task.xs:11:
In file included from ./gearman_xs.h:14:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/perl.h:3921:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv.h:663:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv_func.h:61:
/usr/libdata/perl5/amd64-openbsd/CORE/stadtx_hash.h:87:22: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'const U64 *' (aka 'const unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
    const U64 *seed= (const U64 *)seed_ch;
                     ^~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/stadtx_hash.h:88:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U64 *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
    U64 *state= (U64 *)state_ch;
                ^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/stadtx_hash.h:138:17: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U64 *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
    U64 *state= (U64 *)state_ch;
                ^~~~~~~~~~~~~~~
In file included from Task.xs:11:
In file included from ./gearman_xs.h:14:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/perl.h:3921:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv.h:663:
/usr/libdata/perl5/amd64-openbsd/CORE/hv_func.h:205:13: warning: cast from 'unsigned char *' to 'U64 *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
    U64 *v= (U64*) state_buf;
            ^~~~~~~~~~~~~~~~
In file included from Client.xs:12:
In file included from ./gearman_xs.h:14:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/perl.h:3921:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv.h:663:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv_func.h:35:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/sbox32_hash.h:4:
/usr/libdata/perl5/amd64-openbsd/CORE/zaphod32_hash.h:133:22: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'const U32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    const U32 *seed= (const U32 *)seed_ch;
                     ^~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/zaphod32_hash.h:134:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/zaphod32_hash.h:181:17: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
In file included from Client.xs:12:
In file included from ./gearman_xs.h:14:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/perl.h:3921:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv.h:663:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv_func.h:35:
/usr/libdata/perl5/amd64-openbsd/CORE/sbox32_hash.h:1431:22: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'const U32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    const U32 *seed= (const U32 *)seed_ch;
                     ^~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sbox32_hash.h:1432:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sbox32_hash.h:1463:16: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *seed= (U32 *)seed_ch;
               ^~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sbox32_hash.h:1464:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sbox32_hash.h:1498:17: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
In file included from Client.xs:12:
In file included from ./gearman_xs.h:14:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/perl.h:3921:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv.h:663:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv_func.h:61:
/usr/libdata/perl5/amd64-openbsd/CORE/stadtx_hash.h:87:22: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'const U64 *' (aka 'const unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
    const U64 *seed= (const U64 *)seed_ch;
                     ^~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/stadtx_hash.h:88:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U64 *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
    U64 *state= (U64 *)state_ch;
                ^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/stadtx_hash.h:138:17: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U64 *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
    U64 *state= (U64 *)state_ch;
                ^~~~~~~~~~~~~~~
In file included from Client.xs:12:
In file included from ./gearman_xs.h:14:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/perl.h:3921:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/hv.h:663:
/usr/libdata/perl5/amd64-openbsd/CORE/hv_func.h:205:13: warning: cast from 'unsigned char *' to 'U64 *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
    U64 *v= (U64*) state_buf;
            ^~~~~~~~~~~~~~~~
In file included from Task.xs:11:
In file included from ./gearman_xs.h:14:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/perl.h:6161:
/usr/libdata/perl5/amd64-openbsd/CORE/inline.h:473:20: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'PERL_UINTMAX_T *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
            if ((* (PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK)  {
                   ^~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/inline.h:484:49: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'PERL_UINTMAX_T *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
                *ep = x + variant_byte_number(* (PERL_UINTMAX_T *) x);
                                                ^~~~~~~~~~~~~~~~~~~~
In file included from Task.xs:11:
./gearman_xs.h:18:10: fatal error: 'libgearman-1.0/gearman.h' file not found
#include <libgearman-1.0/gearman.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings and 1 error generated.
In file included from Client.xs:12:
In file included from ./gearman_xs.h:14:
In file included from /usr/libdata/perl5/amd64-openbsd/CORE/perl.h:6161:
/usr/libdata/perl5/amd64-openbsd/CORE/inline.h:473:20: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'PERL_UINTMAX_T *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
            if ((* (PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK)  {
                   ^~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/inline.h:484:49: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'PERL_UINTMAX_T *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
                *ep = x + variant_byte_number(* (PERL_UINTMAX_T *) x);
                                                ^~~~~~~~~~~~~~~~~~~~
In file included from Client.xs:12:
./gearman_xs.h:18:10: fatal error: 'libgearman-1.0/gearman.h' file not found
#include <libgearman-1.0/gearman.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings and 1 error generated.
*** Error 1 in /mnt/cpan_build_dir/goku/Gearman-XS-0.15-0 (Makefile:369 'Client.o')
*** Error 1 (Makefile:369 'Task.o')
*** Error 1 in target 'Task.o'

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

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    perl                5.006 5.032001

build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::CBuilder  0.27  0.280236
    ExtUtils::MakeMaker 6.59  7.64    
    Storable            0     3.25    
    Test::More          0     1.302190

configure_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::CBuilder  0.27  0.280236
    ExtUtils::MakeMaker 6.59  7.64    


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

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /home/goku/perl5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
    PERL = /usr/bin/perl
    PERL5LIB = /home/goku/perl5/lib/perl5
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 35984
    PERL5_CPAN_IS_RUNNING = 35984
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 40816,35984
    PERL_CR_SMOKER_CURRENT = Gearman-XS-0.15
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = /home/goku/perl5
    PERL_MB_OPT = --install_base "/home/goku/perl5"
    PERL_MM_OPT = INSTALL_BASE=/home/goku/perl5
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/ksh
    TERM = xterm-256color

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

    $^X = /usr/bin/perl
    $UID/$EUID = 1001 / 1001
    $GID = 1002 1002 1001
    $EGID = 1002 1002 1001

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.33    
    CPAN::Meta          2.150010
    Cwd                 3.78    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.64    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.64    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.44    
    File::Spec          3.78    
    JSON                4.05    
    JSON::PP            4.08    
    Module::Build       0.4231  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.44    
    Test::More          1.302190
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9929  


--

Summary of my perl5 (revision 5 version 32 subversion 1) configuration:
   
  Platform:
    osname=openbsd
    osvers=7.0
    archname=amd64-openbsd
    uname='openbsd'
    config_args='-dse -Dopenbsd_distribution=defined -Dmksymlinks'
    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 ='-DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include'
    optimize='-O2'
    cppflags='-DBIG_TIME -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='OpenBSD Clang 11.1.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 ='-Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lc
    perllibs=-lm -lc
    libc=/usr/lib/libc.so.96.1
    so=so
    useshrplib=true
    libperl=libperl.so.22.0
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-R/usr/libdata/perl5/amd64-openbsd/CORE'
    cccdlflags='-DPIC -fpic '
    lddlflags='-shared -fpic  -fstack-protector-strong -L/usr/local/lib'


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_CTYPE
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under openbsd
  %ENV:
    PERL="/usr/bin/perl"
    PERL5LIB="/home/goku/perl5/lib/perl5"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="35984"
    PERL5_CPAN_IS_RUNNING="35984"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="40816,35984"
    PERL_CR_SMOKER_CURRENT="Gearman-XS-0.15"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT="/home/goku/perl5"
    PERL_MB_OPT="--install_base "/home/goku/perl5""
    PERL_MM_OPT="INSTALL_BASE=/home/goku/perl5"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/goku/perl5/lib/perl5/5.32.1/amd64-openbsd
    /home/goku/perl5/lib/perl5/5.32.1
    /home/goku/perl5/lib/perl5/amd64-openbsd
    /home/goku/perl5/lib/perl5
    /usr/local/libdata/perl5/site_perl/amd64-openbsd
    /usr/local/libdata/perl5/site_perl
    /usr/libdata/perl5/amd64-openbsd
    /usr/libdata/perl5
    .