Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 84656 invoked from network); 18 Aug 2010 04:22:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Aug 2010 04:22:34 -0000 Received: (qmail 89466 invoked by uid 500); 18 Aug 2010 04:22:34 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 89371 invoked by uid 500); 18 Aug 2010 04:22:32 -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 89359 invoked by uid 99); 18 Aug 2010 04:22:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 04:22:31 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 04:22:24 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 911C540E000A for ; Wed, 18 Aug 2010 06:22:03 +0200 (CEST) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5aPVthuY3MPN for ; Wed, 18 Aug 2010 06:22:02 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id D67D540E0009; Wed, 18 Aug 2010 06:22:02 +0200 (CEST) From: Stefan Bodewig To: general@gump.apache.org Subject: Re: Disabled Nagging on vmgump References: <87eidxguqh.fsf@v35516.1blu.de> <87aaolgt1q.fsf@v35516.1blu.de> <877hjpf30e.fsf@v35516.1blu.de> X-Draft-From: ("nnfolder:mail.gump-general" 15400) Date: Wed, 18 Aug 2010 06:22:02 +0200 In-Reply-To: <877hjpf30e.fsf@v35516.1blu.de> (Stefan Bodewig's message of "Tue, 17 Aug 2010 21:33:21 +0200") Message-ID: <87eidw5z4l.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On 2010-08-17, Stefan Bodewig wrote: > After the Gump run was finished there still where about ten or fifteen > java processes active, all of them running > surefire-booter-something.jar. They may be leftovers from when Gump > terminates a build process, I'll keep an eye on it. The last Gump run just finished: ,---- | gump@vmgump:~$ ps auxww | fgrep java | gump 5959 0.5 7.8 1453756 80504 ? Sl 03:20 0:18 /usr/lib/jvm/java-6-openjdk/jre/bin/java -Xmx1024m -jar /tmp/surefirebooter7599168861280918845.jar /tmp/surefire4707031424830803939tmp /tmp/surefire7549294063188826154tmp | gump 9115 0.0 0.0 7576 780 pts/0 S+ 04:13 0:00 fgrep java | gump@vmgump:~$ free | total used free shared buffers cached | Mem: 1023600 802964 220636 0 290976 305260 | -/+ buffers/cache: 206728 816872 | Swap: 2187256 114768 2072488 | gump@vmgump:~$ kill -9 5959 | gump@vmgump:~$ free | total used free shared buffers cached | Mem: 1023600 714852 308748 0 291000 305032 | -/+ buffers/cache: 118820 904780 | Swap: 2187256 31120 2156136 `---- The project built at 3:20 has been apacheds-server-integ-test and it failed because ,---- | [INFO] Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed. | | Process timeout out after 900 seconds `---- so it is mvn not Gump that is killing processes and leaving some undeads behind. I'll play around with Gump's support for running a shell script after a Gump run in order to kill any surefirebooter java processes still alive. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org