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 2020/03/29 15:46:52 UTC

Build failed in Jenkins: CXF-3.2-deploy » Apache CXF Core #517

See <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/517/display/redirect?page=changes>

Changes:

[reta] CXF-8242: Stop blocking executor thread on microprofile rest


------------------------------------------
[INFO] 
[INFO] ----------------------< org.apache.cxf:cxf-core >-----------------------
[INFO] Building Apache CXF Core 3.2.14-SNAPSHOT                         [3/288]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cxf-core ---
[INFO] Deleting <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ cxf-core ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:cleanVersions (versions) @ cxf-core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (create-noncanonicalrev) @ cxf-core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (create-buildnumber) @ cxf-core ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/>
[INFO] Storing buildNumber: 0166c963080975b64e38f43f0852beb1a8ae1cdd at timestamp: 1585496385222
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- cxf-xml2fastinfoset-plugin:3.4.1:xml2fastinfoset (xml2fastinfoset) @ cxf-core ---
[INFO] 
[INFO] --- cxf-xjc-plugin:3.2.3:xsdtojava (generate-sources) @ cxf-core ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ cxf-core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ cxf-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 27 resources
[INFO] Copying 35 resources
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cxf-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 597 source files to <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/target/classes>
[INFO] <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/src/main/java/org/apache/cxf/feature/LoggingFeature.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/src/main/java/org/apache/cxf/feature/LoggingFeature.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ cxf-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 84 resources
[INFO] Copying 8 resources
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/target/generated/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cxf-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 114 source files to <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/src/test/java/org/apache/cxf/common/util/CollectionUtilsTest.java>: <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/src/test/java/org/apache/cxf/common/util/CollectionUtilsTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/src/test/java/org/apache/cxf/common/util/CollectionUtilsTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/src/test/java/org/apache/cxf/endpoint/ClientCallbackTest.java>:[39,1] cannot find symbol
  symbol:   static assertThrows
  location: class
[ERROR] <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/src/test/java/org/apache/cxf/endpoint/ClientCallbackTest.java>:[101,9] cannot find symbol
  symbol:   method assertThrows(java.lang.Class<java.util.concurrent.ExecutionException>,()->callback.get())
  location: class org.apache.cxf.endpoint.ClientCallbackTest
[ERROR] <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/src/test/java/org/apache/cxf/endpoint/ClientCallbackTest.java>:[102,9] cannot find symbol
  symbol:   method assertThrows(java.lang.Class<java.util.concurrent.ExecutionException>,()->callba[...]ONDS))
  location: class org.apache.cxf.endpoint.ClientCallbackTest
[ERROR] <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/src/test/java/org/apache/cxf/endpoint/ClientCallbackTest.java>:[112,9] cannot find symbol
  symbol:   method assertThrows(java.lang.Class<java.util.concurrent.ExecutionException>,()->callba[...]ext())
  location: class org.apache.cxf.endpoint.ClientCallbackTest
[ERROR] <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/src/test/java/org/apache/cxf/endpoint/ClientCallbackTest.java>:[127,9] cannot find symbol
  symbol:   method assertThrows(java.lang.Class<java.lang.InterruptedException>,()->callback.get())
  location: class org.apache.cxf.endpoint.ClientCallbackTest
[ERROR] <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/src/test/java/org/apache/cxf/endpoint/ClientCallbackTest.java>:[128,9] cannot find symbol
  symbol:   method assertThrows(java.lang.Class<java.lang.InterruptedException>,()->callba[...]ONDS))
  location: class org.apache.cxf.endpoint.ClientCallbackTest
[ERROR] <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/ws/src/test/java/org/apache/cxf/endpoint/ClientCallbackTest.java>:[147,9] cannot find symbol
  symbol:   method assertThrows(java.lang.Class<java.lang.InterruptedException>,()->callba[...]ext())
  location: class org.apache.cxf.endpoint.ClientCallbackTest
[INFO] 7 errors 
[INFO] -------------------------------------------------------------

Jenkins build is back to normal : CXF-3.2-deploy » Apache CXF Core #518

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/CXF-3.2-deploy/org.apache.cxf$cxf-core/518/display/redirect>