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 2015/03/17 15:46:33 UTC

Build failed in Jenkins: UIMA-DUCC #291

See <https://builds.apache.org/job/UIMA-DUCC/291/>

------------------------------------------
[...truncated 3033 lines...]
            <multipleDeploymentAllowed>false</multipleDeploymentAllowed>
            <outputsNewCASes>false</outputsNewCASes>
        </operationalProperties>
    </analysisEngineMetaData>
</analysisEngineDescription>
delete: 12345-uima-ae-descriptor-22276.xml
delete: working
<https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target/test-classes>
directory=<https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target/test-classes/working>
id=99999
dgenName=aeName
dgenDescription=aeDescription
dgenThreadCount=11
dgenBrokerURL=aeBrokerURL
dgenEndpoint=aeBrokerEndpoint
dgenFlowController=aeFlowController
cmDescriptor=null
cmOverrides=null
aeDescriptor=<https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target/test-classes/FixedSleepAE.xml>
aeOverrides=null
ccDescriptor=null
ccOverrides=null
<https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target/test-classes/working/99999/99999-uima-ae-descriptor-22276.xml>
<?xml version="1.0" encoding="UTF-8"?>

<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
    <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
    <primitive>false</primitive>
    <delegateAnalysisEngineSpecifiers>
        <delegateAnalysisEngine key="FixedSleepAE">
            <import location="<https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target/test-classes/FixedSleepAE.xml"/>>
        </delegateAnalysisEngine>
    </delegateAnalysisEngineSpecifiers>
    <flowController key="FixedFlowController">
        <import name="aeFlowController"/>
    </flowController>
    <analysisEngineMetaData>
        <name>aeName</name>
        <configurationParameters/>
        <configurationParameterSettings/>
        <flowConstraints>
            <fixedFlow>
                <node>FixedSleepAE</node>
            </fixedFlow>
        </flowConstraints>
        <capabilities/>
        <operationalProperties>
            <modifiesCas>true</modifiesCas>
            <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
            <outputsNewCASes>false</outputsNewCASes>
        </operationalProperties>
    </analysisEngineMetaData>
</analysisEngineDescription>
delete: 99999
delete: working
<https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target/test-classes/CrInitException.xml>
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.324 sec - in org.apache.uima.ducc.user.jd.test.TestSuite

Results :

Tests run: 12, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (dup-meta-jar-cleanup) @ uima-ducc-user ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ uima-ducc-user ---
[INFO] Building jar: <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target/uima-ducc-user-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ uima-ducc-user ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ uima-ducc-user ---
[INFO] Installing <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target/uima-ducc-user-2.0.0-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/uima/uima-ducc-user/2.0.0-SNAPSHOT/uima-ducc-user-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/uima/uima-ducc-user/2.0.0-SNAPSHOT/uima-ducc-user-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-pmd-plugin:3.4:pmd (default-cli) @ uima-ducc-user ---
[PMD] Finding all files that match the pattern pmd.xml
[PMD] Parsing 1 files in <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target>
[PMD] Successfully parsed file <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target/pmd.xml> of module Apache UIMA DUCC: uima-ducc-user with 73 warnings.
[PMD] Computing warning deltas based on reference build #273
[INFO] 
[INFO] --- maven-pmd-plugin:3.4:cpd (default-cli) @ uima-ducc-user ---
[DRY] Finding all files that match the pattern cpd.xml
[DRY] Parsing 1 files in <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target>
[DRY] Successfully parsed file <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target/cpd.xml> of module Apache UIMA DUCC: uima-ducc-user with 4 warnings.
[DRY] Computing warning deltas based on reference build #273
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @ uima-ducc-user ---
[INFO] Fork Value is true
     [java] Exception in thread "main" java.lang.UnsupportedClassVersionError: edu/umd/cs/findbugs/FindBugs2 : Unsupported major.minor version 51.0
     [java] 	at java.lang.ClassLoader.defineClass1(Native Method)
     [java] 	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
     [java] 	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
     [java] 	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
     [java] 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
     [java] 	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
     [java] 	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
     [java] 	at java.security.AccessController.doPrivileged(Native Method)
     [java] 	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
     [java] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     [java] 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
     [java] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
     [java] Could not find the main class: edu.umd.cs.findbugs.FindBugs2.  Program will exit.
[FINDBUGS] No report found for mojo findbugs
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] uima-ducc-parent .................................. SUCCESS [27.449s]
[INFO] Apache UIMA DUCC: uima-ducc-user .................. FAILURE [24.400s]
[INFO] Apache UIMA DUCC: uima-ducc-common ................ SKIPPED
[INFO] Apache UIMA DUCC: uima-ducc-container ............. SKIPPED
[INFO] Apache UIMA DUCC: uima-ducc-transport ............. SKIPPED
[INFO] Apache UIMA DUCC: uima-ducc-cli ................... SKIPPED
[INFO] Apache UIMA DUCC: uima-ducc-pm .................... SKIPPED
[INFO] Apache UIMA DUCC: uima-ducc-rm .................... SKIPPED
[INFO] Apache UIMA DUCC: uima-ducc-sm .................... SKIPPED
[INFO] Apache UIMA DUCC: uima-ducc-orchestrator .......... SKIPPED
[INFO] Apache UIMA DUCC: uima-ducc-agent ................. SKIPPED
[INFO] uima-ducc-duccdocs ................................ SKIPPED
[INFO] Apache UIMA DUCC: uima-ducc-web ................... SKIPPED
[INFO] Apache UIMA DUCC: uima-ducc-examples .............. SKIPPED
[INFO] Apache UIMA DUCC: uima-ducc-db .................... SKIPPED
[INFO] uima-ducc-spawn ................................... SKIPPED
[INFO] Apache UIMA-DUCC: uima-ducc ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 55.427s
[INFO] Finished at: Tue Mar 17 14:46:14 UTC 2015
[INFO] Final Memory: 52M/350M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (default-cli) on project uima-ducc-user: Execution default-cli of goal org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs failed: Java returned: 1 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :uima-ducc-user

