[
https://issues.apache.org/jira/browse/UIMA-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003470#comment-13003470
]
Florent ANDRE commented on UIMA-2003:
-------------------------------------
Hi you,
Sorry for the so long time to answer.
== Status ==
To be sure of remove any maven/svn related side effects, I :
- totally clean my mvn local repository
- svn update uimaj & sandbox.
So I have :
- svn info uimaj : Last Changed Rev: 1077854
- svn info sanbox : Last Changed Rev: 1078825
Compilation :
- cd uimaj/aggregate-uimaj ; mvn clean install : compilation OK
- cd sanbox/aggregate-addons ; mvn clean install : compilation ERROR (same as
describe)
== Versions ==
- $lsb_release -a
LSB Version:
core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:cxx-3.0-amd64:cxx-3.0-noarch:cxx-3.1-amd64:cxx-3.1-noarch:cxx-3.2-amd64:cxx-3.2-noarch:cxx-4.0-amd64:cxx-4.0-noarch:desktop-3.1-amd64:desktop-3.1-noarch:desktop-3.2-amd64:desktop-3.2-noarch:desktop-4.0-amd64:desktop-4.0-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.0-amd64:graphics-3.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-3.2-amd64:printing-3.2-noarch:printing-4.0-amd64:printing-4.0-noarch:qt4-3.1-amd64:qt4-3.1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid
- $java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
- $mvn -version
Apache Maven 2.2.1 (rdebian-1)
Java version: 1.6.0_24
Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.35-7-generic" arch: "amd64" Family: "unix"
- svn --version
svn, version 1.6.6 (r40053)
compiled Jan 14 2011, 23:50:38
== Error ==
******* Mvn std output ******
[INFO] Surefire report directory:
/home/florent/devel/dev-others/uima/sources/rev-1078166/sandbox/WhitespaceTokenizer/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.uima.annotator.WhitespaceTokenizerPerfTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec <<<
FAILURE!
Running org.apache.uima.annotator.WhitespaceTokTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.417 sec <<<
FAILURE!
Results :
Failed tests:
testEnglishProcessingTest(org.apache.uima.annotator.WhitespaceTokenizerPerfTest)
Tests in error:
testAnnotatorSpecial(org.apache.uima.annotator.WhitespaceTokTest)
testAnnotatorEnglish(org.apache.uima.annotator.WhitespaceTokTest)
testAnnotatorTabs(org.apache.uima.annotator.WhitespaceTokTest)
Tests run: 4, Failures: 1, Errors: 3, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to
/home/florent/devel/dev-others/uima/sources/rev-1078166/sandbox/WhitespaceTokenizer/target/surefire-reports
for the individual test results.
******** cat
sandbox/WhitespaceTokenizer/target/surefire-reports/org.apache.uima.annotator.WhitespaceTokenizerPerfTest.txt
******
-------------------------------------------------------------------------------
Test set: org.apache.uima.annotator.WhitespaceTokenizerPerfTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec <<<
FAILURE!
testEnglishProcessingTest(org.apache.uima.annotator.WhitespaceTokenizerPerfTest)
Time elapsed: 0.035 sec <<< FAILURE!
junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertNotNull(Assert.java:220)
at junit.framework.Assert.assertNotNull(Assert.java:213)
at
org.apache.uima.test.junit_extension.AnnotatorPerformanceTester.runPerformanceTest(AnnotatorPerformanceTester.java:102)
at
org.apache.uima.annotator.WhitespaceTokenizerPerfTest.testEnglishProcessingTest(WhitespaceTokenizerPerfTest.java:46)
******** cat
sandbox/WhitespaceTokenizer/target/surefire-reports/org.apache.uima.annotator.WhitespaceTokTest.txt
*******
-------------------------------------------------------------------------------
Test set: org.apache.uima.annotator.WhitespaceTokTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.417 sec <<<
FAILURE!
testAnnotatorSpecial(org.apache.uima.annotator.WhitespaceTokTest) Time
elapsed: 0.382 sec <<< ERROR!
java.lang.NullPointerException
at org.apache.uima.util.XMLInputSource.<init>(XMLInputSource.java:64)
at
org.apache.uima.test.junit_extension.AnnotatorTester.setup(AnnotatorTester.java:119)
at
org.apache.uima.test.junit_extension.AnnotatorTester.<init>(AnnotatorTester.java:89)
at
org.apache.uima.annotator.WhitespaceTokTest.setUp(WhitespaceTokTest.java:43)
at junit.framework.TestCase.runBare(TestCase.java:125)
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:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
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.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
testAnnotatorEnglish(org.apache.uima.annotator.WhitespaceTokTest) Time
elapsed: 0.004 sec <<< ERROR!
java.lang.NullPointerException
at org.apache.uima.util.XMLInputSource.<init>(XMLInputSource.java:64)
at
org.apache.uima.test.junit_extension.AnnotatorTester.setup(AnnotatorTester.java:119)
at
org.apache.uima.test.junit_extension.AnnotatorTester.<init>(AnnotatorTester.java:89)
at
org.apache.uima.annotator.WhitespaceTokTest.setUp(WhitespaceTokTest.java:43)
at junit.framework.TestCase.runBare(TestCase.java:125)
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:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
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.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
testAnnotatorTabs(org.apache.uima.annotator.WhitespaceTokTest) Time elapsed:
0.003 sec <<< ERROR!
java.lang.NullPointerException
at org.apache.uima.util.XMLInputSource.<init>(XMLInputSource.java:64)
at
org.apache.uima.test.junit_extension.AnnotatorTester.setup(AnnotatorTester.java:119)
at
org.apache.uima.test.junit_extension.AnnotatorTester.<init>(AnnotatorTester.java:89)
at
org.apache.uima.annotator.WhitespaceTokTest.setUp(WhitespaceTokTest.java:43)
at junit.framework.TestCase.runBare(TestCase.java:125)
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:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
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.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
> WhitespaceTokenizerPerfTest failure in sandbox Last Changed Rev: 1056535
> ------------------------------------------------------------------------
>
> Key: UIMA-2003
> URL: https://issues.apache.org/jira/browse/UIMA-2003
> Project: UIMA
> Issue Type: Bug
> Components: Sandbox
> Reporter: Florent ANDRE
>
> === error
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.uima.annotator.WhitespaceTokenizerPerfTest
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec <<<
> FAILURE!
> Running org.apache.uima.annotator.WhitespaceTokTest
> Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.181 sec <<<
> FAILURE!
> Results :
> Failed tests:
>
> testEnglishProcessingTest(org.apache.uima.annotator.WhitespaceTokenizerPerfTest)
> Tests in error:
> testAnnotatorSpecial(org.apache.uima.annotator.WhitespaceTokTest)
> testAnnotatorEnglish(org.apache.uima.annotator.WhitespaceTokTest)
> testAnnotatorTabs(org.apache.uima.annotator.WhitespaceTokTest)
> Tests run: 4, Failures: 1, Errors: 3, Skipped: 0
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> == command :
> - cd sandbox/aggregate-addons
> - mvn install
> == svn info :
> URL: http://svn.apache.org/repos/asf/uima/sandbox/trunk
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 1058796
> Node Kind: directory
> Schedule: normal
> Last Changed Author: tommaso
> Last Changed Rev: 1056535
> Last Changed Date: 2011-01-07 23:15:36 +0100 (Fri, 07 Jan 2011)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira