Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 89932 invoked from network); 28 Jul 2006 19:53:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2006 19:53:44 -0000 Received: (qmail 63107 invoked by uid 500); 28 Jul 2006 19:53:43 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 63070 invoked by uid 500); 28 Jul 2006 19:53:43 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 63059 invoked by uid 99); 28 Jul 2006 19:53:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 12:53:43 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [217.160.128.107] (HELO www.samaflost.de) (217.160.128.107) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 12:53:42 -0700 Received: by www.samaflost.de (Postfix, from userid 1000) id 714648FD26F; Fri, 28 Jul 2006 21:53:21 +0200 (CEST) To: general@gump.apache.org Subject: vmgump has problems X-Draft-From: ("nnfolder:mail.gump-general" "") From: Stefan Bodewig Date: Fri, 28 Jul 2006 21:53:21 +0200 Message-ID: <87ejw58q1a.fsf@www.samaflost.de> User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all Since about two weeks we don't finish a single Gump run on vmgump - the test builds on helios manage to go through, but they build a much smaller chunk of code. It isn't always the same project that gets built last (I looked into it sometime in the middle of last week and it was checkstyle, today it was test-ant). This is the tail of out.txt: Build Project: #[(595, 705)] : test-ant : [state:Unset] Run Ant on Project: #[(595, 705)] : test-ant Failed to build project #[(595, 705)] : [test-ant], state:Failed dynagumper.py processProject: need to implement project event processing Traceback (most recent call last): File "bin/integrate.py", line 113, in ? irun() File "bin/integrate.py", line 90, in irun result = getRunner(run).perform() File "/x1/gump/public/gump/python/gump/core/runner/runner.py", line 249, in perform return self.performRun() File "/x1/gump/public/gump/python/gump/core/runner/demand.py", line 195, in performRun self.performBuild(project) File "/x1/gump/public/gump/python/gump/core/runner/demand.py", line 128, in performBuild self.run.generateEvent(project) File "/x1/gump/public/gump/python/gump/core/run/gumprun.py", line 202, in generateEvent self._dispatchEvent(EntityRunEvent(self, entity)) File "/x1/gump/public/gump/python/gump/core/run/gumprun.py", line 185, in _dispatchEvent actor._processEvent(event) File "/x1/gump/public/gump/python/gump/core/run/actor.py", line 82, in _processEvent self.processEvent(event) File "/x1/gump/public/gump/python/gump/core/run/actor.py", line 124, in processEvent self._processProject(entity) File "/x1/gump/public/gump/python/gump/core/run/actor.py", line 168, in _processProject self.processProject(project) File "/x1/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 86, in processProject self.documentProject(project,True) File "/x1/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 1736, in documentProject note,warn) File "/x1/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 2356, in documentWorkList self.documentWork(work) File "/x1/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 2360, in documentWork spec=self.resolver.getFileSpec(work) File "/x1/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", line 247, in getFileSpec self.makePath(location.getPath(),self.xdocsDir) File "/x1/gump/public/gump/python/gump/actor/document/ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org