Automated smoke report for branch smoke-me/sawyerx/fix-storable-rethrow 5.29.1 
patch 73c2448ac3130796e1331a819873ef65f8b52194 v5.29.0-151-g73c2448ac3
cjg-windows2016: Virtual CPU a7769a6388d5(~2394 MHz) (Intel64/2 cpu)
    on        MSWin32 - Win10 Standard (64-bit)
    using     gcc version 7.1.0
    smoketime 3 hours 21 minutes (average 25 minutes 12 seconds)

Summary: FAIL(FM)

O = OK  F = Failure(s), extended report at the bottom
X = Failure(s) under TEST but not under harness
? = still running or test results not (yet) available
Build failures during:       - = unknown or N/A
c = Configure, m = make, M = make (after miniperl), t = make test-prep

v5.29.0-151-g73c2448ac3  Configuration (common) none
----------- ---------------------------------------------------------
M M         
F F         -Duselargefiles
M M         -Duseithreads
F F         -Duseithreads -Duselargefiles
| +--------- -DDEBUGGING
+----------- no debugging


Locally applied patches:
    SMOKE73c2448ac3130796e1331a819873ef65f8b52194

Testsuite was run only with 'harness'

Tests skipped on user request:
    # One test name on a line
Failures: (common-args) none
[default] -Duselargefiles
[default] -DDEBUGGING -Duselargefiles
../t/porting/customized.t...................................FAILED
    1-27
../t/porting/pod_rules.t....................................FAILED
    2-6
    Bad plan.  You planned 8 tests but ran 6.
../t/porting/regen.t........................................FAILED
    12
    Non-zero exit status: 255
    Bad plan.  You planned 45 tests but ran 12.
../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED
    Non-zero exit status: 2
    No plan found in TAP output
../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED
    Non-zero exit status: 2
    No plan found in TAP output
../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED
    Non-zero exit status: 2
    No plan found in TAP output
../cpan/podlators/t/text/encoding.t.........................FAILED
    Non-zero exit status: 255
    Bad plan.  You planned 7 tests but ran 1.

[default] -Duseithreads -Duselargefiles
[default] -DDEBUGGING -Duseithreads -Duselargefiles
../t/op/taint.t.............................................FAILED
    1, 463
../t/porting/customized.t...................................FAILED
    1-27
../t/porting/pod_rules.t....................................FAILED
    2-6
    Bad plan.  You planned 8 tests but ran 6.
../t/porting/regen.t........................................FAILED
    12
    Non-zero exit status: 255
    Bad plan.  You planned 45 tests but ran 12.
../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED
    Non-zero exit status: 2
    No plan found in TAP output
../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED
    Non-zero exit status: 2
    No plan found in TAP output
../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED
    Non-zero exit status: 2
    No plan found in TAP output
../cpan/podlators/t/text/encoding.t.........................FAILED
    Non-zero exit status: 255
    Bad plan.  You planned 7 tests but ran 1.

Passed Todo tests: (common-args) none
[default] -Duselargefiles
[default] -DDEBUGGING -Duselargefiles
[default] -Duseithreads -Duselargefiles
[default] -DDEBUGGING -Duseithreads -Duselargefiles
../ext/IPC-Open3/t/IPC-Open3.t..............................PASSED
    25

Compiler messages(gcc):
win32.c: In function 'win32_fseek':
win32.c:2873:24: warning: passing argument 2 of 'fsetpos' from incompatible 
pointer type [-Wincompatible-pointer-types]
C:/home/core/bin/strawberry-perl-5.28.0.1-64bit-portable/c/x86_64-w64-mingw32/include/stdio.h:468:15:
 note: expected 'const fpos_t * {aka const long long int *}' but argument is of 
type 'long int *'
RealPPPort.xs: In function 'XS_Devel__PPPort_ptrtests':
..\..\lib\CORE/perl.h:1739:26: warning: cast from pointer to integer of 
different size [-Wpointer-to-int-cast]
..\..\lib\CORE/perl.h:1752:21: note: in expansion of macro 'INT2PTR'
RealPPPort.xs:1650:27: note: in expansion of macro 'PTR2ul'
POSIX.c: In function 'XS_POSIX__Termios_getattr':
POSIX.c:2189:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
POSIX.c: In function 'XS_POSIX__Termios_setattr':
POSIX.c:2245:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
POSIX.c: In function 'XS_POSIX__Termios_getispeed':
POSIX.c:2312:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
POSIX.c: In function 'XS_POSIX__Termios_getiflag':
POSIX.c:2343:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
POSIX.c: In function 'XS_POSIX__Termios_getcc':
POSIX.c:2395:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
POSIX.c: In function 'XS_POSIX__Termios_setispeed':
POSIX.c:2434:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
POSIX.c: In function 'XS_POSIX__Termios_setiflag':
POSIX.c:2476:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
POSIX.c: In function 'XS_POSIX__Termios_setcc':
POSIX.c:2524:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
POSIX.xs: In function 'XS_POSIX_ctermid':
POSIX.xs:1454:20: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
POSIX.xs:3699:11: note: in expansion of macro 'ctermid'
POSIX.c: In function 'XS_POSIX_ttyname':
POSIX.xs:1373:22: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
POSIX.c:5515:11: note: in expansion of macro 'ttyname'
scalar.xs: In function 'PerlIOScalar_read':
..\..\lib\CORE/perl.h:3430:36: error: static assertion failed: "sizeof(long) >= 
sizeof(len)"
..\..\lib\CORE/perl.h:3446:52: note: in expansion of macro 'STATIC_ASSERT_DECL'
scalar.xs:189:9: note: in expansion of macro 'STATIC_ASSERT_STMT'
DynaLoader.xs: In function 'XS_DynaLoader_dl_unload_file':
dlutils.c:66:25: note: in definition of macro 'DLDEBUG'
DynaLoader.xs:152:71: note: in expansion of macro 'PTR2ul'
Socket.xs: In function 'XS_Socket_pack_sockaddr_un':
Socket.xs:876:10: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
Socket.xs: In function 'XS_Socket_unpack_sockaddr_un':
Socket.xs:943:10: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
Socket.xs: In function 'XS_Socket_pack_sockaddr_in6':
Socket.xs:1063:10: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
Socket.xs: In function 'XS_Socket_unpack_sockaddr_in6':
Socket.xs:1106:10: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
APItest.c: In function 'XS_XS__APItest__PtrTable_clear':
APItest.c:3209:2: warning: 'Perl_ptr_table_clear' is deprecated 
[-Wdeprecated-declarations]
..\..\lib\CORE/proto.h:2555:20: note: declared here
compilet.exp:fake:(.edata+0x3c): undefined reference to `boot_compilet'
t\cplust.exp:fake:(.edata+0x38): undefined reference to `boot_cplust'
C:/home/core/bin/strawberry-perl-5.28.0.1-64bit-portable/c/lib/gcc/x86_64-w64-mingw32/7.1.0/include/pkuintrin.h:25:3:
 error: #error "Never use <pkuintrin.h> directly; include <x86intrin.h> 
