[undertow-dev] Build failed in Jenkins: Undertow #256

ci-builds at redhat.com ci-builds at redhat.com
Tue Apr 16 22:49:19 EDT 2013


See <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/256/changes>

Changes:

[stuart.w.douglas] Add full encoding and decoding support to web sockets

------------------------------------------
[...truncated 674 lines...]

[INFO] 
--- maven-surefire-plugin:2.11:test (default-test) @ undertow-jsp ---
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running io.undertow.test.jsp.basic.SimpleJspTestCase
22:48:50,132 INFO  (main) [org.xnio] <Xnio.java:73> XNIO Version 3.1.0.CR2
22:48:50,183 INFO  (main) [org.xnio.nio] <NioXnio.java:51> XNIO NIO Implementation Version 3.1.0.CR2
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.435 sec

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ undertow-jsp ---
[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/target/undertow-jsp-1.0.0.Alpha10-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ undertow-jsp ---[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/target/undertow-jsp-1.0.0.Alpha10-SNAPSHOT-sources.jar>

[INFO] [INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/target/undertow-jsp-1.0.0.Alpha10-SNAPSHOT.jar> to /home/jenkins/.m2/repository/io/undertow/undertow-jsp/1.0.0.Alpha10-SNAPSHOT/undertow-jsp-1.0.0.Alpha10-SNAPSHOT.jar

[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/pom.xml> to /home/jenkins/.m2/repository/io/undertow/undertow-jsp/1.0.0.Alpha10-SNAPSHOT/undertow-jsp-1.0.0.Alpha10-SNAPSHOT.pom
[INFO] --- maven-install-plugin:2.4:install (default-install) @ undertow-jsp ---
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/target/undertow-jsp-1.0.0.Alpha10-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/io/undertow/undertow-jsp/1.0.0.Alpha10-SNAPSHOT/undertow-jsp-1.0.0.Alpha10-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Undertow Examples 1.0.0.Alpha10-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ undertow-examples ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ undertow-examples ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ undertow-examples ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ undertow-examples ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ undertow-examples ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/target/classes>

[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ undertow-examples ---
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/src/main/java/io/undertow/examples/Runner.java>: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/src/main/java/io/undertow/examples/Runner.java> uses unchecked or unsafe operations.
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/src/main/java/io/undertow/examples/Runner.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.10:checkstyle (check-style) @ undertow-examples ---
[INFO] Starting audit...
Audit done.

[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/src/test/resources>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ undertow-examples ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ undertow-examples ---
[INFO] [INFO] No tests to run.
[INFO] Surefire report directory: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/target/surefire-reports>

[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ undertow-examples ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ undertow-examples ---
[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/target/undertow-examples.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ undertow-examples ---
[INFO] Building jar: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/target/undertow-examples-sources.jar>
[INFO] 
[INFO] --- maven-shade-plugin:2.0:shade (default) @ undertow-examples ---
[INFO] Including io.undertow:undertow-core:jar:1.0.0.Alpha10-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.logging:jboss-logging:jar:3.1.2.GA in the shaded jar.
[INFO] Including org.jboss.xnio:xnio-api:jar:3.1.0.CR2 in the shaded jar.
[INFO] Including io.undertow:undertow-servlet:jar:1.0.0.Alpha10-SNAPSHOT in the shaded jar.
[INFO] Including org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec:jar:1.0.0.Alpha1 in the shaded jar.
[INFO] Including org.jboss.xnio:xnio-nio:jar:3.1.0.CR2 in the shaded jar.
[INFO] Including org.jboss.logmanager:jboss-logmanager:jar:1.4.0.Final in the shaded jar.
[INFO] Including io.undertow:undertow-build-config:jar:1.0.0.Alpha10-SNAPSHOT in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/target/undertow-examples.jar> with <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/target/undertow-examples-1.0.0.Alpha10-SNAPSHOT-shaded.jar>
[INFO] Dependency-reduced POM written at: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/dependency-reduced-pom.xml>
[INFO] Dependency-reduced POM written at: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/dependency-reduced-pom.xml>
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/target/undertow-examples.jar> to /home/jenkins/.m2/repository/io/undertow/undertow-examples/1.0.0.Alpha10-SNAPSHOT/undertow-examples-1.0.0.Alpha10-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ undertow-examples ---
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/dependency-reduced-pom.xml> to /home/jenkins/.m2/repository/io/undertow/undertow-examples/1.0.0.Alpha10-SNAPSHOT/undertow-examples-1.0.0.Alpha10-SNAPSHOT.pom
[INFO] Installing <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/target/undertow-examples-sources.jar> to /home/jenkins/.m2/repository/io/undertow/undertow-examples/1.0.0.Alpha10-SNAPSHOT/undertow-examples-1.0.0.Alpha10-SNAPSHOT-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Undertow WebSockets JSR356 implementations 1.0.0.Alpha10-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-java-version) @ undertow-websockets-jsr ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven-version) @ undertow-websockets-jsr ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp (get-build-timestamp) @ undertow-websockets-jsr ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @ undertow-websockets-jsr ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource

[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ undertow-websockets-jsr ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] Compiling 37 source files to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/target/classes>

[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ undertow-websockets-jsr ---
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/src/main/java/io/undertow/websockets/jsr/Encoding.java>: Some input files use unchecked or unsafe operations.
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/src/main/java/io/undertow/websockets/jsr/Encoding.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.10:checkstyle (check-style) @ undertow-websockets-jsr ---
[INFO] Starting audit...
Audit done.

[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/src/test/resources>
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ undertow-websockets-jsr ---
[INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 10 source files to <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/target/test-classes>

[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ undertow-websockets-jsr ---
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/src/test/java/io/undertow/websockets/jsr/test/JsrWebSocketServer07Test.java>: <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/src/test/java/io/undertow/websockets/jsr/test/JsrWebSocketServer07Test.java> uses unchecked or unsafe operations.
[WARNING] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/src/test/java/io/undertow/websockets/jsr/test/JsrWebSocketServer07Test.java>: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/src/test/java/io/undertow/websockets/jsr/test/annotated/AnnotatedEndpointTest.java>:[75,32] cannot find symbol
  symbol:   class IncrementEndpoint
  location: class io.undertow.websockets.jsr.test.annotated.AnnotatedEndpointTest
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Undertow Build Configuration ...................... SUCCESS [27.176s]
[INFO] Undertow .......................................... SUCCESS [3.679s]
[INFO] Undertow Parser Generator ......................... SUCCESS [6.842s]
[INFO] Undertow Core ..................................... SUCCESS [42.484s]
[INFO] Undertow Servlet .................................. SUCCESS [21.190s]
[INFO] Undertow JSP ...................................... SUCCESS [5.518s]
[INFO] Undertow Examples ................................. SUCCESS [5.397s]
[INFO] Undertow WebSockets JSR356 implementations ........ FAILURE [2.413s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:56.932s
[INFO] Finished at: Tue Apr 16 22:49:00 EDT 2013
[INFO] Final Memory: 34M/310M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/parser-generator/pom.xml> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-parser-generator/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-parser-generator/1.0.0.Alpha10-SNAPSHOT/undertow-parser-generator-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/parser-generator/target/undertow-parser-generator-1.0.0.Alpha10-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-parser-generator/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-parser-generator/1.0.0.Alpha10-SNAPSHOT/undertow-parser-generator-1.0.0.Alpha10-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/parser-generator/target/undertow-parser-generator-1.0.0.Alpha10-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-parser-generator/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-parser-generator/1.0.0.Alpha10-SNAPSHOT/undertow-parser-generator-1.0.0.Alpha10-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/pom.xml> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-parent/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-parent/1.0.0.Alpha10-SNAPSHOT/undertow-parent-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/pom.xml> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-websockets-jsr/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-websockets-jsr/1.0.0.Alpha10-SNAPSHOT/undertow-websockets-jsr-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/build-config/pom.xml> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-build-config/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-build-config/1.0.0.Alpha10-SNAPSHOT/undertow-build-config-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/build-config/target/undertow-build-config-1.0.0.Alpha10-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-build-config/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-build-config/1.0.0.Alpha10-SNAPSHOT/undertow-build-config-1.0.0.Alpha10-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/build-config/target/undertow-build-config-1.0.0.Alpha10-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-build-config/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-build-config/1.0.0.Alpha10-SNAPSHOT/undertow-build-config-1.0.0.Alpha10-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/servlet/pom.xml> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-servlet/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-servlet/1.0.0.Alpha10-SNAPSHOT/undertow-servlet-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/servlet/target/undertow-servlet-1.0.0.Alpha10-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-servlet/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-servlet/1.0.0.Alpha10-SNAPSHOT/undertow-servlet-1.0.0.Alpha10-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/servlet/target/undertow-servlet-1.0.0.Alpha10-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-servlet/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-servlet/1.0.0.Alpha10-SNAPSHOT/undertow-servlet-1.0.0.Alpha10-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/servlet/target/undertow-servlet-1.0.0.Alpha10-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-servlet/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-servlet/1.0.0.Alpha10-SNAPSHOT/undertow-servlet-1.0.0.Alpha10-SNAPSHOT-tests.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/dependency-reduced-pom.xml> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-examples/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-examples/1.0.0.Alpha10-SNAPSHOT/undertow-examples-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/target/undertow-examples.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-examples/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-examples/1.0.0.Alpha10-SNAPSHOT/undertow-examples-1.0.0.Alpha10-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/examples/target/undertow-examples-sources.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-examples/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-examples/1.0.0.Alpha10-SNAPSHOT/undertow-examples-1.0.0.Alpha10-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/pom.xml> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-jsp/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-jsp/1.0.0.Alpha10-SNAPSHOT/undertow-jsp-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/target/undertow-jsp-1.0.0.Alpha10-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-jsp/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-jsp/1.0.0.Alpha10-SNAPSHOT/undertow-jsp-1.0.0.Alpha10-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/jsp/target/undertow-jsp-1.0.0.Alpha10-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-jsp/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-jsp/1.0.0.Alpha10-SNAPSHOT/undertow-jsp-1.0.0.Alpha10-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/core/pom.xml> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-core/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-core/1.0.0.Alpha10-SNAPSHOT/undertow-core-1.0.0.Alpha10-SNAPSHOT.pom
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/core/target/undertow-core-1.0.0.Alpha10-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-core/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-core/1.0.0.Alpha10-SNAPSHOT/undertow-core-1.0.0.Alpha10-SNAPSHOT.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/core/target/undertow-core-1.0.0.Alpha10-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-core/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-core/1.0.0.Alpha10-SNAPSHOT/undertow-core-1.0.0.Alpha10-SNAPSHOT-sources.jar
[JENKINS] Archiving <http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/core/target/undertow-core-1.0.0.Alpha10-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/Undertow/modules/io.undertow$undertow-core/builds/2013-04-16_22-46-48/archive/io.undertow/undertow-core/1.0.0.Alpha10-SNAPSHOT/undertow-core-1.0.0.Alpha10-SNAPSHOT-tests.jar
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile) on project undertow-websockets-jsr: Compilation failure
<http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/src/test/java/io/undertow/websockets/jsr/test/annotated/AnnotatedEndpointTest.java>:[75,32] cannot find symbol
  symbol:   class IncrementEndpoint
  location: class io.undertow.websockets.jsr.test.annotated.AnnotatedEndpointTest

cause : Compilation failure
<http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/src/test/java/io/undertow/websockets/jsr/test/annotated/AnnotatedEndpointTest.java>:[75,32] cannot find symbol
  symbol:   class IncrementEndpoint
  location: class io.undertow.websockets.jsr.test.annotated.AnnotatedEndpointTest

Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile) on project undertow-websockets-jsr: Compilation failure
<http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/src/test/java/io/undertow/websockets/jsr/test/annotated/AnnotatedEndpointTest.java>:[75,32] cannot find symbol
  symbol:   class IncrementEndpoint
  location: class io.undertow.websockets.jsr.test.annotated.AnnotatedEndpointTest

	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	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)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:100)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
<http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/Undertow/ws/websockets-jsr/src/test/java/io/undertow/websockets/jsr/test/annotated/AnnotatedEndpointTest.java>:[75,32] cannot find symbol
  symbol:   class IncrementEndpoint
  location: class io.undertow.websockets.jsr.test.annotated.AnnotatedEndpointTest

	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:745)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:152)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Sending e-mails to: undertow-dev at lists.jboss.org
channel stopped


More information about the undertow-dev mailing list