You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ctakes.apache.org by "Finan, Sean" <Se...@childrens.harvard.edu> on 2013/02/26 18:09:21 UTC

Build failed in Jenkins: ctakes-dictionary-lookup #190

Does anybody know if our maven build on Jenkins has a timeout or a controller that might kill the build?  That is my best guess for a failure on the most recent build (#190) of trunk (v3.1.0), as it occurs while maven is unpacking ctakes-resources-umls2011ab-3.1.0.jar, giving a jvm exit code 143.

The full trace is at https://builds.apache.org/job/ctakes-trunk-compiletest/190/console but the applicable output seems to be:


[INFO] ------------------------------------------------------------------------

[INFO] Building Apache cTAKES dictionary lookup 3.1.0-incubating-SNAPSHOT [INFO] ------------------------------------------------------------------------

[INFO] Deleting <https://builds.apache.org/job/ctakes-trunk-compiletest/ws/ctakes-dictionary-lookup/target>

[INFO]

[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ctakes-dictionary-lookup --- [INFO] [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ ctakes-dictionary-lookup --- [INFO] [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources.



[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ ctakes-dictionary-lookup --- [INFO] Copying 68 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-dependency-plugin:2.6:unpack-dependencies (unpack-dependencies) @ ctakes-dictionary-lookup --- [INFO] Unpacking /home/jenkins/jenkins-slave/maven-repositories/1/net/sourceforge/ctakesresources/ctakes-resources-umls2011ab/3.1.0/ctakes-resources-umls2011ab-3.1.0.jar to <https://builds.apache.org/job/ctakes-trunk-compiletest/ws/ctakes-dictionary-lookup/target/classes> with includes "" and excludes ""

ERROR: Maven JVM terminated unexpectedly with exit code 143

I have gone through my apache mailbox, but none of the discussions regarding Jenkins seem to apply to this problem.

The problem did occur after I checked code into dictionary-lookup, but I did not check in any changes to the pom.xml or resources/.   I checked in java source only, and the build never gets to the compilation stage.

(insert "it works on my machine" here)

Thanks,
Sean Finan
Boston Children's Hospital


Re: Build failed in Jenkins: ctakes-dictionary-lookup #190

Posted by "Chen, Pei" <Pe...@childrens.harvard.edu>.
Hi Sean,
I believe There is a timeout setting in Jenkins.   If you believe there is a timeout (I didnt see the full exception), one can just login to builds.apache.org (i dont believe admin access is not required for restarts) and kick it off the auto build manually to see if that fixes itself and see if it was just a momentary issue. 

-Pei

Sent from my iPhone

On Feb 26, 2013, at 12:10 PM, "Finan, Sean" <Se...@childrens.harvard.edu> wrote:

> Does anybody know if our maven build on Jenkins has a timeout or a controller that might kill the build?  That is my best guess for a failure on the most recent build (#190) of trunk (v3.1.0), as it occurs while maven is unpacking ctakes-resources-umls2011ab-3.1.0.jar, giving a jvm exit code 143.
> 
> The full trace is at https://builds.apache.org/job/ctakes-trunk-compiletest/190/console but the applicable output seems to be:
> 
> 
> [INFO] ------------------------------------------------------------------------
> 
> [INFO] Building Apache cTAKES dictionary lookup 3.1.0-incubating-SNAPSHOT [INFO] ------------------------------------------------------------------------
> 
> [INFO] Deleting <https://builds.apache.org/job/ctakes-trunk-compiletest/ws/ctakes-dictionary-lookup/target>
> 
> [INFO]
> 
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ctakes-dictionary-lookup --- [INFO] [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ ctakes-dictionary-lookup --- [INFO] [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources.
> 
> 
> 
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ ctakes-dictionary-lookup --- [INFO] Copying 68 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-dependency-plugin:2.6:unpack-dependencies (unpack-dependencies) @ ctakes-dictionary-lookup --- [INFO] Unpacking /home/jenkins/jenkins-slave/maven-repositories/1/net/sourceforge/ctakesresources/ctakes-resources-umls2011ab/3.1.0/ctakes-resources-umls2011ab-3.1.0.jar to <https://builds.apache.org/job/ctakes-trunk-compiletest/ws/ctakes-dictionary-lookup/target/classes> with includes "" and excludes ""
> 
> ERROR: Maven JVM terminated unexpectedly with exit code 143
> 
> I have gone through my apache mailbox, but none of the discussions regarding Jenkins seem to apply to this problem.
> 
> The problem did occur after I checked code into dictionary-lookup, but I did not check in any changes to the pom.xml or resources/.   I checked in java source only, and the build never gets to the compilation stage.
> 
> (insert "it works on my machine" here)
> 
> Thanks,
> Sean Finan
> Boston Children's Hospital
>