Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 7782 invoked from network); 7 May 2007 16:45:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2007 16:45:51 -0000 Received: (qmail 93065 invoked by uid 500); 7 May 2007 16:45:57 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 93052 invoked by uid 500); 7 May 2007 16:45:57 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 93041 invoked by uid 99); 7 May 2007 16:45:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2007 09:45:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2007 09:45:49 -0700 Received: from vcsmtpcs.ad.quovadx.com (dhcp-170-236.quovadx.com [192.168.170.236] (may be forged)) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l47GjDnr017182 for ; Mon, 7 May 2007 16:45:13 GMT Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by vcsmtpcs.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 7 May 2007 10:44:48 -0600 Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 7 May 2007 10:44:47 -0600 Message-ID: <463F57E7.9080905@roguewave.com> Date: Mon, 07 May 2007 10:46:31 -0600 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: .stdcxx_runtests error in MSVC 7.1 builds Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 May 2007 16:44:47.0881 (UTC) FILETIME=[061D1790:01C790C7] X-Virus-Checked: Checked by ClamAV on apache.org Our night builds with MSVC 7.1 on Windows (2003 and XP) have been reported with the state of ERROR for some time. The logs, which are really hard to read, btw. (I wish this could be improved) look okay at the first glance except for one thing: there is no table with the tests results. My first suspicion was that the rwtest project might have failed to build but that hasn't panned out. rwtest seems to build just fine, and so do most of the tests (albeit in a bizarre order). I think I've finally found the problem though. The .stdcxx_runtests project appears to fail with the error below. Farid, since you are the expert on the Windows build and test infrastructure could you please look into this sometime soon. I'm planning on cutting the preliminary 4.2 branch and it would be nice to have test results for it. I was hoping for these types of issues to have been resolved before the branch is created but I suppose I can go ahead and create it anyway and fix the problem later. Martin ------- Build started: Project: .stdcxx_runtests, Configuration: 8s Optimized Static|Win32 ------- ------- Creating temporary file "C:\DOCUME~1\batman\LOCALS~1\Temp\BAT000389.bat" with contents [ @echo off if exist "D:\bman5\builds\33583217\source-buildspace\build\msvc-7.1\8s\tests\summary.htm" del "D:\bman5\builds\33583217\source-buildspace\build\msvc-7.1\8s\tests\summary.htm" if exist "D:\bman5\builds\33583217\source-buildspace\build\msvc-7.1\8s\tests\runtests.log" del "D:\bman5\builds\33583217\source-buildspace\build\msvc-7.1\8s\tests\runtests.log" if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..." exit 1 :VCEnd ] Creating command line "C:\DOCUME~1\batman\LOCALS~1\Temp\BAT000389.bat" Creating temporary file "C:\DOCUME~1\batman\LOCALS~1\Temp\BAT00038C.bat" with contents [ @echo off set PATH=D:\bman5\builds\33583217\source-buildspace\build\msvc-7.1\8s\lib;%PATH% cscript /nologo "d:\bman5\builds\33583217\source-buildspace\etc\config\windows\runall.wsf" /EXEDIR:"D:\bman5\builds\33583217\source-buildspace\build\msvc-7.1\8s\tests" /PRJDIR:"D:\bman5\builds\33583217\source-buildspace\build\msvc-7.1\Projects\tests" /CONFIG:"msvc-7.1" /COMPAT /LOGFILE:"runtests.log" if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step" exit 1 :VCEnd ] Creating command line "C:\DOCUME~1\batman\LOCALS~1\Temp\BAT00038C.bat" ------- Performing Pre-Build Event... Performing Custom Build Step d:\bman5\builds\33583217\source-buildspace\etc\config\windows\runall.wsf(71, 6) Microsoft JScript runtime error: Input past end of file Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"