{"body":"","bodytext":"Smoke logs available at http://m-l.org/~perl/smoke/perl/\n\nNote: Due to a quirk of the virtual machine, build failures are generally\nbecause of timing issues on the VM rather than Perl problems, unless all\nof the grid says \"M\".\n\nAutomated smoke report for 5.17.2 patch 538a9037d4c8bd76237e1db0ee3717bd4c8aa2dc v5.17.1-136-g538a903\nperl-win2k: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2661 MHz) (x86/1 cpu)\n    on        MSWin32 - Win2000 SP4\n    using     cl version 14.00.50727.762\n    smoketime 3 hours 6 minutes (average 46 minutes 32 seconds)\n\nSummary: FAIL(FM)\n\nO = OK  F = Failure(s), extended report at the bottom\nX = Failure(s) under TEST but not under harness\n? = still running or test results not (yet) available\nBuild failures during:       - = unknown or N/A\nc = Configure, m = make, M = make (after miniperl), t = make test-prep\n\nv5.17.1-136-g538a903  Configuration (common) none\n----------- ---------------------------------------------------------\nM F         \nO O         -Duseithreads\n| +--------- -DDEBUGGING\n+----------- no debugging\n\n\nLocally applied patches:\n    uncommitted-changes\n    SMOKE538a9037d4c8bd76237e1db0ee3717bd4c8aa2dc\n\nFailures: (common-args) none\n[default] -DDEBUGGING\n../t/op/alarm.t.............................................FAILED\n    2\n\nPassed Todo tests: (common-args) none\n[default] -DDEBUGGING\n[default] -Duseithreads\n[default] -DDEBUGGING -Duseithreads\n../cpan/CGI/t/tmpdir.t......................................PASSED\n    3-9\n\nCompiler messages(MSWin32):\nop.c(6730) : warning C4244: 'initializing' : conversion from 'U32' to 'const char', possible loss of data\nop.c(10840) : warning C4028: formal parameter 1 different from declaration\n..\\pp.c(5890) : warning C4244: 'function' : conversion from 'U32' to 'const char', possible loss of data\n..\\pp_hot.c(2687) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data\n..\\pp_sort.c(1668) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data\n..\\regexec.c(4346) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data\n..\\regexec.c(4349) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data\n..\\toke.c(768) : warning C4244: '=' : conversion from 'U32' to 'U8', possible loss of data\n..\\hv.c(450) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.\n..\\hv.c(510) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.\n..\\hv.c(552) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.\n..\\hv.c(947) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.\nd:\\smoke\\perl\\smoke-me\\build\\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.\nd:\\smoke\\perl\\smoke-me\\build\\time64.c(326) : 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.\n..\\pp_sys.c(767) : warning C4996: 'umask': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _umask. See online help for details.\n..\\pp_sys.c(772) : warning C4996: 'umask': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _umask. See online help for details.\n..\\pp_sys.c(775) : warning C4996: 'umask': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _umask. See online help for details.\n..\\regcomp.c(11452) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n..\\sv.c(2772) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n..\\sv.c(2960) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n..\\sv.c(10128) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n..\\sv.c(10977) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n..\\util.c(4148) : warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.\n..\\util.c(6010) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n..\\util.c(6056) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(291) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(297) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(306) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.\n.\\win32.c(324) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(352) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(371) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(376) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(384) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(559) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(670) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(801) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(858) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(877) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(922) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1108) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.\n.\\win32.c(1389) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1566) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1583) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1594) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.\n.\\win32.c(1754) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1819) : 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.\n.\\win32.c(1853) : warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.\n.\\win32.c(1858) : warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.\n.\\win32.c(1946) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1949) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1952) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1955) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1961) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1966) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1969) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1977) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(1980) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(2012) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(2017) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(2467) : warning C4996: '__sys_nerr': This function or variable may be unsafe. Consider using strerror instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(2477) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(2482) : warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(2509) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(2571) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.\n.\\win32.c(2574) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(2591) : warning C4996: 'fdopen': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fdopen. See online help for details.\n.\\win32.c(2602) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.\n.\\win32.c(2605) : warning C4996: 'freopen': This function or variable may be unsafe. Consider using freopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(2641) : warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details.\n.\\win32.c(2831) : warning C4996: '_fmode': This function or variable may be unsafe. Consider using _get_fmode instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(2959) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(3005) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.\n.\\win32.c(3007) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(3035) : warning C4996: 'setmode': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _setmode. See online help for details.\n.\\win32.c(3083) : warning C4996: 'chsize': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chsize. See online help for details.\n.\\win32.c(3093) : warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.\n.\\win32.c(3103) : warning C4996: 'tell': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _tell. See online help for details.\n.\\win32.c(3118) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.\n.\\win32.c(3121) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.\n.\\win32.c(3136) : warning C4996: 'eof': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _eof. See online help for details.\n.\\win32.c(3163) : warning C4996: 'dup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details.\n.\\win32.c(3169) : warning C4996: 'dup2': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup2. See online help for details.\n.\\win32.c(3175) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.\n.\\win32.c(3181) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.\n.\\win32.c(3188) : warning C4996: 'mkdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _mkdir. See online help for details.\n.\\win32.c(3195) : warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.\n.\\win32.c(3206) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.\n.\\win32.c(3213) : warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _access. See online help for details.\n.\\win32.c(3220) : warning C4996: 'chmod': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chmod. See online help for details.\n.\\win32.c(3262) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.\n.\\win32.c(3276) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.\n.\\win32.c(3281) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.\n.\\win32.c(3341) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(3354) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.\n.\\win32.c(3399) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(3410) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(3418) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(3512) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(3705) : warning C4996: 'execv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _execv. See online help for details.\n.\\win32.c(3725) : warning C4996: 'execvp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _execvp. See online help for details.\n.\\win32.c(3737) : warning C4996: 'setbuf': This function or variable may be unsafe. Consider using setvbuf instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(3749) : warning C4996: 'flushall': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _flushall. See online help for details.\n.\\win32.c(3755) : warning C4996: 'fcloseall': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fcloseall. See online help for details.\n.\\win32.c(3767) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(3984) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32.c(4188) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.\n.\\win32sck.c(382) : warning C4996: 'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32sck.c(394) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.\n.\\win32sck.c(470) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.\n.\\win32sck.c(476) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.\n.\\win32sck.c(482) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.\n.\\win32sck.c(488) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.\nLINK : fatal error LNK1181: cannot open input file '..\\DynaLoader.obj'\nIO.xs(493) : warning C4101: 'ret' : unreferenced local variable\nListUtil.xs(249) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data\nListUtil.xs(297) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data\nBase64.xs(394) : warning C4146: unary minus operator applied to unsigned type, result still unsigned\nBase64.xs(396) : warning C4146: unary minus operator applied to unsigned type, result still unsigned\nPOSIX.xs(707) : warning C4101: 'charstring' : unreferenced local variable\nscalar.xs(175) : warning C4018: '>' : signed/unsigned mismatch\nPiece.xs(950) : warning C4101: 'ret' : unreferenced local variable\nAPItest.xs(3046) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data\nAPItest.xs(3370) : warning C4101: 'tmp' : unreferenced local variable\nre_exec.c(4346) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data\nre_exec.c(4349) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data\nop.c(10840) : warning C4028: formal parameter 2 different from declaration\n\n-- \nReport by Test::Smoke v1.42 build 1267 running on perl 5.10.0\n(Reporter v0.035 / Smoker v0.045)\n","branch":null,"build_hash":"YwE1bQRUGJgIjAapXR0OJGc/bBitDDq8VmJdVKL+iw8","by_build_full":"perl-win2k\nMSWin32 Win2000 SP4\n\n-Duseithreads\n--\n11160\n","by_config_full":"perl-win2k\nMSWin32 Win2000 SP4\n\n-Duseithreads\n","compiler":"cl 14.00.50727.762","compiler_msgs":["op.c(6730) : warning C4244: 'initializing' : conversion from 'U32' to 'const char', possible loss of data","op.c(10840) : warning C4028: formal parameter 1 different from declaration","..\\pp.c(5890) : warning C4244: 'function' : conversion from 'U32' to 'const char', possible loss of data","..\\pp_hot.c(2687) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data","..\\pp_sort.c(1668) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data","..\\regexec.c(4346) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data","..\\regexec.c(4349) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data","..\\toke.c(768) : warning C4244: '=' : conversion from 'U32' to 'U8', possible loss of data","..\\hv.c(450) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.","..\\hv.c(510) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.","..\\hv.c(552) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.","..\\hv.c(947) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.","d:\\smoke\\perl\\smoke-me\\build\\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.","d:\\smoke\\perl\\smoke-me\\build\\time64.c(326) : 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.","..\\pp_sys.c(767) : warning C4996: 'umask': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _umask. See online help for details.","..\\pp_sys.c(772) : warning C4996: 'umask': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _umask. See online help for details.","..\\pp_sys.c(775) : warning C4996: 'umask': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _umask. See online help for details.","..\\regcomp.c(11452) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.","..\\sv.c(2772) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.","..\\sv.c(2960) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.","..\\sv.c(10128) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.","..\\sv.c(10977) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.","..\\util.c(4148) : warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.","..\\util.c(6010) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.","..\\util.c(6056) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(291) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(297) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(306) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.",".\\win32.c(324) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(352) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(371) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(376) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(384) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(559) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(670) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(801) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(858) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(877) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(922) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1108) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.",".\\win32.c(1389) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1566) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1583) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1594) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.",".\\win32.c(1754) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1819) : 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.",".\\win32.c(1853) : warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.",".\\win32.c(1858) : warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.",".\\win32.c(1946) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1949) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1952) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1955) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1961) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1966) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1969) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1977) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(1980) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(2012) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(2017) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(2467) : warning C4996: '__sys_nerr': This function or variable may be unsafe. Consider using strerror instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(2477) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(2482) : warning C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(2509) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(2571) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.",".\\win32.c(2574) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(2591) : warning C4996: 'fdopen': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fdopen. See online help for details.",".\\win32.c(2602) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.",".\\win32.c(2605) : warning C4996: 'freopen': This function or variable may be unsafe. Consider using freopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(2641) : warning C4996: 'fileno': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fileno. See online help for details.",".\\win32.c(2831) : warning C4996: '_fmode': This function or variable may be unsafe. Consider using _get_fmode instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(2959) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(3005) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.",".\\win32.c(3007) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(3035) : warning C4996: 'setmode': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _setmode. See online help for details.",".\\win32.c(3083) : warning C4996: 'chsize': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chsize. See online help for details.",".\\win32.c(3093) : warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.",".\\win32.c(3103) : warning C4996: 'tell': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _tell. See online help for details.",".\\win32.c(3118) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.",".\\win32.c(3121) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.",".\\win32.c(3136) : warning C4996: 'eof': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _eof. See online help for details.",".\\win32.c(3163) : warning C4996: 'dup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup. See online help for details.",".\\win32.c(3169) : warning C4996: 'dup2': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _dup2. See online help for details.",".\\win32.c(3175) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.",".\\win32.c(3181) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.",".\\win32.c(3188) : warning C4996: 'mkdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _mkdir. See online help for details.",".\\win32.c(3195) : warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.",".\\win32.c(3206) : warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.",".\\win32.c(3213) : warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _access. See online help for details.",".\\win32.c(3220) : warning C4996: 'chmod': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chmod. See online help for details.",".\\win32.c(3262) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.",".\\win32.c(3276) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.",".\\win32.c(3281) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.",".\\win32.c(3341) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(3354) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.",".\\win32.c(3399) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(3410) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(3418) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(3512) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(3705) : warning C4996: 'execv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _execv. See online help for details.",".\\win32.c(3725) : warning C4996: 'execvp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _execvp. See online help for details.",".\\win32.c(3737) : warning C4996: 'setbuf': This function or variable may be unsafe. Consider using setvbuf instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(3749) : warning C4996: 'flushall': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _flushall. See online help for details.",".\\win32.c(3755) : warning C4996: 'fcloseall': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _fcloseall. See online help for details.",".\\win32.c(3767) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(3984) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32.c(4188) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.",".\\win32sck.c(382) : warning C4996: 'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32sck.c(394) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.",".\\win32sck.c(470) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.",".\\win32sck.c(476) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.",".\\win32sck.c(482) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.",".\\win32sck.c(488) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.","LINK : fatal error LNK1181: cannot open input file '..\\DynaLoader.obj'","IO.xs(493) : warning C4101: 'ret' : unreferenced local variable","ListUtil.xs(249) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data","ListUtil.xs(297) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data","Base64.xs(394) : warning C4146: unary minus operator applied to unsigned type, result still unsigned","Base64.xs(396) : warning C4146: unary minus operator applied to unsigned type, result still unsigned","POSIX.xs(707) : warning C4101: 'charstring' : unreferenced local variable","scalar.xs(175) : warning C4018: '>' : signed/unsigned mismatch","Piece.xs(950) : warning C4101: 'ret' : unreferenced local variable","APItest.xs(3046) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data","APItest.xs(3370) : warning C4101: 'tmp' : unreferenced local variable","re_exec.c(4346) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data","re_exec.c(4349) : warning C4244: 'initializing' : conversion from 'I32' to 'U8', possible loss of data","op.c(10840) : warning C4028: formal parameter 2 different from declaration"],"conf1":["","-Duseithreads"],"conf1_struct":{"common":[],"extra":[[],["-Duseithreads"]]},"config_hash":"D21P+OX74J3li0st6zVWVmJShfDjFyfUOh7r6wKbIVI","configuration":null,"cpu":"x86","cpu_count":1,"cpu_full":"Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz(~2661 MHz) (x86/1 cpu)","duration":11160,"error":"","from_email":"perl@greerga.m-l.org","host":"perl-win2k","logurl":"http://m-l.org/~perl/smoke/perl/","matrix":["v5.17.1-136-g538a903  Configuration (common) none","----------- ---------------------------------------------------------","M F         ","O O         -Duseithreads","| +--------- -DDEBUGGING","+----------- no debugging"],"msg_id":"<20120626180217.372264E0073@zwei>","nonfatal_msgs":[],"os":"MSWin32 Win2000 SP4","osname":"MSWin32","osversion":"Win2000 SP4","sha":"538a9037d4c8bd76237e1db0ee3717bd4c8aa2dc","status":"FAIL(FM)","subject":"Smoke [smoke-me/configpm] v5.17.1-136-g538a903 FAIL(FM) MSWin32 Win2000 SP4 (x86/1 cpu)","when_at":"2012-06-26T18:02:00"}