You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/19 21:39:59 UTC

Build failed in Jenkins: Mesos-Windows #258

See <https://builds.apache.org/job/Mesos-Windows/258/changes>

Changes:

[vinodkone] Added Dhilip to contributors.yml.

[yujie.jay] Updated the 1.0.0 CHANGELOG for a bug fix.

[yujie.jay] Added capabilities support in ContanerInfo protobuf.

[bmahler] Call watch.stop() to get a more accurate time in allocator benchmarks.

[bmahler] Removed trailing semi-colons in resource strings.

[bmahler] Added more timing output for allocator benchmark tests.

[xujyan] Simplified the checkpointed resources handling logic.

[josephwu] Synced up common/values.cpp and v1/values.cpp.

[josephwu] Fixed CMake build on CentOS.

[josephwu] Updated Windows build instructions.

[vinodkone] Added missing tables attributes in docs.

[vinodkone] Fixed the flaky test case `AgentAPITest.GetState`.

[bmahler] Fixed a memory lifetime issue in LibeventSSLSocketImp::send.

[bmahler] Replaced an os::sleep with Clock::settle in allocator benchmark.

[anand] Removed a not-useful log message.

[anand] Fixed incorrect clock time in log messages.

[yujie.jay] Ignored /etc/hosts if it does not exist in CNI isolator.

[alexr] Cleaned the arguments passed to health checker in docker executor.

[josephwu] CMake: Added mesos-protobuf target to build protobuf libraries.

[josephwu] Added Windows build batch script.