[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-web/pom.xml> to org.apache.uima/uima-ducc-web/2.0.0-SNAPSHOT/uima-ducc-web-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » Apache UIMA DUCC: uima-ducc-web #269
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 7169 bytes
Compression is 0.0%
Took 0.2 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-db/pom.xml> to org.apache.uima/uima-ducc-db/2.0.0-SNAPSHOT/uima-ducc-db-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » Apache UIMA DUCC: uima-ducc-db #269
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 4010 bytes
Compression is 0.0%
Took 0.13 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-rm/pom.xml> to org.apache.uima/uima-ducc-rm/2.0.0-SNAPSHOT/uima-ducc-rm-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » Apache UIMA DUCC: uima-ducc-rm #269
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2737 bytes
Compression is 0.0%
Took 0.15 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-sm/pom.xml> to org.apache.uima/uima-ducc-sm/2.0.0-SNAPSHOT/uima-ducc-sm-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » Apache UIMA DUCC: uima-ducc-sm #269
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2956 bytes
Compression is 0.0%
Took 0.1 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-parent/pom.xml> to org.apache.uima/uima-ducc-parent/2.0.0-SNAPSHOT/uima-ducc-parent-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » uima-ducc-parent #290
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 23664 bytes
Compression is 0.0%
Took 0.14 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-spawn/pom.xml> to org.apache.uima/uima-ducc-spawn/2.0.0-SNAPSHOT/uima-ducc-spawn-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » uima-ducc-spawn #269
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2217 bytes
Compression is 0.0%
Took 0.39 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-orchestrator/pom.xml> to org.apache.uima/uima-ducc-orchestrator/2.0.0-SNAPSHOT/uima-ducc-orchestrator-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » Apache UIMA DUCC: uima-ducc-orchestrator #269
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3015 bytes
Compression is 0.0%
Took 0.13 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-container/pom.xml> to org.apache.uima/uima-ducc-container/2.0.0-SNAPSHOT/uima-ducc-container-2.0.0-SNAPSHOT.pom
No artifacts from UIMA-DUCC » Apache UIMA DUCC: uima-ducc-container #273 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-examples/pom.xml> to org.apache.uima/uima-ducc-examples/2.0.0-SNAPSHOT/uima-ducc-examples-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » Apache UIMA DUCC: uima-ducc-examples #269
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3693 bytes
Compression is 0.0%
Took 0.15 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-common/pom.xml> to org.apache.uima/uima-ducc-common/2.0.0-SNAPSHOT/uima-ducc-common-2.0.0-SNAPSHOT.pom
No artifacts from UIMA-DUCC » Apache UIMA DUCC: uima-ducc-common #273 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-duccdocs/pom.xml> to org.apache.uima/uima-ducc-duccdocs/2.0.0-SNAPSHOT/uima-ducc-duccdocs-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » uima-ducc-duccdocs #269
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 18042 bytes
Compression is 0.0%
Took 0.11 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/pom.xml> to org.apache.uima/uima-ducc-user/2.0.0-SNAPSHOT/uima-ducc-user-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-user/target/uima-ducc-user-2.0.0-SNAPSHOT.jar> to org.apache.uima/uima-ducc-user/2.0.0-SNAPSHOT/uima-ducc-user-2.0.0-SNAPSHOT.jar
No artifacts from UIMA-DUCC » Apache UIMA DUCC: uima-ducc-user #273 to compare, so performing full copy of artifacts
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-agent/pom.xml> to org.apache.uima/uima-ducc-agent/2.0.0-SNAPSHOT/uima-ducc-agent-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » Apache UIMA DUCC: uima-ducc-agent #269
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 3607 bytes
Compression is 0.0%
Took 0.21 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-cli/pom.xml> to org.apache.uima/uima-ducc-cli/2.0.0-SNAPSHOT/uima-ducc-cli-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » Apache UIMA DUCC: uima-ducc-cli #269
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 5925 bytes
Compression is 0.0%
Took 0.1 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/pom.xml> to org.apache.uima/uima-ducc/2.0.0-SNAPSHOT/uima-ducc-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » Apache UIMA-DUCC: uima-ducc #269
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 16216 bytes
Compression is 0.0%
Took 6.6 sec
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-pm/pom.xml> to org.apache.uima/uima-ducc-pm/2.0.0-SNAPSHOT/uima-ducc-pm-2.0.0-SNAPSHOT.pom
Sending artifact delta relative to UIMA-DUCC » Apache UIMA DUCC: uima-ducc-pm #269
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 2764 bytes
Compression is 0.0%
Took 87 ms
[JENKINS] Archiving <https://builds.apache.org/job/UIMA-DUCC/ws/trunk/uima-ducc-transport/pom.xml> to org.apache.uima/uima-ducc-transport/2.0.0-SNAPSHOT/uima-ducc-transport-2.0.0-SNAPSHOT.pom
No artifacts from UIMA-DUCC » Apache UIMA DUCC: uima-ducc-transport #273 to compare, so performing full copy of artifacts
Sending e-mails to: dev@uima.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Jenkins build is back to stable : UIMA-DUCC #293

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/UIMA-DUCC/293/changes>


Jenkins build is unstable: UIMA-DUCC #292

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/UIMA-DUCC/292/>