Return-Path: X-Original-To: apmail-cocoon-dev-archive@www.apache.org Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2BF977B7D for ; Thu, 29 Dec 2011 17:54:55 +0000 (UTC) Received: (qmail 93652 invoked by uid 500); 29 Dec 2011 17:54:54 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 93594 invoked by uid 500); 29 Dec 2011 17:54:54 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 93587 invoked by uid 99); 29 Dec 2011 17:54:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2011 17:54:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of scherler@gmail.com designates 74.125.82.179 as permitted sender) Received: from [74.125.82.179] (HELO mail-we0-f179.google.com) (74.125.82.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2011 17:54:48 +0000 Received: by werb12 with SMTP id b12so8794897wer.24 for ; Thu, 29 Dec 2011 09:54:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:subject:from:to:date:in-reply-to:references:content-type :x-mailer:content-transfer-encoding:mime-version; bh=T+WJHUnALfQe2TK7rEixXKR7s9+X5BAthzVNi2z17/0=; b=EFucBXJC/L8tnjrwhYmvlpQ0B0jbEirZ+jJbCtDjUN0zuQ9RBW6q8/9O7jYwgH2BGb rlYmu/G12mxMph0kVnibhb0s4GfRLQ8x0iFpN0GxH+GeW3NzVU8ADaLO/LTb51tJF+eO 4eOOkjjDtRf4DNLENhlTFO44yavZxz3vlMoW8= Received: by 10.216.134.91 with SMTP id r69mr7096319wei.1.1325181267633; Thu, 29 Dec 2011 09:54:27 -0800 (PST) Received: from [10.0.0.16] (94.168.216.87.static.jazztel.es. [87.216.168.94]) by mx.google.com with ESMTPS id fg15sm36453549wbb.7.2011.12.29.09.54.25 (version=SSLv3 cipher=OTHER); Thu, 29 Dec 2011 09:54:26 -0800 (PST) Message-ID: <1325181265.11045.83.camel@mcKenny> Subject: Re: Cocoon-trunk Build # 123 - Still Failing [WAS Re: Cocoon-trunk - Build # 122 - Failure] From: Thorsten Scherler To: dev@cocoon.apache.org Date: Thu, 29 Dec 2011 18:54:25 +0100 In-Reply-To: <4EFC9E62.5090401@apache.org> References: <1700360250.181325167339261.JavaMail.hudson@aegis> <1325170249.11045.49.camel@mcKenny> <4EFC9E62.5090401@apache.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.1- Content-Transfer-Encoding: 8bit Mime-Version: 1.0 On Thu, 2011-12-29 at 18:07 +0100, Francesco Chicchiriccò wrote: > On 29/12/2011 15:50, Thorsten Scherler wrote: > > On Thu, 2011-12-29 at 14:01 +0000, Apache Jenkins Server wrote: > >> The Apache Jenkins build system has built Cocoon-trunk (build #122) > >> > >> Status: Failure > >> > >> Check console output at https://builds.apache.org/job/Cocoon-trunk/122/ to view the results. > > Hmm, weird. Not sure what is wrong with Jenkins, but in my system I > > actually had to set MAVEN_OPTS="-Xmx256m -XX:PermSize=128m > > -XX:MaxPermSize=128m" to start it.sh and build successful. > > > > Maybe same prob for J but not sure since the NPE could be about > > anything. Let us see the next build. > > Uhm, build 123 went wrong as well, with same meaningless NPE :-( > > Any idea? The only one regarding the MAVEN_OPTS. ...but https://builds.apache.org/job/Cocoon-trunk/123/consoleFull [trunk] $ /home/hudson/tools/java/latest1.6/bin/java -Xmx768m -Xms768m -client -XX:MaxPermSize=256m It actually gives the build more Perm then I do. :( It builds fine on my box and the one of my colleague. Further we have setup a jenkins for our current project that as well builds c3 as part of the main project and that is working fine as well (for all commits since 24.11 or r1203644). The only thing that I see is that is doing and svn up on the same files between 122 and 123 (in the latter there a couple more but is 122 +). Further it does not make sense that 122 is failing in the parent, since it does not have even changes in parent/pom.xml (At revision 1225536) Further in 123 it goes to r1225592 and getting the same files at before (even more), where it should heve done only: thorsten@mcKenny:~/src/apache/c3$ svnu U cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml Updated to revision 1225602. Shot in the dark some underlying os issue, being it disk full or something similar. Maybe we should ping infra? salu2 -- Thorsten Scherler codeBusters S.L. - web based systems http://www.codebusters.es/