Test-LeakTrace v0.17 Perl 5 v5.39.5 darwin-2level
- Status
- Pass
- From
- John SJ Anderson
- Dist
-
Test-LeakTrace v0.17
- Platform
- Perl 5 v5.39.5 darwin-2level
- Date
- 2023-11-24 20:23:17
- ID
- 4d27c516-8b07-11ee-b076-18286bb6df9d
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 LEEJO,
This is a computer-generated report for Test-LeakTrace-0.17
on perl 5.39.5, created by App::cpanminus::reporter 0.21 (1.7047).
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 Test-LeakTrace-0.17
cp lib/Test/LeakTrace/JA.pod blib/lib/Test/LeakTrace/JA.pod
cp lib/Test/LeakTrace.pm blib/lib/Test/LeakTrace.pm
cp lib/Test/LeakTrace/Script.pm blib/lib/Test/LeakTrace/Script.pm
Running Mkbootstrap for LeakTrace ()
chmod 644 "LeakTrace.bs"
"/opt/plenv/versions/5.39.5/bin/perl5.39.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644
"/opt/plenv/versions/5.39.5/bin/perl5.39.5" "/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/ExtUtils/xsubpp" -typemap '/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/ExtUtils/typemap' LeakTrace.xs > LeakTrace.xsc
mv LeakTrace.xsc LeakTrace.c
cc -c -fno-common -DPERL_DARWIN -mmacosx-version-min=14.1 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -Wno-error=implicit-function-declaration -O3 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" "-I/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE" LeakTrace.c
LeakTrace.xs:97:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
START_ARENA_VISIT {
^~~~~~~~~~~~~~~~~
LeakTrace.xs:60:27: note: expanded from macro 'START_ARENA_VISIT'
#define START_ARENA_VISIT STMT_START{ \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:97:5: note: '{' token is here
START_ARENA_VISIT {
^~~~~~~~~~~~~~~~~
LeakTrace.xs:60:37: note: expanded from macro 'START_ARENA_VISIT'
#define START_ARENA_VISIT STMT_START{ \
^
LeakTrace.xs:99:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
} END_ARENA_VISIT;
^~~~~~~~~~~~~~~
LeakTrace.xs:71:5: note: expanded from macro 'END_ARENA_VISIT'
} STMT_END
^
LeakTrace.xs:99:7: note: ')' token is here
} END_ARENA_VISIT;
^~~~~~~~~~~~~~~
LeakTrace.xs:71:7: note: expanded from macro 'END_ARENA_VISIT'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:106:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
START_PTR_TABLE_VISIT(tbl) {
^~~~~~~~~~~~~~~~~~~~~~~~~~
LeakTrace.xs:75:36: note: expanded from macro 'START_PTR_TABLE_VISIT'
#define START_PTR_TABLE_VISIT(tbl) STMT_START{ \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:106:5: note: '{' token is here
START_PTR_TABLE_VISIT(tbl) {
^~~~~~~~~~~~~~~~~~~~~~~~~~
LeakTrace.xs:75:46: note: expanded from macro 'START_PTR_TABLE_VISIT'
#define START_PTR_TABLE_VISIT(tbl) STMT_START{ \
^
LeakTrace.xs:106:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
START_PTR_TABLE_VISIT(tbl) {
^~~~~~~~~~~~~~~~~~~~~~~~~~
LeakTrace.xs:83:17: note: expanded from macro 'START_PTR_TABLE_VISIT'
STMT_START
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:106:32: note: '{' token is here
START_PTR_TABLE_VISIT(tbl) {
^
LeakTrace.xs:110:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
} END_PTR_TABLE_VISIT;
^
LeakTrace.xs:110:7: note: ')' token is here
} END_PTR_TABLE_VISIT;
^~~~~~~~~~~~~~~~~~~
LeakTrace.xs:86:17: note: expanded from macro 'END_PTR_TABLE_VISIT'
STMT_END; \
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:110:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
} END_PTR_TABLE_VISIT;
^~~~~~~~~~~~~~~~~~~
LeakTrace.xs:91:5: note: expanded from macro 'END_PTR_TABLE_VISIT'
} STMT_END
^
LeakTrace.xs:110:7: note: ')' token is here
} END_PTR_TABLE_VISIT;
^~~~~~~~~~~~~~~~~~~
LeakTrace.xs:91:7: note: expanded from macro 'END_PTR_TABLE_VISIT'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:134:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
START_PTR_TABLE_VISIT(MY_CXT.newsv_reg) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LeakTrace.xs:75:36: note: expanded from macro 'START_PTR_TABLE_VISIT'
#define START_PTR_TABLE_VISIT(tbl) STMT_START{ \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:134:5: note: '{' token is here
START_PTR_TABLE_VISIT(MY_CXT.newsv_reg) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LeakTrace.xs:75:46: note: expanded from macro 'START_PTR_TABLE_VISIT'
#define START_PTR_TABLE_VISIT(tbl) STMT_START{ \
^
LeakTrace.xs:134:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
START_PTR_TABLE_VISIT(MY_CXT.newsv_reg) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LeakTrace.xs:83:17: note: expanded from macro 'START_PTR_TABLE_VISIT'
STMT_START
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:134:45: note: '{' token is here
START_PTR_TABLE_VISIT(MY_CXT.newsv_reg) {
^
LeakTrace.xs:138:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
} END_PTR_TABLE_VISIT;
^
LeakTrace.xs:138:7: note: ')' token is here
} END_PTR_TABLE_VISIT;
^~~~~~~~~~~~~~~~~~~
LeakTrace.xs:86:17: note: expanded from macro 'END_PTR_TABLE_VISIT'
STMT_END; \
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:138:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
} END_PTR_TABLE_VISIT;
^~~~~~~~~~~~~~~~~~~
LeakTrace.xs:91:5: note: expanded from macro 'END_PTR_TABLE_VISIT'
} STMT_END
^
LeakTrace.xs:138:7: note: ')' token is here
} END_PTR_TABLE_VISIT;
^~~~~~~~~~~~~~~~~~~
LeakTrace.xs:91:7: note: expanded from macro 'END_PTR_TABLE_VISIT'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:149:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
START_ARENA_VISIT {
^~~~~~~~~~~~~~~~~
LeakTrace.xs:60:27: note: expanded from macro 'START_ARENA_VISIT'
#define START_ARENA_VISIT STMT_START{ \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:149:5: note: '{' token is here
START_ARENA_VISIT {
^~~~~~~~~~~~~~~~~
LeakTrace.xs:60:37: note: expanded from macro 'START_ARENA_VISIT'
#define START_ARENA_VISIT STMT_START{ \
^
LeakTrace.xs:175:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
} END_ARENA_VISIT;
^~~~~~~~~~~~~~~
LeakTrace.xs:71:5: note: expanded from macro 'END_ARENA_VISIT'
} STMT_END
^
LeakTrace.xs:175:7: note: ')' token is here
} END_ARENA_VISIT;
^~~~~~~~~~~~~~~
LeakTrace.xs:71:7: note: expanded from macro 'END_ARENA_VISIT'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:218:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
START_ARENA_VISIT{
^~~~~~~~~~~~~~~~~
LeakTrace.xs:60:27: note: expanded from macro 'START_ARENA_VISIT'
#define START_ARENA_VISIT STMT_START{ \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:218:5: note: '{' token is here
START_ARENA_VISIT{
^~~~~~~~~~~~~~~~~
LeakTrace.xs:60:37: note: expanded from macro 'START_ARENA_VISIT'
#define START_ARENA_VISIT STMT_START{ \
^
LeakTrace.xs:226:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
} END_ARENA_VISIT;
^~~~~~~~~~~~~~~
LeakTrace.xs:71:5: note: expanded from macro 'END_ARENA_VISIT'
} STMT_END
^
LeakTrace.xs:226:7: note: ')' token is here
} END_ARENA_VISIT;
^~~~~~~~~~~~~~~
LeakTrace.xs:71:7: note: expanded from macro 'END_ARENA_VISIT'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:247:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:120:5: note: expanded from macro 'PUSHMARK'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:247:9: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:120:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
LeakTrace.xs:247:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:129:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
LeakTrace.xs:247:9: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:129:7: note: expanded from macro 'PUSHMARK'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:249:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 3);
^~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:460:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:249:9: note: '{' token is here
EXTEND(SP, 3);
^~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:460:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
LeakTrace.xs:249:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 3);
^~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:466:25: note: expanded from macro 'EXTEND'
} STMT_END
^
LeakTrace.xs:249:9: note: ')' token is here
EXTEND(SP, 3);
^~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:466:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:250:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHs(newRV_inc(leaked->sv));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:576:20: note: expanded from macro 'mXPUSHs'
#define mXPUSHs(s) XPUSHs(sv_2mortal(s))
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:559:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:250:9: note: '{' token is here
mXPUSHs(newRV_inc(leaked->sv));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:576:20: note: expanded from macro 'mXPUSHs'
#define mXPUSHs(s) XPUSHs(sv_2mortal(s))
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:559:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^
LeakTrace.xs:250:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHs(newRV_inc(leaked->sv));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:576:20: note: expanded from macro 'mXPUSHs'
#define mXPUSHs(s) XPUSHs(sv_2mortal(s))
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:559:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:460:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:250:9: note: '{' token is here
mXPUSHs(newRV_inc(leaked->sv));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:576:20: note: expanded from macro 'mXPUSHs'
#define mXPUSHs(s) XPUSHs(sv_2mortal(s))
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:559:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:460:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
LeakTrace.xs:250:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHs(newRV_inc(leaked->sv));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:576:20: note: expanded from macro 'mXPUSHs'
#define mXPUSHs(s) XPUSHs(sv_2mortal(s))
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:559:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:466:25: note: expanded from macro 'EXTEND'
} STMT_END
^
LeakTrace.xs:250:9: note: ')' token is here
mXPUSHs(newRV_inc(leaked->sv));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:576:20: note: expanded from macro 'mXPUSHs'
#define mXPUSHs(s) XPUSHs(sv_2mortal(s))
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:559:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:466:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:250:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHs(newRV_inc(leaked->sv));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:576:20: note: expanded from macro 'mXPUSHs'
#define mXPUSHs(s) XPUSHs(sv_2mortal(s))
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:559:56: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^
LeakTrace.xs:250:9: note: ')' token is here
mXPUSHs(newRV_inc(leaked->sv));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:576:20: note: expanded from macro 'mXPUSHs'
#define mXPUSHs(s) XPUSHs(sv_2mortal(s))
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:559:58: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.c:513:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:27: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.c:513:5: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:38: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
LeakTrace.c:513:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.c:513:5: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
LeakTrace.c:513:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
LeakTrace.c:513:5: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.c:513:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:70: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
LeakTrace.c:513:5: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:72: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.c:532:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:27: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.c:532:5: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:38: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
LeakTrace.c:532:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.c:532:5: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
LeakTrace.c:532:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
LeakTrace.c:532:5: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.c:532:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:70: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
LeakTrace.c:532:5: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:72: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:389:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
START_ARENA_VISIT{
^~~~~~~~~~~~~~~~~
LeakTrace.xs:60:27: note: expanded from macro 'START_ARENA_VISIT'
#define START_ARENA_VISIT STMT_START{ \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:389:5: note: '{' token is here
START_ARENA_VISIT{
^~~~~~~~~~~~~~~~~
LeakTrace.xs:60:37: note: expanded from macro 'START_ARENA_VISIT'
#define START_ARENA_VISIT STMT_START{ \
^
LeakTrace.xs:392:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
} END_ARENA_VISIT;
^~~~~~~~~~~~~~~
LeakTrace.xs:71:5: note: expanded from macro 'END_ARENA_VISIT'
} STMT_END
^
LeakTrace.xs:392:7: note: ')' token is here
} END_ARENA_VISIT;
^~~~~~~~~~~~~~~
LeakTrace.xs:71:7: note: expanded from macro 'END_ARENA_VISIT'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.c:567:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:27: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.c:567:5: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:38: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
LeakTrace.c:567:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.c:567:5: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
LeakTrace.c:567:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
LeakTrace.c:567:5: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.c:567:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:70: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
LeakTrace.c:567:5: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:72: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:409:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:27: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:409:9: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:38: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
LeakTrace.xs:409:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:409:9: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
LeakTrace.xs:409:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
LeakTrace.xs:409:9: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:57: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:409:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:70: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
LeakTrace.xs:409:9: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:340:72: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:457:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XCPT_TRY_START {
^~~~~~~~~~~~~~
./ppport.h:2863:24: note: expanded from macro 'XCPT_TRY_START'
#define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/cop.h:118:5: note: expanded from macro 'JMPENV_PUSH'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:457:13: note: '{' token is here
XCPT_TRY_START {
^~~~~~~~~~~~~~
./ppport.h:2863:24: note: expanded from macro 'XCPT_TRY_START'
#define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/cop.h:118:16: note: expanded from macro 'JMPENV_PUSH'
STMT_START { \
^
LeakTrace.xs:457:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XCPT_TRY_START {
^~~~~~~~~~~~~~
./ppport.h:2863:24: note: expanded from macro 'XCPT_TRY_START'
#define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/cop.h:149:5: note: expanded from macro 'JMPENV_PUSH'
} STMT_END
^
LeakTrace.xs:457:13: note: ')' token is here
XCPT_TRY_START {
^~~~~~~~~~~~~~
./ppport.h:2863:24: note: expanded from macro 'XCPT_TRY_START'
#define XCPT_TRY_START JMPENV_PUSH(rEtV); if (rEtV == 0)
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/cop.h:149:7: note: expanded from macro 'JMPENV_PUSH'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:459:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
} XCPT_TRY_END
^~~~~~~~~~~~
./ppport.h:2864:22: note: expanded from macro 'XCPT_TRY_END'
#define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/cop.h:152:5: note: expanded from macro 'JMPENV_POP'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:459:15: note: '{' token is here
} XCPT_TRY_END
^~~~~~~~~~~~
./ppport.h:2864:22: note: expanded from macro 'XCPT_TRY_END'
#define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/cop.h:152:16: note: expanded from macro 'JMPENV_POP'
STMT_START { \
^
LeakTrace.xs:459:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
} XCPT_TRY_END
^~~~~~~~~~~~
./ppport.h:2864:22: note: expanded from macro 'XCPT_TRY_END'
#define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/cop.h:161:5: note: expanded from macro 'JMPENV_POP'
} STMT_END
^
LeakTrace.xs:459:15: note: ')' token is here
} XCPT_TRY_END
^~~~~~~~~~~~
./ppport.h:2864:22: note: expanded from macro 'XCPT_TRY_END'
#define XCPT_TRY_END JMPENV_POP;
^~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/cop.h:161:7: note: expanded from macro 'JMPENV_POP'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:466:17: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XCPT_RETHROW;
^~~~~~~~~~~~
./ppport.h:2866:22: note: expanded from macro 'XCPT_RETHROW'
#define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/cop.h:164:5: note: expanded from macro 'JMPENV_JUMP'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:466:17: note: '{' token is here
XCPT_RETHROW;
^~~~~~~~~~~~
./ppport.h:2866:22: note: expanded from macro 'XCPT_RETHROW'
#define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/cop.h:164:16: note: expanded from macro 'JMPENV_JUMP'
STMT_START { \
^
LeakTrace.xs:466:17: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XCPT_RETHROW;
^~~~~~~~~~~~
./ppport.h:2866:22: note: expanded from macro 'XCPT_RETHROW'
#define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/cop.h:178:5: note: expanded from macro 'JMPENV_JUMP'
} STMT_END
^
LeakTrace.xs:466:17: note: ')' token is here
XCPT_RETHROW;
^~~~~~~~~~~~
./ppport.h:2866:22: note: expanded from macro 'XCPT_RETHROW'
#define XCPT_RETHROW JMPENV_JUMP(rEtV)
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/cop.h:178:7: note: expanded from macro 'JMPENV_JUMP'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:474:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHi(count);
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:581:20: note: expanded from macro 'mXPUSHi'
#define mXPUSHi(i) STMT_START { EXTEND(sp,1); mPUSHi(i); } STMT_END
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:474:9: note: '{' token is here
mXPUSHi(count);
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:581:31: note: expanded from macro 'mXPUSHi'
#define mXPUSHi(i) STMT_START { EXTEND(sp,1); mPUSHi(i); } STMT_END
^
LeakTrace.xs:474:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHi(count);
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:581:33: note: expanded from macro 'mXPUSHi'
#define mXPUSHi(i) STMT_START { EXTEND(sp,1); mPUSHi(i); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:460:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:474:9: note: '{' token is here
mXPUSHi(count);
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:581:33: note: expanded from macro 'mXPUSHi'
#define mXPUSHi(i) STMT_START { EXTEND(sp,1); mPUSHi(i); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:460:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
LeakTrace.xs:474:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHi(count);
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:581:33: note: expanded from macro 'mXPUSHi'
#define mXPUSHi(i) STMT_START { EXTEND(sp,1); mPUSHi(i); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:466:25: note: expanded from macro 'EXTEND'
} STMT_END
^
LeakTrace.xs:474:9: note: ')' token is here
mXPUSHi(count);
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:581:33: note: expanded from macro 'mXPUSHi'
#define mXPUSHi(i) STMT_START { EXTEND(sp,1); mPUSHi(i); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:466:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:474:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHi(count);
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:581:58: note: expanded from macro 'mXPUSHi'
#define mXPUSHi(i) STMT_START { EXTEND(sp,1); mPUSHi(i); } STMT_END
^
LeakTrace.xs:474:9: note: ')' token is here
mXPUSHi(count);
^~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:581:60: note: expanded from macro 'mXPUSHi'
#define mXPUSHi(i) STMT_START { EXTEND(sp,1); mPUSHi(i); } STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.xs:477:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, count);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:460:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.xs:477:9: note: '{' token is here
EXTEND(SP, count);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:460:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
LeakTrace.xs:477:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, count);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:466:25: note: expanded from macro 'EXTEND'
} STMT_END
^
LeakTrace.xs:477:9: note: ')' token is here
EXTEND(SP, count);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:466:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.c:714:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.c:714:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
LeakTrace.c:714:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
LeakTrace.c:714:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.c:731:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHu((UV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:557:18: note: expanded from macro 'PUSHu'
#define PUSHu(u) STMT_START { TARGu(u,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.c:731:2: note: '{' token is here
PUSHu((UV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:557:29: note: expanded from macro 'PUSHu'
#define PUSHu(u) STMT_START { TARGu(u,1); PUSHs(TARG); } STMT_END
^
LeakTrace.c:731:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHu((UV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:557:31: note: expanded from macro 'PUSHu'
#define PUSHu(u) STMT_START { TARGu(u,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:505:5: note: expanded from macro 'TARGu'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.c:731:2: note: '{' token is here
PUSHu((UV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:557:31: note: expanded from macro 'PUSHu'
#define PUSHu(u) STMT_START { TARGu(u,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:505:16: note: expanded from macro 'TARGu'
STMT_START { \
^
LeakTrace.c:731:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHu((UV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:557:31: note: expanded from macro 'PUSHu'
#define PUSHu(u) STMT_START { TARGu(u,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:523:5: note: expanded from macro 'TARGu'
} STMT_END
^
LeakTrace.c:731:2: note: ')' token is here
PUSHu((UV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:557:31: note: expanded from macro 'PUSHu'
#define PUSHu(u) STMT_START { TARGu(u,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:523:7: note: expanded from macro 'TARGu'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.c:731:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHu((UV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:557:56: note: expanded from macro 'PUSHu'
#define PUSHu(u) STMT_START { TARGu(u,1); PUSHs(TARG); } STMT_END
^
LeakTrace.c:731:2: note: ')' token is here
PUSHu((UV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/pp.h:557:58: note: expanded from macro 'PUSHu'
#define PUSHu(u) STMT_START { TARGu(u,1); PUSHs(TARG); } STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
LeakTrace.c:733:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
LeakTrace.c:733:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
LeakTrace.c:733:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
LeakTrace.c:733:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
60 warnings generated.
rm -f blib/arch/auto/Test/LeakTrace/LeakTrace.bundle
cc -mmacosx-version-min=14.1 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong LeakTrace.o -o blib/arch/auto/Test/LeakTrace/LeakTrace.bundle \
\
chmod 755 blib/arch/auto/Test/LeakTrace/LeakTrace.bundle
"/opt/plenv/versions/5.39.5/bin/perl5.39.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644
PERL_DL_NONLAZY=1 "/opt/plenv/versions/5.39.5/bin/perl5.39.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing Test::LeakTrace/0.17
t/00_compile.t ..... ok
t/01_info.t ........ ok
t/02_refs.t ........ ok
t/03_count.t ....... ok
t/04_test_funcs.t .. ok
leaked REF(0x7fdb7280ac78) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Util/HashBase.pm line 153.
leaked REF(0x7fdb72822bc8) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Util/HashBase.pm line 153.
leaked SCALAR(0x7fdb72826790) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked REF(0x7fdb728263d0) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Util/HashBase.pm line 153.
leaked GLOB(0x7fdb72826340) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test/Builder.pm line 64.
leaked GLOB(0x7fdb728262b0) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Hub.pm line 280.
leaked SCALAR(0x7fdb72825fb0) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/API/Context.pm line 223.
leaked SCALAR(0x7fdb729acc18) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb729acc00) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb729acbb8) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb729acba0) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb729acb70) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb72a48728) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb72a370b0) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb72a37080) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb72a37050) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb72a36fd8) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked ARRAY(0x7fdb72a367c8) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked GLOB(0x7fdb76029440) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/API/Context.pm line 232.
leaked GLOB(0x7fdb760291b8) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Formatter/TAP.pm line 195.
leaked GLOB(0x7fdb760291a0) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 69.
leaked SCALAR(0x7fdb76029188) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test/Builder.pm line 64.
leaked GLOB(0x7fdb76029128) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Hub.pm line 293.
leaked ARRAY(0x7fdb76029068) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb76029020) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb76029008) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb76028ff0) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb76028fd8) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb76028fc0) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb76028fa8) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb76028f90) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb76028f78) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb76028f60) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked SCALAR(0x7fdb76028f48) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked HASH(0x7fdb76028f30) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
leaked ARRAY(0x7fdb76028f18) from /opt/plenv/versions/5.39.5/lib/perl5/5.39.5/Test2/Event/V2.pm line 42.
t/05_script.t ...... ok
t/06_threads.t ..... skipped: require threads
t/07_eval.t ........ ok
t/08_leaktrace.t ... ok
t/09_info_more.t ... ok
t/10_bad_use.t ..... ok
t/11_logfp.t ....... ok
t/12_padstale.t .... ok
t/13_do.t .......... ok
All tests successful.
Files=14, Tests=126, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.87 cusr 0.19 csys = 1.13 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
runtime:
Module Need Have
------------------- ---- ----
Exporter 5.57 5.77
build:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.70
configure:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
LC_ALL = en_US.UTF-8
LC_TERMINAL = iTerm2
LC_TERMINAL_VERSION = 3.4.22
PATH = /opt/plenv/versions/5.39.5/bin:/opt/plenv/libexec:/opt/plenv/plugins/Perl-Build/bin:/Users/genehack/bin:/opt/plenv/shims:/opt/plenv/bin:/opt/git/bin:/opt/local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/rust/cargo/bin:/usr/local/opt/fzf/bin/
PERL_CPANM_OPT = --skip-installed --prompt
SHELL = /bin/zsh
TERM = screen-256color
TMPDIR = /var/folders/2s/9hc8cgcd2h7dglxq0j84ybwr0000gn/T/
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 20 20 12 61 79 80 81 98 701 33 100 204 250 395 398 399 400
EUID = 501
EXECUTABLE_NAME = /opt/plenv/versions/5.39.5/bin/perl5.39.5
GID = 20 20 12 61 79 80 81 98 701 33 100 204 250 395 398 399 400
UID = 501
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.90
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.51
File::Spec 3.90
JSON n/a
JSON::PP 4.16
Module::Build n/a
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.48
Test::More 1.302195
YAML n/a
YAML::Syck n/a
version 0.9930
--
Summary of my perl5 (revision 5 version 39 subversion 5) configuration:
Platform:
osname=darwin
osvers=23.1.0
archname=darwin-2level
uname='darwin bumfit.home.genehack.org 23.1.0 darwin kernel version 23.1.0: mon oct 9 21:27:27 pdt 2023; root:xnu-10002.41.9~6release_x86_64 x86_64 i386 macbookpro16,2 darwin '
config_args='-Dprefix=/opt/plenv/versions/5.39.5 -de -Dversiononly -Dusedevel -A'eval:scriptdir=/opt/plenv/versions/5.39.5/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
Compiler:
cc='cc'
ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=14.1 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O3'
cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=14.1 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='Apple LLVM 15.0.0 (clang-1500.0.40.1)'
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 =' -mmacosx-version-min=14.1 -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/lib /Library/Developer/CommandLineTools/usr/lib /usr/lib
libs=-lgdbm
perllibs=
libc=
so=dylib
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=bundle
d_dlsymun=undef
ccdlflags=' '
cccdlflags=' '
lddlflags=' -mmacosx-version-min=14.1 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
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 darwin
Compiled at Nov 24 2023 12:15:44
%ENV:
PERL_CPANM_OPT="--skip-installed --prompt"
@INC:
/opt/plenv/versions/5.39.5/lib/perl5/site_perl/5.39.5/darwin-2level
/opt/plenv/versions/5.39.5/lib/perl5/site_perl/5.39.5
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5/darwin-2level
/opt/plenv/versions/5.39.5/lib/perl5/5.39.5