You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/09/08 23:14:03 UTC

Build failed in Jenkins: UIMA-SDK » Apache UIMA Base: uimaj-core #549

See <https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj-core/549/changes>

Changes:

[schor] [UIMA-3969] add debug dump method, remove extra System.output, and remove test of number-of-children, since it's not used (the only user was Vinci serialization, and then only with XCAS, not XMI serialization).

[schor] [UIMA-4003] add tests for alternative int sets/maps based on hash or bitset. Note: performance tests are disabled normally - have to manually enabled by setting a static boolean...

[schor] no Jira - remove a System.out print from a test case, left over from debugging.

[schor] [UIMA-4003] add alternative int sets/maps based on hash or bitset

[schor] no Jira -add clear() method to support some additional testing

[schor] [UIMA-4002] fix flush method to reset lastNodeGotten

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache UIMA Base: uimaj-core 2.6.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.apache.org/snapshots/org/apache/uima/parent-pom/10-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/uima/parent-pom/10-SNAPSHOT/maven-metadata.xml (596 B at 4.2 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uimaj-core ---
[TASKS] Scanning folder '<https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj-core/ws/'> for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 891 files to scan for tasks
Found 66 open tasks.
[TASKS] Computing warning deltas based on reference build #548
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ uimaj-core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) @ uimaj-core ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and buildMonth) @ uimaj-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (setVersions) @ uimaj-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (addVersionSrc) @ uimaj-core ---
[INFO] Source directory: <https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj-core/ws/target/generated-sources/releaseVersion> added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ uimaj-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ uimaj-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ uimaj-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 697 source files to <https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj-core/ws/target/classes>
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ uimaj-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 271 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ uimaj-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 194 source files to <https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj-core/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj-core/ws/src/test/java/org/apache/uima/cas/impl/XmiCasDeserializerTest.java>:[57,49] cannot find symbol
symbol  : class XmiDocSerializer
location: class org.apache.uima.cas.impl.XmiCasSerializer
[INFO] 1 error
[INFO] -------------------------------------------------------------

Jenkins build is back to stable : UIMA-SDK » Apache UIMA Base: uimaj-core #551

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj-core/551/changes>


Re: Jenkins build is unstable: UIMA-SDK » Apache UIMA Base: uimaj-core #550

Posted by Marshall Schor <ms...@schor.com>.
hit enter too soon...

There was only one assert error - which I've now fixed.

Will check in shortly...
-Marshall
On 9/8/2014 9:55 PM, Marshall Schor wrote:
> this revealed that my local testing didn't enable asserts in Java.
>
> I've since checked the little box in the Eclipse configs under JUnit that says
> to add "-ea" to new launch configurations.  Unfortunately, it didn't add it to
> existing ones.
>
> When I added it manually, a bunch of new errors started showing up.  I'll be
> going through all of them...
>
> -Marshall
> On 9/8/2014 7:06 PM, Apache Jenkins Server wrote:
>> See <https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj-core/550/changes>
>>
>>
>>
>
>


Re: Jenkins build is unstable: UIMA-SDK » Apache UIMA Base: uimaj-core #550

Posted by Marshall Schor <ms...@schor.com>.
this revealed that my local testing didn't enable asserts in Java.

I've since checked the little box in the Eclipse configs under JUnit that says
to add "-ea" to new launch configurations.  Unfortunately, it didn't add it to
existing ones.

When I added it manually, a bunch of new errors started showing up.  I'll be
going through all of them...

-Marshall
On 9/8/2014 7:06 PM, Apache Jenkins Server wrote:
> See <https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj-core/550/changes>
>
>
>


Jenkins build is unstable: UIMA-SDK » Apache UIMA Base: uimaj-core #550

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/UIMA-SDK/org.apache.uima$uimaj-core/550/changes>