Build failed in Jenkins: java-opensaml-v4-multi » JDK-11,Windows2016 #491

Shibboleth Jenkins noreply at shibboleth.net
Sun Feb 23 23:11:20 EST 2020


See <http://127.0.0.1:1583/jenkins/job/java-opensaml-v4-multi/jdk=JDK-11,label=Windows2016/491/display/redirect?page=changes>

Changes:

[Phil Smart] JSPT-93 - Clean up API for BaseXXSupport decoders

[Brent Putman] OSJ-272: Move HttpClient TLS TrustEngine use to a X509TrustManager impl


------------------------------------------
[...truncated 47.09 KB...]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opensaml-storage-impl ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ opensaml-storage-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ opensaml-storage-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ opensaml-storage-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\JDK-11\label\Windows2016\opensaml-storage-impl\target\classes
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/JDK-11/label/Windows2016/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/memcached/MemcachedStorageService.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/JDK-11/label/Windows2016/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/memcached/MemcachedStorageService.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ opensaml-storage-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ opensaml-storage-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\JDK-11\label\Windows2016\opensaml-storage-impl\target\test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ opensaml-storage-impl ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 1166, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.295 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1166, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ----------------< org.opensaml:opensaml-security-impl >-----------------
[INFO] Building OpenSAML :: Security Implementation 4.0.0-SNAPSHOT      [13/22]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opensaml-security-impl ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ opensaml-security-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ opensaml-security-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ opensaml-security-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 62 source files to C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\JDK-11\label\Windows2016\opensaml-security-impl\target\classes
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/JDK-11/label/Windows2016/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/KeyStoreX509CredentialAdapter.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/JDK-11/label/Windows2016/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/KeyStoreX509CredentialAdapter.java: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/JDK-11/label/Windows2016/opensaml-security-impl/src/main/java/org/opensaml/security/httpclient/impl/SecurityEnhancedTLSSocketFactory.java:[262,30] method addDynamicContextHandlerLast in class net.shibboleth.utilities.java.support.httpclient.HttpClientSupport cannot be applied to given types;
  required: org.apache.http.client.protocol.HttpClientContext,net.shibboleth.utilities.java.support.httpclient.HttpClientContextHandler
  found: org.apache.http.client.protocol.HttpClientContext,org.opensaml.security.httpclient.impl.ThreadLocalServerTLSHandler,boolean
  reason: actual and formal argument lists differ in length
[ERROR] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/JDK-11/label/Windows2016/opensaml-security-impl/src/main/java/org/opensaml/security/httpclient/impl/SecurityEnhancedTLSSocketFactory.java:[267,30] method addDynamicContextHandlerLast in class net.shibboleth.utilities.java.support.httpclient.HttpClientSupport cannot be applied to given types;
  required: org.apache.http.client.protocol.HttpClientContext,net.shibboleth.utilities.java.support.httpclient.HttpClientContextHandler
  found: org.apache.http.client.protocol.HttpClientContext,org.opensaml.security.httpclient.impl.ThreadLocalClientTLSCredentialHandler,boolean
  reason: actual and formal argument lists differ in length
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: XML Security Implementation
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ----------------< org.opensaml:opensaml-messaging-impl >----------------
[INFO] Building OpenSAML :: Messaging Implementations 4.0.0-SNAPSHOT    [14/22]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opensaml-messaging-impl ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ opensaml-messaging-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ opensaml-messaging-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ opensaml-messaging-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\JDK-11\label\Windows2016\opensaml-messaging-impl\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ opensaml-messaging-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ opensaml-messaging-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\JDK-11\label\Windows2016\opensaml-messaging-impl\target\test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ opensaml-messaging-impl ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.64 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ------------------< org.opensaml:opensaml-soap-impl >-------------------
[INFO] Building OpenSAML :: SOAP Provider Implementations 4.0.0-SNAPSHOT [15/22]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opensaml-soap-impl ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ opensaml-soap-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ opensaml-soap-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ opensaml-soap-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 504 source files to C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\JDK-11\label\Windows2016\opensaml-soap-impl\target\classes
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/JDK-11/label/Windows2016/opensaml-soap-impl/src/main/java/org/opensaml/soap/wsaddressing/impl/EndpointReferenceTypeImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/JDK-11/label/Windows2016/opensaml-soap-impl/src/main/java/org/opensaml/soap/wsaddressing/impl/EndpointReferenceTypeImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ opensaml-soap-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ opensaml-soap-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\JDK-11\label\Windows2016\opensaml-soap-impl\target\test-classes
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/JDK-11/label/Windows2016/opensaml-soap-impl/src/test/java/org/opensaml/soap/WSBaseTestCase.java: C:\opt\jenkins\workspace\java-opensaml-v4-multi\jdk\JDK-11\label\Windows2016\opensaml-soap-impl\src\test\java\org\opensaml\soap\WSBaseTestCase.java uses unchecked or unsafe operations.
[INFO] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/JDK-11/label/Windows2016/opensaml-soap-impl/src/test/java/org/opensaml/soap/WSBaseTestCase.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ opensaml-soap-impl ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 154, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.609 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 154, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: SAML Provider Implementations
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: XACML Provider Implementations
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: SAML XACML Profile Implementation
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping OpenSAML :: Profile Implementations
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ---------------------< org.opensaml:opensaml-bom >----------------------
[INFO] Building OpenSAML :: BOM 4.0.0-SNAPSHOT                          [16/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opensaml-bom ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ opensaml-bom ---
[INFO] 
[INFO] ------------------< org.opensaml:opensaml-tests-bom >-------------------
[INFO] Building OpenSAML :: Tests BOM 4.0.0-SNAPSHOT                    [17/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ opensaml-tests-bom ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ opensaml-tests-bom ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for OpenSAML 4.0.0-SNAPSHOT:
[INFO] 
[INFO] OpenSAML ........................................... SUCCESS [  1.109 s]
[INFO] OpenSAML :: Core ................................... SUCCESS [ 15.687 s]
[INFO] OpenSAML :: Storage API ............................ SUCCESS [  2.579 s]
[INFO] OpenSAML :: Messaging API .......................... SUCCESS [  4.406 s]
[INFO] OpenSAML :: Security API ........................... SUCCESS [ 10.734 s]
[INFO] OpenSAML :: XML Security API ....................... SUCCESS [ 13.359 s]
[INFO] OpenSAML :: SOAP Provider API ...................... SUCCESS [  3.344 s]
[INFO] OpenSAML :: Profile API ............................ SUCCESS [  3.765 s]
[INFO] OpenSAML :: SAML Provider API ...................... SUCCESS [ 10.203 s]
[INFO] OpenSAML :: XACML Provider API ..................... SUCCESS [  1.016 s]
[INFO] OpenSAML :: SAML XACML Profile API ................. SUCCESS [  0.328 s]
[INFO] OpenSAML :: Storage Implementation ................. SUCCESS [01:04 min]
[INFO] OpenSAML :: Security Implementation ................ FAILURE [  1.203 s]
[INFO] OpenSAML :: XML Security Implementation ............ SKIPPED
[INFO] OpenSAML :: Messaging Implementations .............. SUCCESS [  3.703 s]
[INFO] OpenSAML :: SOAP Provider Implementations .......... SUCCESS [ 13.578 s]
[INFO] OpenSAML :: SAML Provider Implementations .......... SKIPPED
[INFO] OpenSAML :: XACML Provider Implementations ......... SKIPPED
[INFO] OpenSAML :: SAML XACML Profile Implementation ...... SKIPPED
[INFO] OpenSAML :: Profile Implementations ................ SKIPPED
[INFO] OpenSAML :: BOM .................................... SUCCESS [  0.016 s]
[INFO] OpenSAML :: Tests BOM .............................. SUCCESS [  0.000 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:30 min
[INFO] Finished at: 2020-02-24T04:10:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project opensaml-security-impl: Compilation failure: Compilation failure: 
[ERROR] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/JDK-11/label/Windows2016/opensaml-security-impl/src/main/java/org/opensaml/security/httpclient/impl/SecurityEnhancedTLSSocketFactory.java:[262,30] method addDynamicContextHandlerLast in class net.shibboleth.utilities.java.support.httpclient.HttpClientSupport cannot be applied to given types;
[ERROR]   required: org.apache.http.client.protocol.HttpClientContext,net.shibboleth.utilities.java.support.httpclient.HttpClientContextHandler
[ERROR]   found: org.apache.http.client.protocol.HttpClientContext,org.opensaml.security.httpclient.impl.ThreadLocalServerTLSHandler,boolean
[ERROR]   reason: actual and formal argument lists differ in length
[ERROR] /C:/opt/jenkins/workspace/java-opensaml-v4-multi/jdk/JDK-11/label/Windows2016/opensaml-security-impl/src/main/java/org/opensaml/security/httpclient/impl/SecurityEnhancedTLSSocketFactory.java:[267,30] method addDynamicContextHandlerLast in class net.shibboleth.utilities.java.support.httpclient.HttpClientSupport cannot be applied to given types;
[ERROR]   required: org.apache.http.client.protocol.HttpClientContext,net.shibboleth.utilities.java.support.httpclient.HttpClientContextHandler
[ERROR]   found: org.apache.http.client.protocol.HttpClientContext,org.opensaml.security.httpclient.impl.ThreadLocalClientTLSCredentialHandler,boolean
[ERROR]   reason: actual and formal argument lists differ in length
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :opensaml-security-impl
Build step 'Invoke top-level Maven targets' marked build as failure
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Saving reports...
Processing '/var/lib/jenkins/jobs/java-opensaml-v4-multi/configurations/axis-jdk/JDK-11/axis-label/Windows2016/builds/491/testng/testng-results-1.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-v4-multi/configurations/axis-jdk/JDK-11/axis-label/Windows2016/builds/491/testng/testng-results-2.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-v4-multi/configurations/axis-jdk/JDK-11/axis-label/Windows2016/builds/491/testng/testng-results-3.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-v4-multi/configurations/axis-jdk/JDK-11/axis-label/Windows2016/builds/491/testng/testng-results-4.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-v4-multi/configurations/axis-jdk/JDK-11/axis-label/Windows2016/builds/491/testng/testng-results-5.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-v4-multi/configurations/axis-jdk/JDK-11/axis-label/Windows2016/builds/491/testng/testng-results-6.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-v4-multi/configurations/axis-jdk/JDK-11/axis-label/Windows2016/builds/491/testng/testng-results-7.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-v4-multi/configurations/axis-jdk/JDK-11/axis-label/Windows2016/builds/491/testng/testng-results-8.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-v4-multi/configurations/axis-jdk/JDK-11/axis-label/Windows2016/builds/491/testng/testng-results-9.xml'
Processing '/var/lib/jenkins/jobs/java-opensaml-v4-multi/configurations/axis-jdk/JDK-11/axis-label/Windows2016/builds/491/testng/testng-results.xml'
TestNG Reports Processing: FINISH


More information about the commits mailing list