You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@cxf.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/02/06 08:16:53 UTC

Build failed in Jenkins: CXF-trunk-deploy » Apache CXF JAX-RS System Tests #1333

See <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/1333/changes>

Changes:

[sergeyb] [CXF-5542] Doing the best effort to prevent the loss of TL contexts when providers are shared between the components with different buses

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF JAX-RS System Tests 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cxf-systests-jaxrs ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.4.0:cleanVersions (versions) @ cxf-systests-jaxrs ---
[INFO] 
[INFO] --- cxf-xml2fastinfoset-plugin:2.6.0:xml2fastinfoset (xml2fastinfoset) @ cxf-systests-jaxrs ---
[INFO] 
[INFO] --- jibx-maven-plugin:1.2.5:schema-codegen (generate-java-code-from-schema) @ cxf-systests-jaxrs ---
[INFO] Generating Java sources in target/generated/src/main/java from schemas available in src/test/resources/jibx...
Loaded and validated 1 specified schema(s)
Generated 1 top-level classes in package org.apache.cxf.systest.jaxrs.codegen.jibx
Total classes in model: 1
[INFO] 
[INFO] --- cxf-wadl2java-plugin:3.0.0-SNAPSHOT:wadl2java (generate-sources) @ cxf-systests-jaxrs ---
[INFO] Created classes: org.apache.cxf.systest.jaxrs.codegen.schema.Book, org.apache.cxf.systest.jaxrs.codegen.schema.Book2, org.apache.cxf.systest.jaxrs.codegen.schema.Chapter, org.apache.cxf.systest.jaxrs.codegen.schema.ObjectFactory
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cxf-systests-jaxrs ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cxf-systests-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/main/java>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/main/resources>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/main/resources-filtered>
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/target/generated/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ cxf-systests-jaxrs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/target/classes>
[INFO] 
[INFO] --- jibx-maven-plugin:1.2.5:bind (compile-binding) @ cxf-systests-jaxrs ---
[INFO] Running JiBX binding compiler (single-module mode) on 1 binding file(s)
Verification failure on class org.apache.cxf.systest.jaxrs.codegen.jibx.Book:
  VERIFIED_REJECTED
Repository.lookup() failed. FILE NOT FOUND?

Verification failure on class org.apache.cxf.systest.jaxrs.codegen.jibx.JiBX_bindingBook_access:
  VERIFIED_REJECTED
Repository.lookup() failed. FILE NOT FOUND?

Verification failure on class org.apache.cxf.systest.jaxrs.codegen.jibx.JiBX_bindingFactory:
  VERIFIED_REJECTED
Repository.lookup() failed. FILE NOT FOUND?

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cxf-systests-jaxrs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 105 resources
[INFO] Copying 70 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/target/generated/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ cxf-systests-jaxrs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 211 source files to <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] Note: <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/test/java/org/apache/cxf/systest/jaxrs/GenericRestServiceImpl.java> uses unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSJmsTest.java>:[47,36] cannot find symbol
symbol  : class JMSUtils
location: package org.apache.cxf.transport.jms
[ERROR] <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/test/java/org/apache/cxf/systest/jaxrs/JMSBookStore.java>:[53,36] cannot find symbol
symbol  : class JMSUtils
location: package org.apache.cxf.transport.jms
[ERROR] <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSJmsTest.java>:[246,9] cannot find symbol
symbol  : variable JMSUtils
location: class org.apache.cxf.systest.jaxrs.JAXRSJmsTest
[ERROR] <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSJmsTest.java>:[277,27] cannot find symbol
symbol  : variable JMSUtils
location: class org.apache.cxf.systest.jaxrs.JAXRSJmsTest
[ERROR] <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSJmsTest.java>:[291,27] cannot find symbol
symbol  : variable JMSUtils
location: class org.apache.cxf.systest.jaxrs.JAXRSJmsTest
[ERROR] <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/ws/src/test/java/org/apache/cxf/systest/jaxrs/JMSBookStore.java>:[165,27] cannot find symbol
symbol  : variable JMSUtils
location: class org.apache.cxf.systest.jaxrs.JMSBookStore
[INFO] 6 errors 
[INFO] -------------------------------------------------------------

Jenkins build is back to normal : CXF-trunk-deploy » Apache CXF JAX-RS System Tests #1334

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.systests$cxf-systests-jaxrs/1334/changes>