instead."
threads.xs: In function 'S_jmpenv_run':
threads.xs:18:23: warning: implicit declaration of function '_setjmpex'; did 
you mean '_setjmp3'? [-Wimplicit-function-declaration]
threads.xs:18:23: note: in definition of macro 'setjmp'
..\..\lib\CORE/iperlsys.h:1074:31: note: in expansion of macro 'Sigsetjmp'
..\..\lib\CORE/cop.h:121:19: note: in expansion of macro 'PerlProc_setjmp'
threads.xs:504:5: note: in expansion of macro 'JMPENV_PUSH'
perllib.c: In function 'void xs_init(PerlInterpreter*)':
perllib.c:37:18: warning: ISO C++ forbids converting a string constant to 
'char*' [-Wwrite-strings]
perlhost.h: In function 'CPerlHost* IPerlMem2Host(IPerlMem*)':
perlhost.h:230:63: warning: offsetof within non-standard-layout type 
'CPerlHost' is undefined [-Winvalid-offsetof]
perlhost.h:244:12: note: in expansion of macro 'STRUCT2RAWPTR'
perlhost.h: In function 'CPerlHost* IPerlMemShared2Host(IPerlMem*)':
perlhost.h:249:12: note: in expansion of macro 'STRUCT2RAWPTR'
perlhost.h: In function 'CPerlHost* IPerlMemParse2Host(IPerlMem*)':
perlhost.h:254:12: note: in expansion of macro 'STRUCT2RAWPTR'
perlhost.h: In function 'CPerlHost* IPerlEnv2Host(IPerlEnv*)':
perlhost.h:237:38: note: in expansion of macro 'STRUCT2RAWPTR'
perlhost.h:259:12: note: in expansion of macro 'STRUCT2PTR'
perlhost.h: In function 'CPerlHost* IPerlStdIO2Host(IPerlStdIO*)':
perlhost.h:264:12: note: in expansion of macro 'STRUCT2PTR'
perlhost.h: In function 'CPerlHost* IPerlLIO2Host(IPerlLIO*)':
perlhost.h:269:12: note: in expansion of macro 'STRUCT2PTR'
perlhost.h: In function 'CPerlHost* IPerlDir2Host(IPerlDir*)':
perlhost.h:274:12: note: in expansion of macro 'STRUCT2PTR'
perlhost.h: In function 'CPerlHost* IPerlSock2Host(IPerlSock*)':
perlhost.h:279:12: note: in expansion of macro 'STRUCT2PTR'
perlhost.h: In function 'CPerlHost* IPerlProc2Host(IPerlProc*)':
perlhost.h:284:12: note: in expansion of macro 'STRUCT2PTR'
C:/home/core/bin/strawberry-perl-5.28.0.1-64bit-portable/c/lib/gcc/x86_64-w64-mingw32/7.1.0/include/avx5124fmapsintrin.h:25:3:
 error: #error "Never use <avx5124fmapsintrin.h> directly; include 
<x86intrin.h> instead."
C:/home/core/bin/strawberry-perl-5.28.0.1-64bit-portable/c/lib/gcc/x86_64-w64-mingw32/7.1.0/include/avx512fintrin.h:25:2:
 error: #error "Never use <avx512fintrin.h> directly; include <immintrin.h> 
instead."
C:/home/core/bin/strawberry-perl-5.28.0.1-64bit-portable/c/lib/gcc/x86_64-w64-mingw32/7.1.0/include/avx512dqintrin.h:25:2:
 error: #error "Never use <avx512dqintrin.h> directly; include <immintrin.h> 
instead."
C:/home/core/bin/strawberry-perl-5.28.0.1-64bit-portable/c/lib/gcc/x86_64-w64-mingw32/7.1.0/include/avx512erintrin.h:25:2:
 error: #error "Never use <avx512erintrin.h> directly; include <immintrin.h> 
instead."
C:/home/core/bin/strawberry-perl-5.28.0.1-64bit-portable/c/lib/gcc/x86_64-w64-mingw32/7.1.0/include/tbmintrin.h:25:3:
 error: #error "Never use <tbmintrin.h> directly; include <x86intrin.h> 
instead."

Non-Fatal messages(gcc):



-- 
Report by Test::Smoke v1.72 running on perl 5.28.0
(Reporter v0.053 / Smoker v0.046)

Reply via email to