You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Continuum@vmbuild" <de...@commons.apache.org> on 2007/08/22 16:26:52 UTC

[continuum] BUILD FAILURE: i18n (Sandbox)

Online report : http://vmbuild1.apache.org/continuum/buildResult.action?buildId=2090&projectId=180

Build statistics:
  State: Failed
  Previous Build: No previous build.
  Started at: Wed 22 Aug 2007 07:26:38 -0700
  Finished at: Wed 22 Aug 2007 07:26:50 -0700
  Total time: 11s
  Build Trigger: Forced
  Build Number: 0
  Exit code: 1
  Building machine hostname: vmbuild
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.4.2_15"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
          Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
        
  Builder version :
          Maven version: 2.0.7
          Java version: 1.4.2_15
          OS name: "linux" version: "2.6.20-16-server" arch: "i386"
    
****************************************************************************
SCM Changes:
****************************************************************************
No files changed

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Test Summary:
****************************************************************************
Tests: 35
Failures: 1
Total time: 955

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building i18n (Sandbox)
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /home/continuum/data/working-directory/180/target
[INFO] Deleting directory /home/continuum/data/working-directory/180/target/classes
[INFO] Deleting directory /home/continuum/data/working-directory/180/target/test-classes
[INFO] Deleting directory /home/continuum/data/working-directory/180/target/site
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://repo1.maven.org/maven2/hsqldb/hsqldb/1.7.3.3/hsqldb-1.7.3.3.pom
148b downloaded
Downloading: http://repo1.maven.org/maven2/commons-collections/commons-collections/2.1.1/commons-collections-2.1.1.pom
172b downloaded
[INFO] [compiler:compile]
[INFO] Compiling 14 source files to /home/continuum/data/working-directory/180/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://repo1.maven.org/maven2/hsqldb/hsqldb/1.7.3.3/hsqldb-1.7.3.3.jar
562K downloaded
Downloading: http://repo1.maven.org/maven2/commons-collections/commons-collections/2.1.1/commons-collections-2.1.1.jar
171K downloaded
[INFO] [compiler:testCompile]
[INFO] Compiling 16 source files to /home/continuum/data/working-directory/180/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/continuum/data/working-directory/180/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.commons.i18n.XMLMessageProviderTest
Aug 22, 2007 7:26:49 AM org.apache.commons.i18n.XMLMessageProvider <init>
SEVERE: Error while parsing message file
org.xml.sax.SAXParseException: Content is not allowed in prolog.
	at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1183)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
	at org.apache.commons.i18n.XMLMessageProvider.<init>(XMLMessageProvider.java:54)
	at org.apache.commons.i18n.XMLMessageProviderTest.testInstallResourceBundle(XMLMessageProviderTest.java:61)
	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:324)
	at junit.framework.TestCase.runTest(TestCase.java:164)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:120)
	at junit.framework.TestSuite.runTest(TestSuite.java:230)
	at junit.framework.TestSuite.run(TestSuite.java:225)
	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:324)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
	at org.apache.maven.surefire.Surefire.run(Surefire.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:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 sec
Running org.apache.commons.i18n.LocalizedBundleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.apache.commons.i18n.MessageManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.apache.commons.i18n.ResourceBundleMessageProviderTest
Aug 22, 2007 7:26:49 AM org.apache.commons.i18n.ResourceBundleMessageProvider getText
WARNING: No message entries found for bundle with key helloWorld
Aug 22, 2007 7:26:49 AM org.apache.commons.i18n.ResourceBundleMessageProvider getText
WARNING: No message entries found for bundle with key nonExistentId
Aug 22, 2007 7:26:49 AM org.apache.commons.i18n.ResourceBundleMessageProvider <init>
WARNING: Could not find resource bundle with base name nonExistentBundle, uninstalling it
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec <<< FAILURE!
Running org.apache.commons.i18n.bundles.MessageBundleTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.commons.i18n.LocalizedExceptionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.apache.commons.i18n.bundles.ErrorBundleTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.apache.commons.i18n.LocalizedErrorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.commons.i18n.bundles.TextBundleTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.commons.i18n.I18nUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.commons.i18n.JdbcMessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 sec
Running org.apache.commons.i18n.LocalizedRuntimeExceptionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.commons.i18n.MessageNotFoundExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec

Results :

Failed tests: 
  testGetEntries(org.apache.commons.i18n.ResourceBundleMessageProviderTest)

Tests run: 35, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 seconds
[INFO] Finished at: Wed Aug 22 07:26:49 PDT 2007
[INFO] Final Memory: 5M/13M
[INFO] ------------------------------------------------------------------------

****************************************************************************



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org