Build using 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: 83 X-Continuum-Project-Name: Commons IO
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=25364&projectId=83 Build statistics: State: Failed Previous State: Failed Started at: Fri 30 Nov 2012 16:20:15 +0000 Finished at: Fri 30 Nov 2012 16:22:02 +0000 Total time: 1m 46s Build Trigger: Schedule Build Number: 301 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 @ Fri 30 Nov 2012 15:25:39 +0000 Comment: Sort members. Files changed: /commons/proper/io/trunk/src/test/java/org/apache/commons/io/CharsetsTestCase.java ( 1415689 ) Changed: ggregory @ Fri 30 Nov 2012 15:30:50 +0000 Comment: <action issue="IO-360" dev="ggregory" type="add">Add API Charsets.requiredCharsets().</action> Files changed: /commons/proper/io/trunk/src/changes/changes.xml ( 1415693 ) /commons/proper/io/trunk/src/main/java/org/apache/commons/io/Charsets.java ( 1415693 ) /commons/proper/io/trunk/src/test/java/org/apache/commons/io/CharsetsTestCase.java ( 1415693 ) Changed: ggregory @ Fri 30 Nov 2012 15:32:16 +0000 Comment: Redo some test to use all required charsets. This revealed likely bugs in new @Ignore tests. Files changed: /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/CharSequenceInputStreamTest.java ( 1415694 ) Changed: ggregory @ Fri 30 Nov 2012 15:35:29 +0000 Comment: Replace magic number with private constant BUFFER_SIZE. Files changed: /commons/proper/io/trunk/src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java ( 1415698 ) Changed: ggregory @ Fri 30 Nov 2012 15:38:05 +0000 Comment: Replace magic number with private constant NO_MARK. Files changed: /commons/proper/io/trunk/src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java ( 1415700 ) Changed: ggregory @ Fri 30 Nov 2012 15:39:12 +0000 Comment: Replace magic number with private constant EOS (End Of Stream). Files changed: /commons/proper/io/trunk/src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java ( 1415701 ) Changed: ggregory @ Fri 30 Nov 2012 15:42:51 +0000 Comment: Slightly better parameter name. Files changed: /commons/proper/io/trunk/src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java ( 1415703 ) Changed: ggregory @ Fri 30 Nov 2012 15:56:19 +0000 Comment: Format // comment. Files changed: /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/CharSequenceInputStreamTest.java ( 1415711 ) Changed: ggregory @ Fri 30 Nov 2012 16:00:51 +0000 Comment: Sanity checks. Files changed: /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/CharSequenceInputStreamTest.java ( 1415714 ) **************************************************************************** Dependencies Changes: **************************************************************************** No dependencies changed **************************************************************************** Build Definition: **************************************************************************** POM filename: pom.xml Goals: clean deploy Arguments: --batch-mode -Pjava-1.6 -Dgpg.skip -Prelease Build Fresh: false Always Build: false Default Build Definition: true Schedule: COMMONS_SCHEDULE Profile Name: Maven 2.2.1 Description: Build using Java 1.6 **************************************************************************** Test Summary: **************************************************************************** Tests: 999 Failures: 1 Errors: 0 Success Rate: 99 Total time: 69.36998 **************************************************************************** Test Failures: **************************************************************************** CharSequenceInputStreamTest testIO_356 : bufferSize=10 dataSize=13 bufferSize=10 dataSize=13: arrays first differed at element [0]; expected:<65> but was:<78> at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:52) at org.junit.Assert.internalArrayEquals(Assert.java:416) at org.junit.Assert.assertArrayEquals(Assert.java:202) at org.apache.commons.io.input.CharSequenceInputStreamTest.testIO_356(CharSequenceInputStreamTest.java:158) at org.apache.commons.io.input.CharSequenceInputStreamTest.testIO_356(CharSequenceInputStreamTest.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222) at org.junit.runners.ParentRunner.run(ParentRunner.java:300) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org