You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (JIRA)" <de...@uima.apache.org> on 2015/07/09 09:18:05 UTC

[jira] [Created] (UIMA-4506) Unreproducible test failure on Jenkins

Richard Eckart de Castilho created UIMA-4506:
------------------------------------------------

             Summary: Unreproducible test failure on Jenkins
                 Key: UIMA-4506
                 URL: https://issues.apache.org/jira/browse/UIMA-4506
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework, uimaFIT
    Affects Versions: 2.7.0SDK, 2.2.0uimaFIT
            Reporter: Richard Eckart de Castilho
            Priority: Minor


Encountered a test failure during XMI deserialization that I was unable to reproduce. Failure occurred on Jenkins:

{noformat}
Building remotely on jenkins-ubuntu-1404-4gb-2d0 (jenkins-cloud-4GB cloud-slave Ubuntu ubuntu) in workspace /jenkins/workspace/UIMA-uimaFIT
Unpacking http://archive.apache.org/dist/maven/binaries/apache-maven-3.0.3-bin.zip to /jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.3 on jenkins-ubuntu-1404-4gb-2d0

org.apache.uima.fit.util.SimplePipelineTest.test1

Failing for the past 1 build (Since Unstable#209 )
Took 8 ms.
add description
Error Message

No sofaFS with name myView found.
Stacktrace

org.apache.uima.cas.CASRuntimeException: No sofaFS with name myView found.
	at org.apache.uima.cas.impl.CASImpl.getSofa(CASImpl.java:786)
	at org.apache.uima.cas.impl.CASImpl.getView(CASImpl.java:2978)
	at org.apache.uima.cas.impl.XmiCasDeserializer$XmiCasDeserializerHandler.<init>(XmiCasDeserializer.java:280)
	at org.apache.uima.cas.impl.XmiCasDeserializer$XmiCasDeserializerHandler.<init>(XmiCasDeserializer.java:78)
	at org.apache.uima.cas.impl.XmiCasDeserializer.getXmiCasHandler(XmiCasDeserializer.java:1931)
	at org.apache.uima.cas.impl.XmiCasDeserializer.deserialize(XmiCasDeserializer.java:2058)
	at org.apache.uima.cas.impl.XmiCasDeserializer.deserialize(XmiCasDeserializer.java:1977)
	at org.apache.uima.fit.util.CasIOUtil.readXmi(CasIOUtil.java:79)
	at org.apache.uima.fit.util.CasIOUtil.readCas(CasIOUtil.java:58)
	at org.apache.uima.fit.util.CasIOUtil.readJCas(CasIOUtil.java:178)
	at org.apache.uima.fit.util.SimplePipelineTest.test1(SimplePipelineTest.java:41)
{noformat}

I haven't been able to reproduce the problem locally (tried with Java 7, Java 8, with and without the extra Maven profiles active during the Jenkins build, from Eclipse and from CLI, not necessarily all combinations).

Rebuilding on Jenkins without any changes to the code also made the problem go away. Maybe there is/was a problem with the build slave...? Anyway, this is spooky.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)