Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-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 3D22110422 for ; Tue, 7 May 2013 09:33:41 +0000 (UTC) Received: (qmail 70030 invoked by uid 500); 7 May 2013 09:33:41 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 69859 invoked by uid 500); 7 May 2013 09:33:40 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 69844 invoked by uid 99); 7 May 2013 09:33:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 09:33:40 +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 jukka.zitting@gmail.com designates 209.85.219.53 as permitted sender) Received: from [209.85.219.53] (HELO mail-oa0-f53.google.com) (209.85.219.53) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 09:33:33 +0000 Received: by mail-oa0-f53.google.com with SMTP id g12so340076oah.26 for ; Tue, 07 May 2013 02:33:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=E+F7gHymgtPhepTO6e87hbObG8qdyoR0f8DP91SZxEc=; b=sDmO/AbhwK6WXN2d7g8KWIgBS63GHCK7FAPg+umjp35nYv3enjE0I4sJ5B7SzI5cme 5zHnvKxBAr0SNkXPMzMy8eQjkCSAoU6pwspdYOsSQAU+R+KM2sYk3NTlpAAgM73n0TJR ylK0XKTInDk8tv9ElVLpP7V4117aF30jxB0bWhTcp6ZbwwD1GbK1ScQ7T6uD+RZ9eywJ bSeFf9E+Pw524KVUJY4YCE6c7FUk7l0kV34V2ku8ZaqUSBF1cZ2dxeKxjkXv+ZeQ3KmG Psz7ERwu8fodWU94M1zYVT4cIYajkF5iu3arJ9gtfwc9RsDGGpFB5hNjLp8uQUfvYriI VgDQ== X-Received: by 10.182.87.132 with SMTP id ay4mr310270obb.78.1367919192938; Tue, 07 May 2013 02:33:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.61.44 with HTTP; Tue, 7 May 2013 02:32:52 -0700 (PDT) In-Reply-To: <1804548761.345.1367918776497.JavaMail.hudson@aegis> References: <880956344.106.1367894065751.JavaMail.hudson@aegis> <1804548761.345.1367918776497.JavaMail.hudson@aegis> From: Jukka Zitting Date: Tue, 7 May 2013 11:32:52 +0200 Message-ID: Subject: Re: Jackrabbit-trunk - Build # 2116 - Still Failing To: Jackrabbit Developers Cc: builds@apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, [cc += builds@a.o] On Tue, May 7, 2013 at 11:26 AM, Apache Jenkins Server wrote: > Check console output at https://builds.apache.org/job/Jackrabbit-trunk/2116/ to view the results. The problem is: [INFO] Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli .CommandLineException: Error setting up environmental variables error=12, Not enough space I'm not sure if this is caused by the solaris1 slave running out of memory or the Jackrabbit-trunk build just not having enough memory to work with. For now I updated the build to use MAVEN_OPTS="-Xmx1g -XX:MaxPermSize=300m" to cover for the latter case. Let's see what happens. BR, Jukka Zitting