develooper Front page | perl.perl5.porters | Postings from December 2014

Build failed in Jenkins: perl5-win32 #844

Thread Next
From:
dennis+p5p-jenkins
Date:
December 25, 2014 18:46
Subject:
Build failed in Jenkins: perl5-win32 #844
Message ID:
1146976257.288.1419533181218.JavaMail.jenkins@jenkins-001.ams6.corp.booking.com
See <http://perl5.git.perl.org:8080/job/perl5-win32/844/changes>

Changes:

[sprout] [perl #123495] Stop gmtime(nan) from crashing

------------------------------------------
[...truncated 1429 lines...]
Removing perl521.exp
Removing perl521.lib
Removing perl521.pdb
Removing perlapi.obj
Removing perlglob.exe
Removing perlglob.pdb
Removing perlio.obj
Removing perly.obj
Removing pod/perl5218delta.pod
Removing pod/perlaix.pod
Removing pod/perlamiga.pod
Removing pod/perlandroid.pod
Removing pod/perlapi.pod
Removing pod/perlbs2000.pod
Removing pod/perlce.pod
Removing pod/perlcn.pod
Removing pod/perlcygwin.pod
Removing pod/perldos.pod
Removing pod/perlfreebsd.pod
Removing pod/perlhaiku.pod
Removing pod/perlhpux.pod
Removing pod/perlhurd.pod
Removing pod/perlintern.pod
Removing pod/perlirix.pod
Removing pod/perljp.pod
Removing pod/perlko.pod
Removing pod/perllinux.pod
Removing pod/perlmacos.pod
Removing pod/perlmacosx.pod
Removing pod/perlmodlib.pod
Removing pod/perlnetware.pod
Removing pod/perlopenbsd.pod
Removing pod/perlos2.pod
Removing pod/perlos390.pod
Removing pod/perlos400.pod
Removing pod/perlplan9.pod
Removing pod/perlqnx.pod
Removing pod/perlriscos.pod
Removing pod/perlsolaris.pod
Removing pod/perlsymbian.pod
Removing pod/perlsynology.pod
Removing pod/perltoc.pod
Removing pod/perltru64.pod
Removing pod/perltw.pod
Removing pod/perluniprops.pod
Removing pod/perlvos.pod
Removing pod/perlwin32.pod
Removing pod/roffitall
Removing pp.obj
Removing pp_ctl.obj
Removing pp_hot.obj
Removing pp_pack.obj
Removing pp_sort.obj
Removing pp_sys.obj
Removing reentr.obj
Removing regcomp.obj
Removing regexec.obj
Removing run.obj
Removing scope.obj
Removing sv.obj
Removing t/embed_test.pdb
Removing t/perl.exe
Removing t/perl521.dll
Removing t/perlglob.exe
Removing t/vc100.pdb
Removing taint.obj
Removing toke.obj
Removing universal.obj
Removing utf8.obj
Removing util.obj
Removing utils/Makefile
Removing utils/c2ph
Removing utils/c2ph.bat
Removing utils/corelist
Removing utils/corelist.bat
Removing utils/cpan
Removing utils/cpan.bat
Removing utils/enc2xs
Removing utils/enc2xs.bat
Removing utils/h2ph
Removing utils/h2ph.bat
Removing utils/h2xs
Removing utils/h2xs.bat
Removing utils/instmodsh
Removing utils/instmodsh.bat
Removing utils/json_pp
Removing utils/json_pp.bat
Removing utils/libnetcfg
Removing utils/libnetcfg.bat
Removing utils/perlbug
Removing utils/perlbug.bat
Removing utils/perldoc
Removing utils/perldoc.bat
Removing utils/perlivp
Removing utils/perlivp.bat
Removing utils/piconv
Removing utils/piconv.bat
Removing utils/pl2pm
Removing utils/pl2pm.bat
Removing utils/pod2html
Removing utils/pod2html.bat
Removing utils/prove
Removing utils/prove.bat
Removing utils/pstruct
Removing utils/pstruct.bat
Removing utils/ptar
Removing utils/ptar.bat
Removing utils/ptardiff
Removing utils/ptardiff.bat
Removing utils/ptargrep
Removing utils/ptargrep.bat
Removing utils/shasum
Removing utils/shasum.bat
Removing utils/splain
Removing utils/splain.bat
Removing utils/xsubpp
Removing utils/xsubpp.bat
Removing utils/zipdetails
Removing utils/zipdetails.bat
Removing uudmap.h
Removing win32/Extensions_static
Removing win32/bin/exetype.bat
Removing win32/bin/perlglob.bat
Removing win32/bin/pl2bat.bat
Removing win32/bin/runperl.bat
Removing win32/bin/search.bat
Removing win32/config.h
Removing win32/config.w32
Removing win32/fcrypt.obj
Removing win32/mini/
Removing win32/perldll.def
Removing win32/perlexe.res
Removing win32/perlglob.obj
Removing win32/perllib.obj
Removing win32/perllibst.h
Removing win32/perlmain.c
Removing win32/perlmain.obj
Removing win32/vc100.pdb
Removing win32/win32.obj
Removing win32/win32io.obj
Removing win32/win32sck.obj
Removing win32/win32thread.obj
Removing wperl.exe

<http://perl5.git.perl.org:8080/job/perl5-win32/ws/>git> remote prune origin 

<http://perl5.git.perl.org:8080/job/perl5-win32/ws/>cd> win32 

<http://perl5.git.perl.org:8080/job/perl5-win32/ws/win32>call> "c:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" 
Setting environment for using Microsoft Visual Studio 2010 x86 tools.

<http://perl5.git.perl.org:8080/job/perl5-win32/ws/win32>nmake> CCTYPE=MSVC100 

Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation.  All rights reserved.

	del /f config.h
Could Not Find <http://perl5.git.perl.org:8080/job/perl5-win32/ws/win32\config.h>
	copy config_H.vc config.h
        1 file(s) copied.
	if not exist ".\mini" mkdir ".\mini"
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\av.obj ..\av.c
av.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\caretx.obj ..\caretx.c
caretx.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\deb.obj ..\deb.c
deb.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\doio.obj ..\doio.c
doio.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\doop.obj ..\doop.c
doop.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\dump.obj ..\dump.c
dump.c
	cl -c -I.. -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL  -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -Fo..\generate_uudmap.obj ..\generate_uudmap.c
generate_uudmap.c
	link -subsystem:console -out:..\generate_uudmap.exe @C:\Windows\TEMP\nmBBFA.tmp
Generating code
Finished generating code
	if exist ..\generate_uudmap.exe.manifest mt -nologo -manifest ..\generate_uudmap.exe.manifest -outputresource:..\generate_uudmap.exe;1 &&  if exist ..\generate_uudmap.exe.manifest del ..\generate_uudmap.exe.manifest
	..\generate_uudmap.exe ..\uudmap.h ..\bitcount.h ..\mg_data.h
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\globals.obj ..\globals.c
globals.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\gv.obj ..\gv.c
gv.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\mro.obj ..\mro.c
mro.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\hv.obj ..\hv.c
hv.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\locale.obj ..\locale.c
locale.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\keywords.obj ..\keywords.c
keywords.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\mathoms.obj ..\mathoms.c
mathoms.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\mg.obj ..\mg.c
mg.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\numeric.obj ..\numeric.c
numeric.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\op.obj ..\op.c
op.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\pad.obj ..\pad.c
pad.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\perl.obj ..\perl.c
perl.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\perlapi.obj ..\perlapi.c
perlapi.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\perly.obj ..\perly.c
perly.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\pp.obj ..\pp.c
pp.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\pp_ctl.obj ..\pp_ctl.c
pp_ctl.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\pp_hot.obj ..\pp_hot.c
pp_hot.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\pp_pack.obj ..\pp_pack.c
pp_pack.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\pp_sort.obj ..\pp_sort.c
pp_sort.c
	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -GL -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\pp_sys.obj ..\pp_sys.c
pp_sys.c
..\pp_sys.c(4610) : error C2063: '_isnan' : not a function
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.EXE"' : return code '0x2'
Stop.

<http://perl5.git.perl.org:8080/job/perl5-win32/ws/win32>set> PERL_SKIP_TTY_TEST=1 

<http://perl5.git.perl.org:8080/job/perl5-win32/ws/win32>nmake> test 

Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation.  All rights reserved.

	cl -c -nologo -GF -W3 -I..\lib\CORE -I.\include -I. -I.. -DWIN32 -D_CONSOLE -DNO_STRICT -DPERLDLL -DPERL_CORE   -O1 -MD -Zi -DNDEBUG -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -Fo.\mini\pp_sys.obj ..\pp_sys.c
pp_sys.c
<http://perl5.git.perl.org:8080/job/perl5-win32/ws/time64.c(307)> : warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\time.inl(112) : see declaration of 'localtime'
<http://perl5.git.perl.org:8080/job/perl5-win32/ws/time64.c(328)> : warning C4996: 'gmtime': This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\time.inl(99) : see declaration of 'gmtime'
..\pp_sys.c(783) : warning C4996: 'umask': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _umask. See online help for details.
        C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\io.h(317) : see declaration of 'umask'
..\pp_sys.c(788) : warning C4996: 'umask': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _umask. See online help for details.
        C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\io.h(317) : see declaration of 'umask'
..\pp_sys.c(791) : warning C4996: 'umask': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _umask. See online help for details.
        C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\io.h(317) : see declaration of 'umask'
..\pp_sys.c(4610) : error C2063: '_isnan' : not a function
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.EXE"' : return code '0x2'
Stop.

<http://perl5.git.perl.org:8080/job/perl5-win32/ws/win32>exit> 2 
Build step 'Execute Windows batch command' marked build as failure

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About