Gearman-XS v0.15 Perl 5 v5.32.0 x86_64-linux

Status
Pass
From
Dist
Gearman-XS v0.15
Platform
Perl 5 v5.32.0 x86_64-linux
Date
2020-07-14 01:26:09
ID
ff17d4ec-c570-11ea-bef6-bd50afd8ba3b
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 KROW,

This is a computer-generated report for Gearman-XS-0.15
on perl 5.32.0, created by App::cpanminus::reporter 0.17 (1.7044).

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

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 '':

Building and testing Gearman-XS-0.15
cp lib/Gearman/XS/Task.pm blib/lib/Gearman/XS/Task.pm
cp lib/Gearman/XS/Job.pm blib/lib/Gearman/XS/Job.pm
cp lib/Gearman/XS/Worker.pm blib/lib/Gearman/XS/Worker.pm
cp lib/Gearman/XS.pm blib/lib/Gearman/XS.pm
cp lib/Gearman/XS/Client.pm blib/lib/Gearman/XS/Client.pm
Running Mkbootstrap for XS ()
chmod 644 "XS.bs"
"/home/egor/perl5/perlbrew/perls/perl-5.32.0/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Gearman/XS/XS.bs 644
"/home/egor/perl5/perlbrew/perls/perl-5.32.0/bin/perl" "-Iinc" "/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/ExtUtils/xsubpp"  -typemap '/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/ExtUtils/typemap' -typemap '/home/egor/.cpanm/work/1594689956.645212/Gearman-XS-0.15/typemap'  XS.xs > XS.xsc
mv XS.xsc XS.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\" -fPIC "-I/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE"   XS.c
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/sbox32_hash.h:4,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:35,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from XS.xs:11:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_hash_with_state’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/zaphod32_hash.h:258:5: warning: switch missing default case [-Wswitch-default]
  258 |     switch (len & 0x3) {
      |     ^~~~~~
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:55,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from XS.xs:11:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_hash_with_state’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:165:9: warning: switch missing default case [-Wswitch-default]
  165 |         switch ( len & 0x7 ) {
      |         ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:210:9: warning: switch missing default case [-Wswitch-default]
  210 |         switch ( len >> 3 ) {
      |         ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:221:9: warning: switch missing default case [-Wswitch-default]
  221 |         switch ( len & 0x7 ) {
      |         ^~~~~~
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from XS.xs:11:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3_with_state_64’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: warning: switch missing default case [-Wswitch-default]
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4_with_state_64’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: warning: switch missing default case [-Wswitch-default]
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
  224 |   switch( left )                            \
      |   ^~~~~~
XS.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-format-invalid-specifier’
"/home/egor/perl5/perlbrew/perls/perl-5.32.0/bin/perl" "-Iinc" "/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/ExtUtils/xsubpp"  -typemap '/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/ExtUtils/typemap' -typemap '/home/egor/.cpanm/work/1594689956.645212/Gearman-XS-0.15/typemap'  Const.xs > Const.xsc
mv Const.xsc Const.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\" -fPIC "-I/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE"   Const.c
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/sbox32_hash.h:4,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:35,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Const.xs:12:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_hash_with_state’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/zaphod32_hash.h:258:5: warning: switch missing default case [-Wswitch-default]
  258 |     switch (len & 0x3) {
      |     ^~~~~~
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:55,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Const.xs:12:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_hash_with_state’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:165:9: warning: switch missing default case [-Wswitch-default]
  165 |         switch ( len & 0x7 ) {
      |         ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:210:9: warning: switch missing default case [-Wswitch-default]
  210 |         switch ( len >> 3 ) {
      |         ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:221:9: warning: switch missing default case [-Wswitch-default]
  221 |         switch ( len & 0x7 ) {
      |         ^~~~~~
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Const.xs:12:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3_with_state_64’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: warning: switch missing default case [-Wswitch-default]
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4_with_state_64’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: warning: switch missing default case [-Wswitch-default]
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
  224 |   switch( left )                            \
      |   ^~~~~~
Const.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-format-invalid-specifier’
"/home/egor/perl5/perlbrew/perls/perl-5.32.0/bin/perl" "-Iinc" "/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/ExtUtils/xsubpp"  -typemap '/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/ExtUtils/typemap' -typemap '/home/egor/.cpanm/work/1594689956.645212/Gearman-XS-0.15/typemap'  Client.xs > Client.xsc
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\" -fPIC "-I/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE"   Client.c
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/sbox32_hash.h:4,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:35,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Client.xs:12:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_hash_with_state’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/zaphod32_hash.h:258:5: warning: switch missing default case [-Wswitch-default]
  258 |     switch (len & 0x3) {
      |     ^~~~~~
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:55,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Client.xs:12:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_hash_with_state’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:165:9: warning: switch missing default case [-Wswitch-default]
  165 |         switch ( len & 0x7 ) {
      |         ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:210:9: warning: switch missing default case [-Wswitch-default]
  210 |         switch ( len >> 3 ) {
      |         ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:221:9: warning: switch missing default case [-Wswitch-default]
  221 |         switch ( len & 0x7 ) {
      |         ^~~~~~
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Client.xs:12:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3_with_state_64’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: warning: switch missing default case [-Wswitch-default]
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4_with_state_64’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: warning: switch missing default case [-Wswitch-default]
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
  224 |   switch( left )                            \
      |   ^~~~~~
Client.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-format-invalid-specifier’
"/home/egor/perl5/perlbrew/perls/perl-5.32.0/bin/perl" "-Iinc" "/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/ExtUtils/xsubpp"  -typemap '/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/ExtUtils/typemap' -typemap '/home/egor/.cpanm/work/1594689956.645212/Gearman-XS-0.15/typemap'  Worker.xs > Worker.xsc
mv Worker.xsc Worker.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\" -fPIC "-I/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE"   Worker.c
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/sbox32_hash.h:4,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:35,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Worker.xs:11:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_hash_with_state’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/zaphod32_hash.h:258:5: warning: switch missing default case [-Wswitch-default]
  258 |     switch (len & 0x3) {
      |     ^~~~~~
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:55,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Worker.xs:11:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_hash_with_state’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:165:9: warning: switch missing default case [-Wswitch-default]
  165 |         switch ( len & 0x7 ) {
      |         ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:210:9: warning: switch missing default case [-Wswitch-default]
  210 |         switch ( len >> 3 ) {
      |         ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:221:9: warning: switch missing default case [-Wswitch-default]
  221 |         switch ( len & 0x7 ) {
      |         ^~~~~~
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Worker.xs:11:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3_with_state_64’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: warning: switch missing default case [-Wswitch-default]
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4_with_state_64’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: warning: switch missing default case [-Wswitch-default]
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
  224 |   switch( left )                            \
      |   ^~~~~~
Worker.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-format-invalid-specifier’
"/home/egor/perl5/perlbrew/perls/perl-5.32.0/bin/perl" "-Iinc" "/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/ExtUtils/xsubpp"  -typemap '/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/ExtUtils/typemap' -typemap '/home/egor/.cpanm/work/1594689956.645212/Gearman-XS-0.15/typemap'  Job.xs > Job.xsc
mv Job.xsc Job.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\" -fPIC "-I/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE"   Job.c
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/sbox32_hash.h:4,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:35,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Job.xs:11:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_hash_with_state’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/zaphod32_hash.h:258:5: warning: switch missing default case [-Wswitch-default]
  258 |     switch (len & 0x3) {
      |     ^~~~~~
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:55,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Job.xs:11:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_hash_with_state’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:165:9: warning: switch missing default case [-Wswitch-default]
  165 |         switch ( len & 0x7 ) {
      |         ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:210:9: warning: switch missing default case [-Wswitch-default]
  210 |         switch ( len >> 3 ) {
      |         ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:221:9: warning: switch missing default case [-Wswitch-default]
  221 |         switch ( len & 0x7 ) {
      |         ^~~~~~
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Job.xs:11:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3_with_state_64’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: warning: switch missing default case [-Wswitch-default]
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4_with_state_64’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: warning: switch missing default case [-Wswitch-default]
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
  224 |   switch( left )                            \
      |   ^~~~~~
Job.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-format-invalid-specifier’
"/home/egor/perl5/perlbrew/perls/perl-5.32.0/bin/perl" "-Iinc" "/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/ExtUtils/xsubpp"  -typemap '/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/ExtUtils/typemap' -typemap '/home/egor/.cpanm/work/1594689956.645212/Gearman-XS-0.15/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\" -fPIC "-I/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE"   Task.c
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/sbox32_hash.h:4,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:35,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Task.xs:11:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_hash_with_state’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/zaphod32_hash.h:258:5: warning: switch missing default case [-Wswitch-default]
  258 |     switch (len & 0x3) {
      |     ^~~~~~
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:55,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Task.xs:11:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_hash_with_state’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:165:9: warning: switch missing default case [-Wswitch-default]
  165 |         switch ( len & 0x7 ) {
      |         ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:210:9: warning: switch missing default case [-Wswitch-default]
  210 |         switch ( len >> 3 ) {
      |         ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/stadtx_hash.h:221:9: warning: switch missing default case [-Wswitch-default]
  221 |         switch ( len & 0x7 ) {
      |         ^~~~~~
In file included from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv.h:663,
                 from /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/perl.h:3918,
                 from gearman_xs.h:14,
                 from Task.xs:11:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3_with_state_64’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: warning: switch missing default case [-Wswitch-default]
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4_with_state_64’:
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: warning: switch missing default case [-Wswitch-default]
  224 |   switch( left )                            \
      |   ^~~~~~
/home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux/CORE/hv_func.h:224:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
  224 |   switch( left )                            \
      |   ^~~~~~
Task.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-format-invalid-specifier’
rm -f blib/arch/auto/Gearman/XS/XS.so
LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" cc  -shared -O2 -L/usr/local/lib -fstack-protector-strong  XS.o Const.o Client.o Worker.o Job.o Task.o  -o blib/arch/auto/Gearman/XS/XS.so  \
   -lgearman   \
  
chmod 755 blib/arch/auto/Gearman/XS/XS.so
Manifying 5 pod documents
"/home/egor/perl5/perlbrew/perls/perl-5.32.0/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Gearman/XS/XS.bs 644
PERL_DL_NONLAZY=1 "/home/egor/perl5/perlbrew/perls/perl-5.32.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
# Testing Gearman::XS 0.15
t/00-use.t .................. ok
t/02-pod.t .................. ok
t/03-basic.t ................ ok
t/04-live.t ................. skipped: Set $ENV{GEARMAN_LIVE_TEST} to run this test
t/05-live-worker.t .......... skipped: Set $ENV{GEARMAN_LIVE_TEST} to run this test
t/06_live-worker-timeout.t .. skipped: Set $ENV{GEARMAN_LIVE_TEST} to run this test
t/80-memleak.t .............. skipped: Hacky linux memory leak test. Set $ENV{LINUX_MEMLEAK_CHECK} to a true value to run.
t/99-perlcritic.t ........... skipped: Author test.  Set $ENV{TEST_AUTHOR} to a true value to run.
All tests successful.
Files=8, Tests=44,  1 wallclock secs ( 0.04 usr  0.01 sys +  0.57 cusr  0.03 csys =  0.65 CPU)
Result: PASS

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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    LANG = en_US.utf8
    PATH = /home/egor/.cargo/bin:/home/egor/bin:/home/egor/.rakudobrew/versions/moar-master/install/bin:/home/egor/.rakudobrew/versions/moar-master/install/share/perl6/site/bin:/home/egor/.rakudobrew/bin:/home/egor/perl5/perlbrew/bin:/home/egor/perl5/perlbrew/perls/perl-5.32.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERLBREW_BASHRC_VERSION = 0.73
    PERLBREW_HOME = /home/egor/.perlbrew
    PERLBREW_MANPATH = /home/egor/perl5/perlbrew/perls/perl-5.32.0/man
    PERLBREW_PATH = /home/egor/perl5/perlbrew/bin:/home/egor/perl5/perlbrew/perls/perl-5.32.0/bin
    PERLBREW_PERL = perl-5.32.0
    PERLBREW_ROOT = /home/egor/perl5/perlbrew
    PERLBREW_VERSION = 0.88
    SHELL = /bin/bash
    TERM = xterm-256color

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

    EGID = 1000 24 25 27 29 30 44 46 108 113 114 121 999 1000
    EUID = 1000
    EXECUTABLE_NAME = /home/egor/perl5/perlbrew/perls/perl-5.32.0/bin/perl
    GID = 1000 24 25 27 29 30 44 46 108 113 114 121 999 1000
    UID = 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.28    
    CPAN::Meta          2.150010
    Cwd                 3.78    
    ExtUtils::CBuilder  0.280234
    ExtUtils::Command   7.46    
    ExtUtils::Install   2.16    
    ExtUtils::MakeMaker 7.46    
    ExtUtils::Manifest  1.72    
    ExtUtils::ParseXS   3.40    
    File::Spec          3.78    
    JSON                4.02    
    JSON::PP            4.05    
    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          1.32    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 32 subversion 0) configuration:
   
  Platform:
    osname=linux
    osvers=5.6.0-2-amd64
    archname=x86_64-linux
    uname='linux vz 5.6.0-2-amd64 #1 smp debian 5.6.14-2 (2020-06-09) x86_64 gnulinux '
    config_args='-de -Dprefix=/home/egor/perl5/perlbrew/perls/perl-5.32.0 -Aeval:scriptdir=/home/egor/perl5/perlbrew/perls/perl-5.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='9.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/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 -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.30.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.30'
  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 Jun 22 2020 14:02:35
  %ENV:
    PERLBREW_BASHRC_VERSION="0.73"
    PERLBREW_HOME="/home/egor/.perlbrew"
    PERLBREW_MANPATH="/home/egor/perl5/perlbrew/perls/perl-5.32.0/man"
    PERLBREW_PATH="/home/egor/perl5/perlbrew/bin:/home/egor/perl5/perlbrew/perls/perl-5.32.0/bin"
    PERLBREW_PERL="perl-5.32.0"
    PERLBREW_ROOT="/home/egor/perl5/perlbrew"
    PERLBREW_VERSION="0.88"
  @INC:
    /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/site_perl/5.32.0/x86_64-linux
    /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/site_perl/5.32.0
    /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/x86_64-linux
    /home/egor/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0