From users-return-7871-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Tue Oct 06 02:02:22 2009 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 34809 invoked from network); 6 Oct 2009 02:02:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 02:02:22 -0000 Received: (qmail 13025 invoked by uid 500); 6 Oct 2009 02:02:21 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 12936 invoked by uid 500); 6 Oct 2009 02:02:21 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 12925 invoked by uid 99); 6 Oct 2009 02:02:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 02:02:21 +0000 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of marica.tan@gmail.com designates 209.85.222.199 as permitted sender) Received: from [209.85.222.199] (HELO mail-pz0-f199.google.com) (209.85.222.199) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 02:02:10 +0000 Received: by pzk37 with SMTP id 37so3428169pzk.10 for ; Mon, 05 Oct 2009 19:00:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=CT6W2qzacAR+pbnqfykGIru1veaoK33aFuuzaLy8m9A=; b=Q97XzYssURsOsKeQpfFqz9ciFZXzfw4PfpKSo01Kb5xsEm2oLY/mv9AbvGRnhSAjVK gq+jQHpxLMHdN6UhZvhJGiqjRIbSFaUeNgB0TvX4ocTp+8ZIujBAFNtGVMiJfvXvm160 lQJiKzL7x0Z3rSGVQI5wPQGCOLH9p0Lt1Y2vo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=H6O/yLJIDympbxkjDf0EDz3zF3PDnCNdXEPY9Av5IS3yjzLeuc7dce8+4kykOZgg5Z y6FredL90QfCIO/m58UJoNL6pblw8yxkaG2WsczlOKRjHlXC5ZNFNvJj0G8utAr1q5/6 Sb7fUALkN/qxhbzI6ETW/qH4DkkA5RSV/cQPw= MIME-Version: 1.0 Received: by 10.142.9.34 with SMTP id 34mr58540wfi.114.1254794448894; Mon, 05 Oct 2009 19:00:48 -0700 (PDT) In-Reply-To: <25757480.post@talk.nabble.com> References: <25705964.post@talk.nabble.com> <25716729.post@talk.nabble.com> <25721342.post@talk.nabble.com> <25721803.post@talk.nabble.com> <25757480.post@talk.nabble.com> Date: Tue, 6 Oct 2009 10:00:48 +0800 Message-ID: Subject: Re: Distributed Builds Always Use Same Agent From: Marica Tan To: users@continuum.apache.org Content-Type: multipart/alternative; boundary=00504502b738647a2204753a9992 X-Virus-Checked: Checked by ClamAV on apache.org --00504502b738647a2204753a9992 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Oct 6, 2009 at 8:19 AM, George Snyder wrote: > > Another symptom which may be related: E-mail notifications for distributed > builds are not getting variables substituted correctly. It feels like an > interface mismatch between master and server. Both are running on the same > machine (version info is above). In the example below, I copied the > "actually" values from the on-line report (build output). > > > This has been fixed by CONTINUUM-2348. > > From: Continuum@DevBld1 [mailto:continuum@devbld1.lab.wma.arrisi.com] > Sent: Friday, October 02, 2009 8:09 PM > To: Snyder, George > Subject: [continuum] BUILD ERROR: Unknown build state 0: [Inactive > Components] - Build System Test Project - > ${build.buildDefinition.description} > # Actually "Default Maven 2 Build > Definition" > > Online report : > http://devbld1:8085/continuum/buildResult.action?buildId=181&projectId=21 > > Build statistics: > State: Unknown project state '0' # Actually "Success" > Previous State: Ok > Started at: $formatter.formatTimestamp( $build.startTime ) > # Actually Oct 02, 2009 08:08:16 PM > EDT > Finished at: $formatter.formatTimestamp( $build.endTime ) > # Actually Oct 02, 2009 08:08:38 PM > EDT > Total time: 0s # Actually 21 sec > Build Trigger: Schedule # Actually "Forced" > Build Number: 0 # Actually 7 > Exit code: 0 > Building machine hostname: devbld1 > Operating system : Linux(unknown) > Java Home version : > java version "1.6.0_11" > Java(TM) SE Runtime Environment (build 1.6.0_11-b03) > Java HotSpot(TM) Server VM (build 11.0-b16, mixed mode) > > Builder version : > Maven version: 2.0.8 > Java version: 1.6.0_11 > OS name: "linux" version: "2.6.18-8.1.10.el5" arch: "i386" Family: > "unix" > > > > -- George Snyder > > -- > View this message in context: > http://www.nabble.com/Distributed-Builds-Always-Use-Same-Agent-tp25705964p25757480.html > Sent from the Continuum - Users mailing list archive at Nabble.com. > --00504502b738647a2204753a9992--