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 2011/08/16 03:05:31 UTC

Build failed in Jenkins: UIMA Addons » UIMA Annotator: SnowballAnnotator #77

See <https://builds.apache.org/job/UIMA%20Addons/org.apache.uima$SnowballAnnotator/77/changes>

Changes:

[schor] no Jira - fix previous update which meant to just change a url, but accidentally included a big chunk of debugging code not meant to be ever checked in...

------------------------------------------
[JENKINS] Archiving /home/jenkins/jenkins-slave/workspace/UIMA Addons/SimpleServer/pom.xml to /home/hudson/hudson/jobs/UIMA Addons/modules/org.apache.uima$SimpleServer/builds/2011-08-16_01-00-47/archive/org.apache.uima/SimpleServer/2.3.1-SNAPSHOT/SimpleServer-2.3.1-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/jenkins-slave/workspace/UIMA Addons/SimpleServer/target/uima-simple-server.jar to /home/hudson/hudson/jobs/UIMA Addons/modules/org.apache.uima$SimpleServer/builds/2011-08-16_01-00-47/archive/org.apache.uima/SimpleServer/2.3.1-SNAPSHOT/SimpleServer-2.3.1-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/jenkins-slave/workspace/UIMA Addons/SimpleServer/target/uima-simple-server-javadoc.jar to /home/hudson/hudson/jobs/UIMA Addons/modules/org.apache.uima$SimpleServer/builds/2011-08-16_01-00-47/archive/org.apache.uima/SimpleServer/2.3.1-SNAPSHOT/SimpleServer-2.3.1-SNAPSHOT-javadoc.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building UIMA Annotator: SnowballAnnotator 2.3.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] [INFO] Deleting file set: <https://builds.apache.org/job/UIMA%20Addons/org.apache.uima$SnowballAnnotator/ws/target> (included: [**], excluded: [])

[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ SnowballAnnotator ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-project-version) @ SnowballAnnotator ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:2:parse-date-time (set buildYear and buildMonth) @ SnowballAnnotator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ SnowballAnnotator ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/UIMA%20Addons/org.apache.uima$SnowballAnnotator/ws/src/main/resources>
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ SnowballAnnotator ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:copy-dependencies (copy dependencies to base-bin/lib) @ SnowballAnnotator ---
[INFO] [INFO] Configured Artifact: org.apache.uima:uimaj-core:2.3.1:jar
[INFO] Copying uimaj-core-2.3.1.jar to <https://builds.apache.org/job/UIMA%20Addons/org.apache.uima$SnowballAnnotator/ws/target/osgi/lib/uimaj-core-2.3.1.jar>

[INFO] --- maven-dependency-plugin:2.1:copy (Copy uima dependencies to osgi/lib) @ SnowballAnnotator ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource

[INFO] --- maven-resources-plugin:2.4.3:copy-resources (copy desc so its contents can be found in Jar) @ SnowballAnnotator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:copy-resources (copy standard dirs and files to base-bin) @ SnowballAnnotator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/UIMA%20Addons/org.apache.uima$SnowballAnnotator/ws/src/main/readme>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ SnowballAnnotator ---
[INFO] Compiling 22 source files to <https://builds.apache.org/job/UIMA%20Addons/org.apache.uima$SnowballAnnotator/ws/target/classes>
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources

[INFO] Copying 3 resources
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ SnowballAnnotator ---
[INFO] [INFO] Compiling 1 source file to <https://builds.apache.org/job/UIMA%20Addons/org.apache.uima$SnowballAnnotator/ws/target/test-classes>

[INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ SnowballAnnotator ---
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:


The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: PermGen space
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassLoader.java:56)
	at com.sun.tools.javac.main.JavaCompiler.<init>(JavaCompiler.java:293)
	at com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:72)
	at com.sun.tools.javac.main.Main.compile(Main.java:340)
	at com.sun.tools.javac.main.Main.compile(Main.java:279)
	at com.sun.tools.javac.main.Main.compile(Main.java:270)
	at com.sun.tools.javac.Main.compile(Main.java:87)
	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.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:549)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:156)
	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:605)
	at org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:161)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)

[INFO] 1error
[INFO] -------------------------------------------------------------
mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.3.1(default-testCompile)
projectFailed org.apache.uima:SnowballAnnotator:2.3.1-SNAPSHOT


Jenkins build is back to normal : UIMA Addons » UIMA Annotator: SnowballAnnotator #78

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/UIMA%20Addons/org.apache.uima$SnowballAnnotator/78/>