------------------------------------------
[...truncated 10349 lines...]
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(364): warning C4996: '_mktemp': This function or variable may be unsafe. Consider using _mktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(384): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/abort.hpp(34): warning C4005: '_STRINGIZE': macro redefinition [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/bytes.hpp(107): warning C4244: '*=': conversion from 'double' to 'uint64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/bytes.hpp(118): warning C4244: '/=': conversion from 'double' to 'uint64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/socket.hpp(34): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/close.hpp(51): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/open.hpp(73): warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _open. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/net.hpp(162): warning C4996: 'fdopen': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _fdopen. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(99): warning C4244: '=': conversion from 'double' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(100): warning C4244: '=': conversion from 'double' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(311): warning C4244: 'initializing': conversion from 'std::streamsize' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/read.hpp(33): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/read.hpp(36): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/flags/flags.hpp(876): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/shell.hpp(103): warning C4244: 'return': conversion from 'intptr_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/access.hpp(29): warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _access. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/chdir.hpp(31): warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _chdir. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(98): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(105): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(107): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(230): warning C4267: '=': conversion from 'size_t' to 'unsigned short', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(229): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(250): warning C4267: '=': conversion from 'size_t' to 'unsigned short', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(249): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/mktemp.hpp(37): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(48): warning C4996: 'GetVersionExA': was declared deprecated [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(155): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(458): warning C4996: 'GetVersionExA': was declared deprecated [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(546): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(566): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/write.hpp(34): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/write.hpp(37): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/pstree.hpp(69): warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _getpid. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>


       "<https://builds.apache.org/job/Mesos-Windows/ws/build\Mesos.sln"> (default target) (1) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj.metaproj"> (default target) (26) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj"> (default target) (58) ->
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(333): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(335): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(364): warning C4996: '_mktemp': This function or variable may be unsafe. Consider using _mktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(384): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         f:\jenkins\jenkins-slave\workspace\mesos-windows\3rdparty\stout\include\stout\abort.hpp(34): warning C4005: '_STRINGIZE': macro redefinition [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\build\3rdparty\glog-0.3.4\src\glog-0.3.4\src\windows\glog/logging.h(140): warning C4005: 'GOOGLE_PREDICT_FALSE': macro redefinition [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\build\3rdparty\glog-0.3.4\src\glog-0.3.4\src\windows\glog/logging.h(141): warning C4005: 'GOOGLE_PREDICT_TRUE': macro redefinition [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(99): warning C4244: '=': conversion from 'double' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(100): warning C4244: '=': conversion from 'double' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(311): warning C4244: 'initializing': conversion from 'std::streamsize' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/bytes.hpp(107): warning C4244: '*=': conversion from 'double' to 'uint64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/bytes.hpp(118): warning C4244: '/=': conversion from 'double' to 'uint64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/socket.hpp(34): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/close.hpp(51): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/open.hpp(73): warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _open. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/net.hpp(162): warning C4996: 'fdopen': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _fdopen. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/read.hpp(33): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/read.hpp(36): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/flags/flags.hpp(876): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/shell.hpp(103): warning C4244: 'return': conversion from 'intptr_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/access.hpp(29): warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _access. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/chdir.hpp(31): warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _chdir. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(98): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(105): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(107): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(230): warning C4267: '=': conversion from 'size_t' to 'unsigned short', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(229): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(250): warning C4267: '=': conversion from 'size_t' to 'unsigned short', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(249): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/mktemp.hpp(37): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(48): warning C4996: 'GetVersionExA': was declared deprecated [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(155): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(458): warning C4996: 'GetVersionExA': was declared deprecated [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(546): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(566): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/write.hpp(34): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/write.hpp(37): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/pstree.hpp(69): warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _getpid. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(104): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(105): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(109): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(242): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(252): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(277): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(279): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\build\3rdparty\glog-0.3.4\src\glog-0.3.4\src\windows\glog/logging.h(703): warning C4018: '>': signed/unsigned mismatch [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(333): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(335): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(364): warning C4996: '_mktemp': This function or variable may be unsafe. Consider using _mktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(384): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         f:\jenkins\jenkins-slave\workspace\mesos-windows\3rdparty\stout\include\stout\abort.hpp(34): warning C4005: '_STRINGIZE': macro redefinition [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\build\3rdparty\glog-0.3.4\src\glog-0.3.4\src\windows\glog/logging.h(140): warning C4005: 'GOOGLE_PREDICT_FALSE': macro redefinition [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\build\3rdparty\glog-0.3.4\src\glog-0.3.4\src\windows\glog/logging.h(141): warning C4005: 'GOOGLE_PREDICT_TRUE': macro redefinition [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/bytes.hpp(107): warning C4244: '*=': conversion from 'double' to 'uint64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/bytes.hpp(118): warning C4244: '/=': conversion from 'double' to 'uint64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(99): warning C4244: '=': conversion from 'double' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(100): warning C4244: '=': conversion from 'double' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(311): warning C4244: 'initializing': conversion from 'std::streamsize' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/access.hpp(29): warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _access. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/chdir.hpp(31): warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _chdir. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/socket.hpp(34): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(98): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(105): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(107): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(230): warning C4267: '=': conversion from 'size_t' to 'unsigned short', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(229): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(250): warning C4267: '=': conversion from 'size_t' to 'unsigned short', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(249): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/close.hpp(51): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/mktemp.hpp(37): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/shell.hpp(103): warning C4244: 'return': conversion from 'intptr_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/open.hpp(73): warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _open. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/read.hpp(33): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/read.hpp(36): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(48): warning C4996: 'GetVersionExA': was declared deprecated [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(155): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(458): warning C4996: 'GetVersionExA': was declared deprecated [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(546): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(566): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/raw/argv.hpp(45): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>


       "<https://builds.apache.org/job/Mesos-Windows/ws/build\Mesos.sln"> (default target) (1) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj.metaproj"> (default target) (27) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj"> (default target) (59) ->
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\build\3rdparty\glog-0.3.4\src\glog-0.3.4\src\windows\glog/logging.h(140): warning C4005: 'GOOGLE_PREDICT_FALSE': macro redefinition [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\build\3rdparty\glog-0.3.4\src\glog-0.3.4\src\windows\glog/logging.h(141): warning C4005: 'GOOGLE_PREDICT_TRUE': macro redefinition [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(333): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(335): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(364): warning C4996: '_mktemp': This function or variable may be unsafe. Consider using _mktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(384): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/abort.hpp(34): warning C4005: '_STRINGIZE': macro redefinition [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(99): warning C4244: '=': conversion from 'double' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(100): warning C4244: '=': conversion from 'double' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(311): warning C4244: 'initializing': conversion from 'std::streamsize' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/bytes.hpp(107): warning C4244: '*=': conversion from 'double' to 'uint64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/bytes.hpp(118): warning C4244: '/=': conversion from 'double' to 'uint64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/socket.hpp(34): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/close.hpp(51): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/open.hpp(73): warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _open. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/net.hpp(162): warning C4996: 'fdopen': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _fdopen. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/read.hpp(33): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/read.hpp(36): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/flags/flags.hpp(876): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/write.hpp(34): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/write.hpp(37): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/shell.hpp(103): warning C4244: 'return': conversion from 'intptr_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/access.hpp(29): warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _access. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/chdir.hpp(31): warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _chdir. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(98): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(105): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(107): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(230): warning C4267: '=': conversion from 'size_t' to 'unsigned short', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(229): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(250): warning C4267: '=': conversion from 'size_t' to 'unsigned short', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/internal/windows/dirent.hpp(249): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/mktemp.hpp(37): 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. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(48): warning C4996: 'GetVersionExA': was declared deprecated [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(155): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(458): warning C4996: 'GetVersionExA': was declared deprecated [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(546): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows/os.hpp(566): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/pstree.hpp(69): warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _getpid. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(104): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(105): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(109): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(242): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(252): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(277): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\src\health-check/health_checker.hpp(279): warning C4244: 'argument': conversion from 'double' to 'int64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>


       "<https://builds.apache.org/job/Mesos-Windows/ws/build\Mesos.sln"> (default target) (1) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj.metaproj"> (default target) (28) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj"> (default target) (60) ->
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(333): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(335): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(364): warning C4996: '_mktemp': This function or variable may be unsafe. Consider using _mktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/windows.hpp(384): warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/abort.hpp(34): warning C4005: '_STRINGIZE': macro redefinition [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(99): warning C4244: '=': conversion from 'double' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(100): warning C4244: '=': conversion from 'double' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/duration.hpp(311): warning C4244: 'initializing': conversion from 'std::streamsize' to 'long', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/bytes.hpp(107): warning C4244: '*=': conversion from 'double' to 'uint64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/bytes.hpp(118): warning C4244: '/=': conversion from 'double' to 'uint64_t', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/socket.hpp(34): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/read.hpp(33): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/read.hpp(36): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/flags/flags.hpp(876): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/close.hpp(51): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/open.hpp(73): warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _open. See online help for details. [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/write.hpp(34): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>
         F:\jenkins\jenkins-slave\workspace\Mesos-Windows\3rdparty\stout\include\stout/os/windows/write.hpp(37): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>


       "<https://builds.apache.org/job/Mesos-Windows/ws/build\Mesos.sln"> (default target) (1) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\slave\resource_estimators\fixed_resource_estimator.vcxproj.metaproj"> (default target) (6) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\slave\resource_estimators\fixed_resource_estimator.vcxproj"> (default target) (53) ->
       (Link target) -> 
         LINK : fatal error LNK1104: cannot open file '..\..\Debug\mesos-protobufs.lib' [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\slave\resource_estimators\fixed_resource_estimator.vcxproj]>


       "<https://builds.apache.org/job/Mesos-Windows/ws/build\Mesos.sln"> (default target) (1) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\slave\containerizer\mesos\mesos-containerizer.vcxproj.metaproj"> (default target) (24) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\slave\containerizer\mesos\mesos-containerizer.vcxproj"> (default target) (56) ->
         LINK : fatal error LNK1104: cannot open file '..\..\..\Debug\mesos-protobufs.lib' [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\slave\containerizer\mesos\mesos-containerizer.vcxproj]>


       "<https://builds.apache.org/job/Mesos-Windows/ws/build\Mesos.sln"> (default target) (1) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\slave\qos_controllers\load_qos_controller.vcxproj.metaproj"> (default target) (22) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\slave\qos_controllers\load_qos_controller.vcxproj"> (default target) (54) ->
         LINK : fatal error LNK1104: cannot open file '..\..\Debug\mesos-protobufs.lib' [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\slave\qos_controllers\load_qos_controller.vcxproj]>


       "<https://builds.apache.org/job/Mesos-Windows/ws/build\Mesos.sln"> (default target) (1) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\slave\mesos-agent.vcxproj.metaproj"> (default target) (23) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\slave\mesos-agent.vcxproj"> (default target) (55) ->
         LINK : fatal error LNK1104: cannot open file '..\Debug\mesos-protobufs.lib' [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\slave\mesos-agent.vcxproj]>


       "<https://builds.apache.org/job/Mesos-Windows/ws/build\Mesos.sln"> (default target) (1) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj.metaproj"> (default target) (25) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj"> (default target) (57) ->
         LINK : fatal error LNK1104: cannot open file '..\Debug\mesos-protobufs.lib' [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\docker\mesos-docker-executor.vcxproj]>


       "<https://builds.apache.org/job/Mesos-Windows/ws/build\Mesos.sln"> (default target) (1) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj.metaproj"> (default target) (26) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj"> (default target) (58) ->
         LINK : fatal error LNK1104: cannot open file '..\Debug\mesos-protobufs.lib' [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\launcher\mesos-executor.vcxproj]>


       "<https://builds.apache.org/job/Mesos-Windows/ws/build\Mesos.sln"> (default target) (1) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj.metaproj"> (default target) (27) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj"> (default target) (59) ->
         LINK : fatal error LNK1104: cannot open file '..\Debug\mesos-protobufs.lib' [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\health-check\mesos-health-check.vcxproj]>


       "<https://builds.apache.org/job/Mesos-Windows/ws/build\Mesos.sln"> (default target) (1) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj.metaproj"> (default target) (28) ->
       "<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj"> (default target) (60) ->
         LINK : fatal error LNK1104: cannot open file '..\Debug\mesos-protobufs.lib' [<https://builds.apache.org/job/Mesos-Windows/ws/build\src\usage\mesos-usage.vcxproj]>

    3425 Warning(s)
    8 Error(s)

Time Elapsed 00:16:26.60

<https://builds.apache.org/job/Mesos-Windows/ws/build>if> 1 NEQ 0 exit /b 1 
Build step 'Execute Windows batch command' marked build as failure

Jenkins build is back to normal : Mesos-Windows #259

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Windows/259/changes>