XS-Parse-Keyword v0.48 Perl 5 v5.28.3 x86_64-linux-thread-multi
- Status
- Pass
- From
- Nigel Horne
- Dist
-
XS-Parse-Keyword v0.48
- Platform
- Perl 5 v5.28.3 x86_64-linux-thread-multi
- Date
- 2025-08-22 06:21:08
- ID
- 310eb09c-7f20-11f0-bbc8-f4e4ac3d812b
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 Paul Evans,
This is a computer-generated report for XS-Parse-Keyword-0.48
on perl 5.28.3, created by CPAN-Reporter-1.2018.
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:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build test':
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/lib/5.28.3/x86_64-linux-thread-multi/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -D_REENTRANT -D_GNU_SOURCE -O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -o t/build.o t/build.c
t/build.xs: In function 'build':
t/build.xs:13:70: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/build.xs:13:83: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/build/build.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/build/build.so t/build.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/lib/5.28.3/x86_64-linux-thread-multi/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -D_REENTRANT -D_GNU_SOURCE -O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -o t/flags.o t/flags.c
t/flags.xs: In function 'build_ident':
t/flags.xs:15:73: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_ident(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/flags.xs: In function 'build_lex_ident':
t/flags.xs:29:77: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_lex_ident(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/flags/flags.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/flags/flags.so t/flags.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/lib/5.28.3/x86_64-linux-thread-multi/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -D_REENTRANT -D_GNU_SOURCE -O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -o t/infix.o t/infix.c
In file included from t/infix.xs:11:
share-infix/include/XSParseInfix.h: In function 'S_parse_infix':
share-infix/include/XSParseInfix.h:95:28: warning: unused variable 'infocopy' [-Wunused-variable]
struct XSParseInfixInfo *infocopy;
^~~~~~~~
t/infix.xs: In function 'pp_LL':
t/infix.xs:194:28: warning: comparison of integer expressions of different signedness: 'int' and 'U32' {aka 'unsigned int'} [-Wsign-compare]
for(int argi = 0; argi < counts[listi]; argi++)
^
In file included from t/infix.xs:13:
At top level:
hax/perl-backcompat.c.inc:239:12: warning: 'S_newPADxVOP' defined but not used [-Wunused-function]
static OP *S_newPADxVOP(pTHX_ I32 type, I32 flags, PADOFFSET padix)
^~~~~~~~~~~~
hax/perl-backcompat.c.inc:214:13: warning: 'MY_sv_derived_from_hv' defined but not used [-Wunused-function]
static bool MY_sv_derived_from_hv(pTHX_ SV *sv, HV *hv)
^~~~~~~~~~~~~~~~~~~~~
hax/perl-backcompat.c.inc:204:12: warning: 'S_newAV_alloc_x' defined but not used [-Wunused-function]
static AV *S_newAV_alloc_x(pTHX_ SSize_t n)
^~~~~~~~~~~~~~~
hax/perl-backcompat.c.inc:191:12: warning: 'S_newAVav' defined but not used [-Wunused-function]
static AV *S_newAVav(pTHX_ AV *av)
^~~~~~~~~
In file included from t/infix.xs:11:
share-infix/include/XSParseInfix.h:102:12: warning: 'S_xs_parse_infix_new_op' defined but not used [-Wunused-function]
static OP *S_xs_parse_infix_new_op(pTHX_ const struct XSParseInfixInfo *info, U32 flags, OP *lhs, OP *rhs)
^~~~~~~~~~~~~~~~~~~~~~~
share-infix/include/XSParseInfix.h:90:13: warning: 'S_parse_infix' defined but not used [-Wunused-function]
static bool S_parse_infix(pTHX_ enum XSParseInfixSelection select, struct XSParseInfixInfo **infop)
^~~~~~~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/infix/infix.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/infix/infix.so t/infix.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/lib/5.28.3/x86_64-linux-thread-multi/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -D_REENTRANT -D_GNU_SOURCE -O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -o t/line.o t/line.c
t/line.xs: In function 'build_line':
t/line.xs:13:75: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_line(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/line.xs:13:88: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_line(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/line/line.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/line/line.so t/line.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/lib/5.28.3/x86_64-linux-thread-multi/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -D_REENTRANT -D_GNU_SOURCE -O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -o t/pieces.o t/pieces.c
In file included from t/pieces.xs:12:
share-infix/include/XSParseInfix.h: In function 'S_parse_infix':
share-infix/include/XSParseInfix.h:95:28: warning: unused variable 'infocopy' [-Wunused-variable]
struct XSParseInfixInfo *infocopy;
^~~~~~~~
t/pieces.xs: In function 'build_expr':
t/pieces.xs:18:72: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_expr(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_prefixedblock':
t/pieces.xs:34:84: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_prefixedblock(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/pieces.xs:34:97: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_prefixedblock(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_anonsub':
t/pieces.xs:50:75: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_anonsub(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_list':
t/pieces.xs:57:72: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_list(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_constsv':
t/pieces.xs:86:75: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_constsv(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_constsv_or_undef':
t/pieces.xs:92:84: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_constsv_or_undef(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_constpadix':
t/pieces.xs:101:78: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_constpadix(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_literal':
t/pieces.xs:107:63: warning: unused parameter 'arg0' [-Wunused-parameter]
static int build_literal(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~~~~~~~~~~~~~~~~^~~~
t/pieces.xs: In function 'build_attrs':
t/pieces.xs:116:76: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_attrs(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/pieces.xs:116:89: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_attrs(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_infix_opname':
t/pieces.xs:133:80: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_infix_opname(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_lexvar_intro':
t/pieces.xs:140:83: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_lexvar_intro(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/pieces.xs:140:96: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_lexvar_intro(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'callback_PREPARE':
t/pieces.xs:175:42: warning: unused parameter 'hookdata' [-Wunused-parameter]
static void callback_PREPARE(pTHX_ void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'callback_START':
t/pieces.xs:180:40: warning: unused parameter 'hookdata' [-Wunused-parameter]
static void callback_START(pTHX_ void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'callback_END':
t/pieces.xs:185:44: warning: unused parameter 'hookdata' [-Wunused-parameter]
static OP *callback_END(pTHX_ OP *o, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'callback_WRAP':
t/pieces.xs:191:45: warning: unused parameter 'hookdata' [-Wunused-parameter]
static OP *callback_WRAP(pTHX_ OP *o, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: At top level:
t/pieces.xs:345:13: warning: missing braces around initializer [-Wmissing-braces]
.pieces = (const struct XSParseKeywordPieceType []){
^
t/pieces.xs:341:65: warning: missing braces around initializer [-Wmissing-braces]
static const struct XSParseKeywordHooks hooks_lexvar_my_intro = {
^
In file included from t/pieces.xs:14:
hax/perl-backcompat.c.inc:239:12: warning: 'S_newPADxVOP' defined but not used [-Wunused-function]
static OP *S_newPADxVOP(pTHX_ I32 type, I32 flags, PADOFFSET padix)
^~~~~~~~~~~~
hax/perl-backcompat.c.inc:214:13: warning: 'MY_sv_derived_from_hv' defined but not used [-Wunused-function]
static bool MY_sv_derived_from_hv(pTHX_ SV *sv, HV *hv)
^~~~~~~~~~~~~~~~~~~~~
hax/perl-backcompat.c.inc:204:12: warning: 'S_newAV_alloc_x' defined but not used [-Wunused-function]
static AV *S_newAV_alloc_x(pTHX_ SSize_t n)
^~~~~~~~~~~~~~~
hax/perl-backcompat.c.inc:191:12: warning: 'S_newAVav' defined but not used [-Wunused-function]
static AV *S_newAVav(pTHX_ AV *av)
^~~~~~~~~
In file included from t/pieces.xs:12:
share-infix/include/XSParseInfix.h:121:13: warning: 'S_boot_xs_parse_infix' defined but not used [-Wunused-function]
static void S_boot_xs_parse_infix(pTHX_ double ver) {
^~~~~~~~~~~~~~~~~~~~~
share-infix/include/XSParseInfix.h:112:13: warning: 'S_register_xs_parse_infix' defined but not used [-Wunused-function]
static void S_register_xs_parse_infix(pTHX_ const char *opname, const struct XSParseInfixHooks *hooks, void *hookdata)
^~~~~~~~~~~~~~~~~~~~~~~~~
share-infix/include/XSParseInfix.h:102:12: warning: 'S_xs_parse_infix_new_op' defined but not used [-Wunused-function]
static OP *S_xs_parse_infix_new_op(pTHX_ const struct XSParseInfixInfo *info, U32 flags, OP *lhs, OP *rhs)
^~~~~~~~~~~~~~~~~~~~~~~
share-infix/include/XSParseInfix.h:90:13: warning: 'S_parse_infix' defined but not used [-Wunused-function]
static bool S_parse_infix(pTHX_ enum XSParseInfixSelection select, struct XSParseInfixInfo **infop)
^~~~~~~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/pieces/pieces.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/pieces/pieces.so t/pieces.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/lib/5.28.3/x86_64-linux-thread-multi/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -D_REENTRANT -D_GNU_SOURCE -O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -o t/probing.o t/probing.c
t/probing.xs: In function 'build_constbool':
t/probing.xs:17:80: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_constbool(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/probing.xs:17:93: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_constbool(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
t/probing.xs: In function 'build_repeatcount':
t/probing.xs:23:82: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_repeatcount(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/probing.xs:23:95: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_repeatcount(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
In file included from t/probing.xs:13:
At top level:
hax/perl-backcompat.c.inc:239:12: warning: 'S_newPADxVOP' defined but not used [-Wunused-function]
static OP *S_newPADxVOP(pTHX_ I32 type, I32 flags, PADOFFSET padix)
^~~~~~~~~~~~
hax/perl-backcompat.c.inc:214:13: warning: 'MY_sv_derived_from_hv' defined but not used [-Wunused-function]
static bool MY_sv_derived_from_hv(pTHX_ SV *sv, HV *hv)
^~~~~~~~~~~~~~~~~~~~~
hax/perl-backcompat.c.inc:204:12: warning: 'S_newAV_alloc_x' defined but not used [-Wunused-function]
static AV *S_newAV_alloc_x(pTHX_ SSize_t n)
^~~~~~~~~~~~~~~
hax/perl-backcompat.c.inc:191:12: warning: 'S_newAVav' defined but not used [-Wunused-function]
static AV *S_newAVav(pTHX_ AV *av)
^~~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/probing/probing.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/probing/probing.so t/probing.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/lib/5.28.3/x86_64-linux-thread-multi/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -D_REENTRANT -D_GNU_SOURCE -O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -o t/stages.o t/stages.c
t/stages.xs: In function 'permit_stages':
t/stages.xs:13:39: warning: unused parameter 'hookdata' [-Wunused-parameter]
static bool permit_stages(pTHX_ void *hookdata)
~~~~~~^~~~~~~~
t/stages.xs: In function 'check_stages':
t/stages.xs:22:38: warning: unused parameter 'hookdata' [-Wunused-parameter]
static void check_stages(pTHX_ void *hookdata)
~~~~~~^~~~~~~~
t/stages.xs: In function 'parse_stages':
t/stages.xs:29:47: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int parse_stages(pTHX_ OP **out, void *hookdata)
~~~~~~^~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/stages/stages.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/stages/stages.so t/stages.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/lib/5.28.3/x86_64-linux-thread-multi/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -D_REENTRANT -D_GNU_SOURCE -O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -o t/structures.o t/structures.c
t/structures.xs: In function 'build_op':
t/structures.xs:15:73: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_op(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/structures.xs:15:86: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_op(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
t/structures.xs: In function 'build_constiv':
t/structures.xs:21:78: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_constiv(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/structures.xs:21:91: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_constiv(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
t/structures.xs: In function 'build_constsv':
t/structures.xs:28:78: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_constsv(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/structures.xs:28:91: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_constsv(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/structures/structures.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/structures/structures.so t/structures.o
t/00use.t ............... ok
t/10stages-permit.t ..... ok
t/11stages-check.t ...... ok
t/30pieces-literal.t .... ok
t/31pieces-block.t ...... ok
t/32pieces-anonsub.t .... ok
t/33pieces-arithexpr.t .. ok
t/33pieces-listexpr.t ... ok
t/33pieces-termexpr.t ... ok
t/34pieces-ident.t ...... ok
t/35pieces-lexvar.t ..... ok
t/36pieces-attrs.t ...... ok
t/37pieces-vstring.t .... ok
t/38pieces-infix.t ...... ok
t/40build.t ............. ok
t/39pieces-warning.t .... ok
t/42containers.t ........ ok
t/41structures.t ........ ok
t/43probing.t ........... ok
t/50flags-autosemi.t .... ok
t/51flags-lexical.t ..... ok
t/60line.t .............. ok
t/70infix.t ............. skipped: No PL_infix_plugin
t/71infix-wrapper.t ..... ok
t/99pod.t ............... ok
All tests successful.
Files=25, Tests=175, 8 wallclock secs ( 0.40 usr 0.15 sys + 12.82 cusr 2.36 csys = 15.73 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------ ------ --------
File::ShareDir 1.00 1.116
perl 5.014 5.028003
build_requires:
Module Need Have
------------------ ------ --------
ExtUtils::CBuilder 0 0.280230
ExtUtils::ParseXS 3.16 3.39
Test2::V0 0 0.000130
configure_requires:
Module Need Have
------------------ ------ --------
ExtUtils::CChecker 0.11 0.12
Module::Build 0.4004 0.4231
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = c:j2
PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:
PERL5LIB = /home/smoker/.cpan/build/ExtUtils-CChecker-0.12-0/blib/arch:/home/smoker/.cpan/build/ExtUtils-CChecker-0.12-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 31
PERL5_CPAN_IS_RUNNING = 31
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1,31
PERLBREW_HOME = /home/smoker/.perlbrew
PERLBREW_MANPATH = /home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/man
PERLBREW_PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/bin
PERLBREW_PERL = perl-5.28.3-thread
PERLBREW_ROOT = /home/smoker/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.88
PERLBREW_VERSION = 0.88
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
TERM = xterm
TMPDIR = /tmp/testwrapper.18
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/bin/perl5.28.3
$UID/$EUID = 1000 / 1000
$GID = 1000 1000
$EGID = 1000 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.20
CPAN::Meta 2.150010
Cwd 3.75
ExtUtils::CBuilder 0.280230
ExtUtils::Command 7.44
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.44
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.39
File::Spec 3.75
JSON 4.02
JSON::PP 2.97001
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.9923
--
Summary of my perl5 (revision 5 version 28 subversion 3) configuration:
Platform:
osname=linux
osvers=5.3.0-1024-oracle
archname=x86_64-linux-thread-multi
uname='linux 3b45f4f551e0 5.3.0-1024-oracle #26~18.04.1-ubuntu smp sat jun 6 00:41:22 utc 2020 x86_64 gnulinux '
config_args='-de -Dprefix=/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread -Dusedevel -Dusethreads -Accflags=-O2 -pipe -Wall -Wextra -mtune=native -march=native -Aeval:scriptdir=/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/bin'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -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 -O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -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 -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.28.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.28'
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_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
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 2.00
Built under linux
Compiled at Jun 11 2020 17:46:52
%ENV:
PERL5LIB="/home/smoker/.cpan/build/ExtUtils-CChecker-0.12-0/blib/arch:/home/smoker/.cpan/build/ExtUtils-CChecker-0.12-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="31"
PERL5_CPAN_IS_RUNNING="31"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="1,31"
PERLBREW_HOME="/home/smoker/.perlbrew"
PERLBREW_MANPATH="/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/man"
PERLBREW_PATH="/home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/bin"
PERLBREW_PERL="perl-5.28.3-thread"
PERLBREW_ROOT="/home/smoker/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.88"
PERLBREW_VERSION="0.88"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/smoker/.cpan/build/ExtUtils-CChecker-0.12-0/blib/arch
/home/smoker/.cpan/build/ExtUtils-CChecker-0.12-0/blib/lib
/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/lib/site_perl/5.28.3/x86_64-linux-thread-multi
/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/lib/site_perl/5.28.3
/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/lib/5.28.3/x86_64-linux-thread-multi
/home/smoker/perl5/perlbrew/perls/perl-5.28.3-thread/lib/5.28.3
.