For unrelated reasons, I restarted Continuum. The build failure is coming from a bad repository definition - http://maven.glassfish.org - which is redirecting to https (which doesn't have a valid certificate). Unfortunately Maven 2.2.1 has a bug that caches that output.
You can switch to Maven 3.x (currently 3.0.2 is installed, will install 3.0.5 and 3.1.0 when we reconfigure the VM), and/or adjust the repository definition in your POM (a good idea if you want to support Maven 2 for builds). Cheers, Brett On 08/08/2013, at 11:24 PM, Gary Gregory <garydgreg...@gmail.com> wrote: > Can continuum be restarted? Perhaps the local maven cache needs to be > cleared? > > Thank you, > Gary > > ---------- Forwarded message ---------- > From: Continuum@vmbuild <contin...@apache.org> > Date: Wed, Aug 7, 2013 at 10:20 PM > Subject: [continuum] BUILD FAILURE: Apache Commons - Commons VFS - > To: d...@commons.apache.org > > > Local Maven 2 Build Definition (Java 1.6) > MIME-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > X-Continuum-Build-Host: vmbuild > X-Continuum-Project-Id: 129 > X-Continuum-Project-Name: Commons VFS > > Online report : > http://vmbuild.apache.org/continuum/buildResult.action?buildId=27262&projectId=129 > > Build statistics: > State: Failed > Previous State: Failed > Started at: Thu 8 Aug 2013 02:20:16 +0000 > Finished at: Thu 8 Aug 2013 02:20:37 +0000 > Total time: 21s > Build Trigger: Schedule > Build Number: 292 > Exit code: 1 > Building machine hostname: vmbuild > Operating system : Linux(unknown) > Java Home version : > java version "1.6.0_30" > Java(TM) SE Runtime Environment (build 1.6.0_30-b12) > Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode) > > Builder version : > Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+0000) > Java version: 1.6.0_30 > Java home: /usr/lib/jvm/jdk1.6.0_30/jre > Default locale: en_US, platform encoding: ANSI_X3.4-1968 > OS name: "linux" version: "2.6.32-41-server" arch: "amd64" > Family: "unix" > > **************************************************************************** > SCM Changes: > **************************************************************************** > Changed: ggregory @ Thu 8 Aug 2013 01:30:45 +0000 > Comment: [VFS-482] Wrong assertion messages in RAM provider test case. > Files changed: > > /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ram/test/CustomRamProviderTest.java > ( 1511553 ) > /commons/proper/vfs/trunk/src/changes/changes.xml ( 1511553 ) > > Changed: ggregory @ Thu 8 Aug 2013 01:47:35 +0000 > Comment: [VFS-483][RAM] Many suggestions to improve the RAM file provider. > Rename ivar buffer to content, also rename package private accessors. > Files changed: > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileData.java > ( 1511554 ) > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileObject.java > ( 1511554 ) > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileOutputStream.java > ( 1511554 ) > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileRandomAccessContent.java > ( 1511554 ) > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileSystem.java > ( 1511554 ) > > Changed: ggregory @ Thu 8 Aug 2013 01:51:41 +0000 > Comment: [VFS-483][RAM] Many suggestions to improve the RAM file provider. > Refactor 'new byte[0]' into a private static final byte[] called EMPTY. > Files changed: > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileData.java > ( 1511555 ) > > Changed: ggregory @ Thu 8 Aug 2013 02:03:43 +0000 > Comment: [VFS-483][RAM] Many suggestions to improve the RAM file provider. > Replace 'this.data.getContent().length' with 'this.size()'. > Files changed: > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileObject.java > ( 1511556 ) > > Changed: ggregory @ Thu 8 Aug 2013 02:05:37 +0000 > Comment: [VFS-483][RAM] Many suggestions to improve the RAM file provider. > Rename ivar buffer to content, also rename package private accessors. > Files changed: > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileData.java > ( 1511557 ) > > Changed: ggregory @ Thu 8 Aug 2013 02:06:53 +0000 > Comment: [VFS-483][RAM] Many suggestions to improve the RAM file provider. > Refactor 'new byte[0]' into a private static final byte[] called EMPTY. > Files changed: > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileData.java > ( 1511558 ) > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileObject.java > ( 1511558 ) > > Changed: ggregory @ Thu 8 Aug 2013 02:09:21 +0000 > Comment: Better ivar name. > Files changed: > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileOutputStream.java > ( 1511559 ) > > Changed: ggregory @ Thu 8 Aug 2013 02:16:05 +0000 > Comment: [VFS-483][RAM] Many suggestions to improve the RAM file provider. > Refactor local data in > org.apache.commons.vfs2.provider.ram.RamFileOutputStream.write(byte[], int, > int). > Files changed: > > /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileOutputStream.java > ( 1511560 ) > > **************************************************************************** > Dependencies Changes: > **************************************************************************** > No dependencies changed > > > **************************************************************************** > Build Definition: > **************************************************************************** > POM filename: pom.xml > Goals: clean deploy > Arguments: --batch-mode -Pjava-1.6 > Build Fresh: false > Always Build: false > Default Build Definition: true > Schedule: COMMONS_SCHEDULE > Profile Name: Maven 2.2.1 > Description: Local Maven 2 Build Definition (Java 1.6) > > **************************************************************************** > Test Summary: > **************************************************************************** > Tests: 0 > Failures: 0 > Errors: 0 > Total time: 0.0 > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > > > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hibernate, Second > Edition<http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory -- Brett Porter @brettporter http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter