Return-Path: X-Original-To: apmail-builds-archive@minotaur.apache.org Delivered-To: apmail-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 866F676B0 for ; Tue, 1 Nov 2011 21:32:53 +0000 (UTC) Received: (qmail 5614 invoked by uid 500); 1 Nov 2011 21:32:53 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 5460 invoked by uid 500); 1 Nov 2011 21:32:53 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Delivered-To: moderator for builds@apache.org Received: (qmail 1618 invoked by uid 99); 1 Nov 2011 15:58:24 -0000 X-ASF-Spam-Status: No, hits=-5.0 required=10 tests=RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Camille.Fournier@gs.com designates 207.17.33.102 as permitted sender) X-IronPort-AV: E=Sophos;i="4.69,438,1315195200"; d="scan'208";a="47516914" From: "Fournier, Camille F." X-sendergroup: RELAYLIST To: "'builds@apache.org'" CC: "'dev@zookeeper.apache.org'" Date: Tue, 1 Nov 2011 11:57:52 -0400 Subject: FW: ZooKeeper-trunk-WinVS2008 - Build # 61 - Still Failing Thread-Topic: ZooKeeper-trunk-WinVS2008 - Build # 61 - Still Failing Thread-Index: AcyYrtS5/s2TkY++THmZzxlWsThGqwAAA0dg Message-ID: <69D3016305F9084FBD2C4A0DF189BD5C1779BA7822@GSCMAMP02EX.firmwide.corp.gs.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US x-retentionstamp: Firmwide Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, The ZooKeeper windows VS build is failing with messages like: > .\src\zookeeper.c(3070): fatal error C1088: Cannot flush compiler interme= diate file: 'C:\Users\hudson\AppData\Local\Temp\1\_CL_5ea413easy': No space= left on device Can someone take a look at the disk on this build box? Thanks, Camille -----Original Message----- From: Patrick Hunt [mailto:phunt@apache.org]=20 Sent: Tuesday, November 01, 2011 11:56 AM To: dev@zookeeper.apache.org Subject: Re: ZooKeeper-trunk-WinVS2008 - Build # 61 - Still Failing builds@apache.org On Tue, Nov 1, 2011 at 7:26 AM, Fournier, Camille F. wrote: > These are due to space issues, it looks like. Does anyone know who to con= tact about disk space on the windows build box? > > C > > > -----Original Message----- > From: Apache Jenkins Server [mailto:jenkins@builds.apache.org] > Sent: Tuesday, November 01, 2011 10:25 AM > To: dev@zookeeper.apache.org > Subject: ZooKeeper-trunk-WinVS2008 - Build # 61 - Still Failing > > See https://builds.apache.org/job/ZooKeeper-trunk-WinVS2008/61/ > > #########################################################################= ########## > ########################## LAST 60 LINES OF THE CONSOLE #################= ########## > [...truncated 147 lines...] > .\src\zookeeper.c(1678): warning C4133: 'function' : incompatible types -= from 'int *__w64 ' to 'char *' > .\src\zookeeper.c(1916): warning C4267: '=3D' : conversion from 'size_t' = to 'int', possible loss of data > .\src\zookeeper.c(2295): 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(2535): warning C4267: '=3D' : conversion from 'size_t' = to 'int', possible loss of data > .\src\zookeeper.c(3025): warning C4267: 'initializing' : conversion from = 'size_t' to 'int', possible loss of data > .\src\zookeeper.c(3070): fatal error C1088: Cannot flush compiler interme= diate file: 'C:\Users\hudson\AppData\Local\Temp\1\_CL_5ea413easy': No space= left on device > .\src\zk_log.c(120): warning C4996: '_snprintf': This function or variabl= e 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 ite= m is deprecated. Instead, use the ISO C++ conformant name: _getpid. See onl= ine help for details. > .\src\zk_log.c(160): warning C4996: 'vsnprintf': This function or variabl= e 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 th= is item is deprecated. Instead, use the ISO C++ conformant name: _strdup. S= ee online help for details. > .\src\zk_hashtable.c(209): warning C4996: 'strdup': The POSIX name for th= is item is deprecated. Instead, use the ISO C++ conformant name: _strdup. S= ee online help for details. > .\src\mt_adaptor.c(513): warning C4244: '=3D' : conversion from 'time_t' = to 'int32_t', possible loss of data > Done Building Project "f:\hudson\hudson-slave\workspace\ZooKeeper-trunk-W= inVS2008\trunk\src\c\zookeeper.sln" (default targets) -- FAILED. > > Build FAILED. > > "f:\hudson\hudson-slave\workspace\ZooKeeper-trunk-WinVS2008\trunk\src\c\z= ookeeper.sln" (default target) (1) -> > (zookeeper target) -> > =A0cl : Command line warning D9035: option 'Wp64' has been deprecated and= will be removed in a future release > =A0.\src\zookeeper.c(463): warning C4996: 'strdup': The POSIX name for th= is item is deprecated. Instead, use the ISO C++ conformant name: _strdup. S= ee online help for details. > =A0.\src\zookeeper.c(804): warning C4996: 'strdup': The POSIX name for th= is item is deprecated. Instead, use the ISO C++ conformant name: _strdup. S= ee online help for details. > =A0.\src\zookeeper.c(811): warning C4996: 'strncpy': This function or var= iable may be unsafe. Consider using strncpy_s instead. To disable deprecati= on, use _CRT_SECURE_NO_WARNINGS. See online help for details. > =A0.\src\zookeeper.c(817): warning C4996: 'strdup': The POSIX name for th= is item is deprecated. Instead, use the ISO C++ conformant name: _strdup. S= ee online help for details. > =A0.\src\zookeeper.c(878): warning C4996: 'strdup': The POSIX name for th= is item is deprecated. Instead, use the ISO C++ conformant name: _strdup. S= ee online help for details. > =A0.\src\zookeeper.c(881): warning C4996: 'strcpy': This function or vari= able may be unsafe. Consider using strcpy_s instead. To disable deprecation= , use _CRT_SECURE_NO_WARNINGS. See online help for details. > =A0.\src\zookeeper.c(882): warning C4996: 'strcat': This function or vari= able may be unsafe. Consider using strcat_s instead. To disable deprecation= , use _CRT_SECURE_NO_WARNINGS. See online help for details. > =A0.\src\zookeeper.c(901): warning C4996: 'strdup': The POSIX name for th= is item is deprecated. Instead, use the ISO C++ conformant name: _strdup. S= ee online help for details. > =A0.\src\zookeeper.c(904): warning C4996: 'strdup': The POSIX name for th= is item is deprecated. Instead, use the ISO C++ conformant name: _strdup. S= ee online help for details. > =A0.\src\zookeeper.c(1240): warning C4996: 'vsnprintf': This function or = variable may be unsafe. Consider using vsnprintf_s instead. To disable depr= ecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. > =A0.\src\zookeeper.c(1243): warning C4996: 'strerror': This function or v= ariable may be unsafe. Consider using strerror_s instead. To disable deprec= ation, use _CRT_SECURE_NO_WARNINGS. See online help for details. > =A0.\src\zookeeper.c(1465): warning C4133: 'function' : incompatible type= s - from 'int *__w64 ' to 'const char *' > =A0.\src\zookeeper.c(1470): warning C4996: 'strerror': This function or v= ariable may be unsafe. Consider using strerror_s instead. To disable deprec= ation, use _CRT_SECURE_NO_WARNINGS. See online help for details. > =A0.\src\zookeeper.c(1678): warning C4133: 'function' : incompatible type= s - from 'int *__w64 ' to 'char *' > =A0.\src\zookeeper.c(1916): warning C4267: '=3D' : conversion from 'size_= t' to 'int', possible loss of data > =A0.\src\zookeeper.c(2295): warning C4996: 'strdup': The POSIX name for t= his item is deprecated. Instead, use the ISO C++ conformant name: _strdup. = See online help for details. > =A0.\src\zookeeper.c(2535): warning C4267: '=3D' : conversion from 'size_= t' to 'int', possible loss of data > =A0.\src\zookeeper.c(3025): warning C4267: 'initializing' : conversion fr= om 'size_t' to 'int', possible loss of data > =A0.\src\zk_log.c(120): warning C4996: '_snprintf': This function or vari= able may be unsafe. Consider using _snprintf_s instead. To disable deprecat= ion, use _CRT_SECURE_NO_WARNINGS. See online help for details. > =A0.\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. > =A0.\src\zk_log.c(160): warning C4996: 'vsnprintf': This function or vari= able may be unsafe. Consider using vsnprintf_s instead. To disable deprecat= ion, use _CRT_SECURE_NO_WARNINGS. See online help for details. > =A0.\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. > =A0.\src\zk_hashtable.c(209): warning C4996: 'strdup': The POSIX name for= this item is deprecated. Instead, use the ISO C++ conformant name: _strdup= . See online help for details. > =A0.\src\mt_adaptor.c(513): warning C4244: '=3D' : conversion from 'time_= t' to 'int32_t', possible loss of data > > > "f:\hudson\hudson-slave\workspace\ZooKeeper-trunk-WinVS2008\trunk\src\c\z= ookeeper.sln" (default target) (1) -> > (zookeeper target) -> > =A0.\generated\zookeeper.jute.c(1287): fatal error C1088: Cannot flush co= mpiler intermediate file: 'C:\Users\hudson\AppData\Local\Temp\1\_CL_00521d7= egl': No space left on device > =A0.\src\zookeeper.c(3070): fatal error C1088: Cannot flush compiler inte= rmediate file: 'C:\Users\hudson\AppData\Local\Temp\1\_CL_5ea413easy': No sp= ace left on device > > =A0 =A025 Warning(s) > =A0 =A02 Error(s) > > Time Elapsed 00:00:04.88 > > 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. >