See https://builds.apache.org/job/ZooKeeper-trunk-WinVS2008/754/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 168 lines...]
Build FAILED.

"f:\hudson\hudson-slave\workspace\ZooKeeper-trunk-WinVS2008\trunk\src\c\zookeeper.sln"
 (default target) (1) ->
(zookeeper target) -> 
  cl : Command line warning D9035: option 'Wp64' has been deprecated and will 
be removed in a future release
  .\src\zookeeper.c(502): warning C4996: 'strdup': The POSIX name for this item 
is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online 
help for details.
  .\src\zookeeper.c(750): warning C4996: 'strdup': The POSIX name for this item 
is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online 
help for details.
  .\src\zookeeper.c(1005): warning C4996: 'strdup': The POSIX name for this 
item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See 
online help for details.
  .\src\zookeeper.c(1016): 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.
  .\src\zookeeper.c(1022): warning C4996: 'strdup': The POSIX name for this 
item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See 
online help for details.
  .\src\zookeeper.c(1083): warning C4996: 'strdup': The POSIX name for this 
item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See 
online help for details.
  .\src\zk_log.c(120): warning C4996: '_snprintf': This function or variable 
may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use 
_CRT_SECURE_NO_WARNINGS. See online help for details.
  .\src\zk_log.c(134): warning C4996: 'getpid': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help 
for details.
  .\src\zk_log.c(160): 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.
  .\src\zk_hashtable.c(189): warning C4996: 'strdup': The POSIX name for this 
item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See 
online help for details.
  .\src\zk_hashtable.c(213): warning C4996: 'strdup': The POSIX name for this 
item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See 
online help for details.
  .\src\mt_adaptor.c(498): warning C4244: '=' : conversion from 'time_t' to 
'int32_t', possible loss of data


"f:\hudson\hudson-slave\workspace\ZooKeeper-trunk-WinVS2008\trunk\src\c\zookeeper.sln"
 (default target) (1) ->
(Cli target) -> 
  .\src\cli.c(124): 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.
  .\src\cli.c(281): warning C4996: 'strdup': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help 
for details.
  .\src\cli.c(282): warning C4996: 'strdup': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help 
for details.
  .\src\cli.c(351): warning C4996: 'strdup': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help 
for details.
  .\src\cli.c(371): warning C4996: 'strdup': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help 
for details.
  .\src\cli.c(386): warning C4996: 'strdup': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help 
for details.
  .\src\cli.c(397): warning C4996: 'strdup': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help 
for details.
  .\src\cli.c(430): warning C4996: 'strdup': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help 
for details.
  .\src\cli.c(433): warning C4996: 'strdup': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help 
for details.
  .\src\cli.c(445): warning C4996: 'strdup': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help 
for details.
  .\src\cli.c(458): warning C4996: 'strdup': The POSIX name for this item is 
deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help 
for details.
  .\src\cli.c(551): 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.
  .\src\cli.c(556): 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.
  .\src\cli.c(577): 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.


"f:\hudson\hudson-slave\workspace\ZooKeeper-trunk-WinVS2008\trunk\src\c\zookeeper.sln"
 (default target) (1) ->
(zookeeper target) -> 
  .\generated\zookeeper.jute.c(445): fatal error C1088: Cannot flush compiler 
intermediate file: 'C:\Users\hudson\AppData\Local\Temp\_CL_2f2978eesy': No 
space left on device
  .\src\zookeeper.c(1138): fatal error C1088: Cannot flush compiler 
intermediate file: 'C:\Users\hudson\AppData\Local\Temp\_CL_86859bd8ex': No 
space left on device
  .\src\zk_log.c(177): fatal error C1082: Cannot close compiler intermediate 
file: '': No space left on device
  .\src\zk_hashtable.c(338): fatal error C1082: Cannot close compiler 
intermediate file: '': No space left on device
  .\src\mt_adaptor.c(529): fatal error C1088: Cannot flush compiler 
intermediate file: 'C:\Users\hudson\AppData\Local\Temp\_CL_966de642gl': No 
space left on device


"f:\hudson\hudson-slave\workspace\ZooKeeper-trunk-WinVS2008\trunk\src\c\zookeeper.sln"
 (default target) (1) ->
(Cli target) -> 
  .\src\cli.c(690): fatal error C1088: Cannot flush compiler intermediate file: 
'C:\Users\hudson\AppData\Local\Temp\_CL_b5ad06b6gl': No space left on device

    27 Warning(s)
    6 Error(s)

Time Elapsed 00:00:20.53

f:\hudson\hudson-slave\workspace\ZooKeeper-trunk-WinVS2008>exit 1 
Build step 'Execute Windows batch command' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) 
##############################
No tests ran.

Reply via email to