[Builder] Build failed in Jenkins: product-is__java8 #29

cbuilder at wso2.org cbuilder at wso2.org
Thu Nov 5 19:29:54 PST 2015


See <https://wso2.org/jenkins/job/product-is__java8/29/changes>

Changes:

[hasinthaindrajee] adding required dependencies to sts sample and correcting path's to resources

[hasinthaindrajee] changing version of sts sample jar

[hasinthaindrajee] updating release-notes.html with place holders

[cdwijayarathna] Fixing build failure jenkins-#760

[cdwijayarathna] Fixing build failure jenkins-#760

------------------------------------------
[...truncated 8474 lines...]
	at org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator.addTenantUsers(UserPopulator.java:164)
	at org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator.populateUsers(UserPopulator.java:126)
	... 21 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:961)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:918)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
	at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
	at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
	at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)
	at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
	at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
	at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:630)
	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:195)
	... 32 more
org.apache.maven.surefire.util.SurefireReflectionException: java.lang.reflect.InvocationTargetException; nested exception is java.lang.reflect.InvocationTargetException: null
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.lang.RuntimeException: Error on initializing test environment 
	at org.wso2.carbon.automation.engine.testlisteners.TestExecutionListener.handleException(TestExecutionListener.java:71)
	at org.wso2.carbon.automation.engine.testlisteners.TestExecutionListener.onExecutionStart(TestExecutionListener.java:52)
	at org.testng.TestNG.runExecutionListeners(TestNG.java:1032)
	at org.testng.TestNG.run(TestNG.java:983)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:178)
	at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:96)
	... 9 more
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.wso2.carbon.automation.engine.extensions.TestNGExtensionExecutor.executeExtensible(TestNGExtensionExecutor.java:75)
	at org.wso2.carbon.automation.engine.testlisteners.TestExecutionListener.onExecutionStart(TestExecutionListener.java:47)
	... 14 more
Caused by: org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException: Error while populating users 
	at org.wso2.carbon.integration.common.extensions.usermgt.UserPopulateExtension.onExecutionStart(UserPopulateExtension.java:71)
	... 20 more
Caused by: org.wso2.carbon.integration.common.extensions.exceptions.AutomationExtensionException: Error while populating users 
	at org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator.populateUsers(UserPopulator.java:132)
	at org.wso2.carbon.integration.common.extensions.usermgt.UserPopulateExtension.onExecutionStart(UserPopulateExtension.java:68)
	... 20 more
Caused by: org.apache.axis2.AxisFault: Read timed out
	at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)
	at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
	at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:451)
	at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:278)
	at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:430)
	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:225)
	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
	at org.wso2.carbon.user.mgt.stub.UserAdminStub.listUsers(UserAdminStub.java:659)
	at org.wso2.carbon.integration.common.admin.client.UserManagementClient.getUserList(UserManagementClient.java:325)
	at org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator.addTenantUsers(UserPopulator.java:164)
	at org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator.populateUsers(UserPopulator.java:126)
	... 21 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:961)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:918)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
	at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
	at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
	at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)
	at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
	at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
	at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
	at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:630)
	at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:195)
	... 32 more
INFO  [org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager] - Shutting down server..
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ClientConnectionUtil] - Successfully connected to the server on port 9853
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-06 03:27:29,205]  WARN {org.wso2.carbon.server.admin.module.handler.AuthenticationHandler} -  Illegal access attempt at [2015-11-06 03:27:29,0205] from IP address 127.0.0.1 while trying to authenticate access to service ServerAdmin
INFO  [org.apache.commons.httpclient.auth.AuthChallengeProcessor] - basic authentication scheme selected
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-06 03:27:29,240]  INFO {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  'admin at carbon.super [-1234]' logged in at [2015-11-06 03:27:29,240+0000]
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-06 03:27:30,242]  INFO {org.wso2.carbon.core.init.CarbonServerManager} -  Shutting down WSO2 Identity Server...
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-06 03:27:30,243]  INFO {org.wso2.carbon.core.init.CarbonServerManager} -  Shutting down OSGi framework...
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-06 03:27:30,303]  INFO {org.wso2.carbon.is.migration.client.internal.ISMigrationServiceComponent} -  WSO2 IS migration bundle is deactivated
INFO  [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-06 03:27:30,401]  INFO {org.wso2.carbon.core.init.CarbonServerManager} -  Stopping CarbonServerManager...

Results :

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

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] WSO2 Identity Server .............................. SUCCESS [1:38.577s]
[INFO] org.wso2.carbon.is.migrate.client ................. SUCCESS [5:49.833s]
[INFO] WSO2 Identity Server Styles Parent ................ SUCCESS [0.163s]
[INFO] Identity Server: UI styles ........................ SUCCESS [24.650s]
[INFO] WSO2 IS - Features Aggregator Module .............. SUCCESS [0.032s]
[INFO] WSO2 IS - Style Features .......................... SUCCESS [1:06.202s]
[INFO] WSO2 IS - Utils Features .......................... SUCCESS [50.126s]
[INFO] WSO2 Carbon - Identity UI Feature ................. SUCCESS [28.042s]
[INFO] WSO2 IS - IS Profile Generation ................... SUCCESS [6:53.218s]
[INFO] Identity Server ................................... SUCCESS [3:56.549s]
[INFO] Identity Server : Samples ......................... SUCCESS [0.030s]
[INFO] Identity Server : User Mgt Samples ................ SUCCESS [0.054s]
[INFO] Samples/Remote User Management .................... SUCCESS [29.534s]
[INFO] Identity Server : SCIM Samples .................... SUCCESS [0.122s]
[INFO] scim-provisioning ................................. SUCCESS [6.014s]
[INFO] Identity Server : OAuth 1.0a samples with Identity Server  SUCCESS [0.139s]
[INFO] WSO2 Carbon - OAuth10a Resource Owner Equivalent .. SUCCESS [4:38.138s]
[INFO] Identity Server : OAuth2.0 Samples with Identity Server 5.1.0  SUCCESS [0.306s]
[INFO] OAuth 2.0 Playground App with WSO2 Identity Server 5.1.0  SUCCESS [21.140s]
[INFO] OAuth 2.0 Custom Grant ............................ SUCCESS [1.630s]
[INFO] Identity Server : SSO Samples ..................... SUCCESS [0.110s]
[INFO] Travelocity.COM ServiceProvider / RelyingParty Webapp  SUCCESS [17.895s]
[INFO] Identity Server : XACML Samples ................... SUCCESS [0.562s]
[INFO] Identity Server : STS Samples ..................... SUCCESS [0.098s]
[INFO] STS Client ........................................ SUCCESS [15.005s]
[INFO] Identity Server : Passive STS Samples ............. SUCCESS [0.149s]
[INFO] PassiveSTSSample .................................. SUCCESS [0.099s]
[INFO] org.wso2.identity.passivests.filter ............... SUCCESS [3.727s]
[INFO] PassiveSTSSampleApp ............................... SUCCESS [0.864s]
[INFO] Identity Server : InfoRecoverySample Maven Webapp . SUCCESS [0.076s]
[INFO] InfoRecoverySample Maven Webapp ................... SUCCESS [42.583s]
[INFO] Identity Server Integration Tests ................. SUCCESS [4:41.694s]
[INFO] WSO2 IS - Integration Test Admin Clients Module ... SUCCESS [1:13.264s]
[INFO] WSO2 IS - Integration UI Pages Module ............. SUCCESS [18.197s]
[INFO] WSO2 IS - Integration Test Utils Module ........... SUCCESS [44.191s]
[INFO] WSO2 Identity Integration Test Common ............. SUCCESS [18.993s]
[INFO] Identity Test Back-end Module ..................... FAILURE [8:36.485s]
[INFO] org.wso2.identity.integration.test ................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44:53.331s
[INFO] Finished at: Fri Nov 06 03:28:00 UTC 2015
[INFO] Final Memory: 121M/548M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project org.wso2.carbon.identity.integration.backend.test: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? -> [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/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.wso2.carbon.identity.integration.backend.test
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/styles/product/pom.xml> to org.wso2.is/org.wso2.identity.styles/5.1.0-SNAPSHOT/org.wso2.identity.styles-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/styles/product/target/org.wso2.identity.styles-5.1.0-SNAPSHOT.jar> to org.wso2.is/org.wso2.identity.styles/5.1.0-SNAPSHOT/org.wso2.identity.styles-5.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/sts/pom.xml> to org.wso2.is/wso2is-identity-samples-sts/5.1.0-SNAPSHOT/wso2is-identity-samples-sts-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-integration/pom.xml> to org.wso2.is/org.wso2.identity.integration.test/5.1.0-SNAPSHOT/org.wso2.identity.integration.test-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/p2-profile-gen/pom.xml> to org.wso2.is/identity-profile-gen/5.1.0-SNAPSHOT/identity-profile-gen-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/scim/pom.xml> to org.wso2.is/wso2is-identity-samples-scim/5.1.0-SNAPSHOT/wso2is-identity-samples-scim-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/oauth2/pom.xml> to org.wso2.is/wso2is-identity-samples-oauth2/5.1.0-SNAPSHOT/wso2is-identity-samples-oauth2-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-common/ui-pages/pom.xml> to org.wso2.is/org.wso2.identity.integration.ui.pages/5.1.0-SNAPSHOT/org.wso2.identity.integration.ui.pages-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-common/ui-pages/target/org.wso2.identity.integration.ui.pages-5.1.0-SNAPSHOT.jar> to org.wso2.is/org.wso2.identity.integration.ui.pages/5.1.0-SNAPSHOT/org.wso2.identity.integration.ui.pages-5.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-common/ui-pages/target/org.wso2.identity.integration.ui.pages-5.1.0-SNAPSHOT-tests.jar> to org.wso2.is/org.wso2.identity.integration.ui.pages/5.1.0-SNAPSHOT/org.wso2.identity.integration.ui.pages-5.1.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/identity-mgt/info-recovery-sample/pom.xml> to org.wso2.is/info-recovery-sample/5.1.0-SNAPSHOT/info-recovery-sample-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/identity-mgt/info-recovery-sample/target/InfoRecoverySample.war> to org.wso2.is/info-recovery-sample/5.1.0-SNAPSHOT/info-recovery-sample-5.1.0-SNAPSHOT.war
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/distribution/pom.xml> to org.wso2.is/wso2is/5.1.0-SNAPSHOT/wso2is-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/distribution/target/wso2is-5.1.0-SNAPSHOT.jar> to org.wso2.is/wso2is/5.1.0-SNAPSHOT/wso2is-5.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/distribution/target/wso2is-5.1.0-SNAPSHOT.zip> to org.wso2.is/wso2is/5.1.0-SNAPSHOT/wso2is-5.1.0-SNAPSHOT.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/distribution/target/wso2is-5.1.0-SNAPSHOT-src.zip> to org.wso2.is/wso2is/5.1.0-SNAPSHOT/wso2is-5.1.0-SNAPSHOT-src.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/distribution/target/wso2is-5.1.0-SNAPSHOT-docs.zip> to org.wso2.is/wso2is/5.1.0-SNAPSHOT/wso2is-5.1.0-SNAPSHOT-docs.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/features/org.wso2.identity.utils.feature/target/org.wso2.identity.utils.feature-5.1.0-SNAPSHOT.zip> to org.wso2.is/org.wso2.identity.utils.feature/5.1.0-SNAPSHOT/org.wso2.identity.utils.feature-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/features/org.wso2.identity.utils.feature/target/org.wso2.identity.utils.feature-5.1.0-SNAPSHOT.zip> to org.wso2.is/org.wso2.identity.utils.feature/5.1.0-SNAPSHOT/org.wso2.identity.utils.feature-5.1.0-SNAPSHOT.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-common/integration-test-utils/pom.xml> to org.wso2.is/org.wso2.identity.integration.common.utils/5.1.0-SNAPSHOT/org.wso2.identity.integration.common.utils-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-common/integration-test-utils/target/org.wso2.identity.integration.common.utils-5.1.0-SNAPSHOT.jar> to org.wso2.is/org.wso2.identity.integration.common.utils/5.1.0-SNAPSHOT/org.wso2.identity.integration.common.utils-5.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-common/integration-test-utils/target/org.wso2.identity.integration.common.utils-5.1.0-SNAPSHOT-tests.jar> to org.wso2.is/org.wso2.identity.integration.common.utils/5.1.0-SNAPSHOT/org.wso2.identity.integration.common.utils-5.1.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/user-mgt/pom.xml> to org.wso2.is/wso2is-identity-samples-usermgt/5.1.0-SNAPSHOT/wso2is-identity-samples-usermgt-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/oauth2/playground2/pom.xml> to org.wso2.is/playground2/5.1.0-SNAPSHOT/playground2-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/oauth2/playground2/target/playground2.war> to org.wso2.is/playground2/5.1.0-SNAPSHOT/playground2-5.1.0-SNAPSHOT.war
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/xacml/pom.xml> to org.wso2.is/wso2is-identity-samples-xacml/5.1.0-SNAPSHOT/wso2is-identity-samples-xacml-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-integration/tests-backend/pom.xml> to org.wso2.is/org.wso2.carbon.identity.integration.backend.test/5.1.0-SNAPSHOT/org.wso2.carbon.identity.integration.backend.test-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/passive-sts/passive-sts-client/pom.xml> to org.wso2.is/PassiveSTSSample/5.1.0-SNAPSHOT/PassiveSTSSample-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/migration/migration-5.0.0_to_5.1.0/wso2-is-migration-client/pom.xml> to org.wso2.is/org.wso2.carbon.is.migrate.client/5.1.0-SNAPSHOT/org.wso2.carbon.is.migrate.client-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/migration/migration-5.0.0_to_5.1.0/wso2-is-migration-client/target/org.wso2.carbon.is.migrate.client-5.1.0-SNAPSHOT.jar> to org.wso2.is/org.wso2.carbon.is.migrate.client/5.1.0-SNAPSHOT/org.wso2.carbon.is.migrate.client-5.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/oauth/oauth10a-resource-owner-equivalent/pom.xml> to org.wso2.is/oauth10a-resource-owner-equivalent/5.1.0-SNAPSHOT/oauth10a-resource-owner-equivalent-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/oauth/oauth10a-resource-owner-equivalent/target/oauth10a-resource-owner-equivalent-5.1.0-SNAPSHOT.jar> to org.wso2.is/oauth10a-resource-owner-equivalent/5.1.0-SNAPSHOT/oauth10a-resource-owner-equivalent-5.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/passive-sts/pom.xml> to org.wso2.is/wso2is-identity-samples-passivests/5.1.0-SNAPSHOT/wso2is-identity-samples-passivests-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/sso/sso-agent-sample/pom.xml> to org.wso2.is/org.wso2.sample.is.sso.agent/5.1.0-SNAPSHOT/org.wso2.sample.is.sso.agent-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/sso/sso-agent-sample/target/travelocity.com.war> to org.wso2.is/org.wso2.sample.is.sso.agent/5.1.0-SNAPSHOT/org.wso2.sample.is.sso.agent-5.1.0-SNAPSHOT.war
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/passive-sts/passive-sts-client/PassiveSTSFilter/pom.xml> to org.wso2.is/org.wso2.identity.passivests.filter/5.1.0-SNAPSHOT/org.wso2.identity.passivests.filter-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/passive-sts/passive-sts-client/PassiveSTSFilter/target/org.wso2.identity.passivests.filter-5.1.0-SNAPSHOT.jar> to org.wso2.is/org.wso2.identity.passivests.filter/5.1.0-SNAPSHOT/org.wso2.identity.passivests.filter-5.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/styles/pom.xml> to org.wso2.is/identity-server-styles-parent/5.1.0-SNAPSHOT/identity-server-styles-parent-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/oauth2/custom-grant/pom.xml> to org.wso2.is/custom-grant/5.1.0-SNAPSHOT/custom-grant-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/oauth2/custom-grant/target/custom-grant-5.1.0-SNAPSHOT.jar> to org.wso2.is/custom-grant/5.1.0-SNAPSHOT/custom-grant-5.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/features/pom.xml> to org.wso2.is/identity-features/5.1.0-SNAPSHOT/identity-features-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/scim/scim-provisioning/pom.xml> to org.wso2.is/scim-provisioning/5.1.0-SNAPSHOT/scim-provisioning-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/scim/scim-provisioning/target/scim-provisioning-5.1.0-SNAPSHOT.jar> to org.wso2.is/scim-provisioning/5.1.0-SNAPSHOT/scim-provisioning-5.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/sso/pom.xml> to org.wso2.is/wso2is-identity-samples-sso/5.1.0-SNAPSHOT/wso2is-identity-samples-sso-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/passive-sts/passive-sts-client/PassiveSTSSampleApp/pom.xml> to org.wso2.is/PassiveSTSSampleApp/5.1.0-SNAPSHOT/PassiveSTSSampleApp-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/passive-sts/passive-sts-client/PassiveSTSSampleApp/target/PassiveSTSSampleApp.war> to org.wso2.is/PassiveSTSSampleApp/5.1.0-SNAPSHOT/PassiveSTSSampleApp-5.1.0-SNAPSHOT.war
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/pom.xml> to org.wso2.is/identity-server-parent/5.1.0-SNAPSHOT/identity-server-parent-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/oauth/pom.xml> to org.wso2.is/wso2is-identity-samples-oauth10a/5.1.0-SNAPSHOT/wso2is-identity-samples-oauth10a-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/features/org.wso2.identity.styles.feature/target/org.wso2.identity.styles.feature-5.1.0-SNAPSHOT.zip> to org.wso2.is/org.wso2.identity.styles.feature/5.1.0-SNAPSHOT/org.wso2.identity.styles.feature-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/features/org.wso2.identity.styles.feature/target/org.wso2.identity.styles.feature-5.1.0-SNAPSHOT.zip> to org.wso2.is/org.wso2.identity.styles.feature/5.1.0-SNAPSHOT/org.wso2.identity.styles.feature-5.1.0-SNAPSHOT.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-common/pom.xml> to org.wso2.is/Identity-integration-tests-common/5.1.0-SNAPSHOT/Identity-integration-tests-common-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-common/target/Identity-integration-tests-common-5.1.0-SNAPSHOT-tests.jar> to org.wso2.is/Identity-integration-tests-common/5.1.0-SNAPSHOT/Identity-integration-tests-common-5.1.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/pom.xml> to org.wso2.is/identity-integration-tests/5.1.0-SNAPSHOT/identity-integration-tests-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/target/identity-integration-tests-5.1.0-SNAPSHOT-tests.jar> to org.wso2.is/identity-integration-tests/5.1.0-SNAPSHOT/identity-integration-tests-5.1.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-common/admin-clients/pom.xml> to org.wso2.is/org.wso2.identity.integration.common.clients/5.1.0-SNAPSHOT/org.wso2.identity.integration.common.clients-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-common/admin-clients/target/org.wso2.identity.integration.common.clients-5.1.0-SNAPSHOT.jar> to org.wso2.is/org.wso2.identity.integration.common.clients/5.1.0-SNAPSHOT/org.wso2.identity.integration.common.clients-5.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-common/admin-clients/target/org.wso2.identity.integration.common.clients-5.1.0-SNAPSHOT-tests.jar> to org.wso2.is/org.wso2.identity.integration.common.clients/5.1.0-SNAPSHOT/org.wso2.identity.integration.common.clients-5.1.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/identity-mgt/pom.xml> to org.wso2.is/wso2is-identity-samples-info-recovery/5.1.0-SNAPSHOT/wso2is-identity-samples-info-recovery-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/sts/sts-client/pom.xml> to org.wso2.is/org.wso2.carbon.identity.samples.sts/5.1.0-SNAPSHOT/org.wso2.carbon.identity.samples.sts-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/sts/sts-client/target/org.wso2.carbon.identity.samples.sts-5.1.0-SNAPSHOT.jar> to org.wso2.is/org.wso2.carbon.identity.samples.sts/5.1.0-SNAPSHOT/org.wso2.carbon.identity.samples.sts-5.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/features/org.wso2.identity.ui.feature/target/org.wso2.identity.ui.feature-5.1.0-SNAPSHOT.zip> to org.wso2.is/org.wso2.identity.ui.feature/5.1.0-SNAPSHOT/org.wso2.identity.ui.feature-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/features/org.wso2.identity.ui.feature/target/org.wso2.identity.ui.feature-5.1.0-SNAPSHOT.zip> to org.wso2.is/org.wso2.identity.ui.feature/5.1.0-SNAPSHOT/org.wso2.identity.ui.feature-5.1.0-SNAPSHOT.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/user-mgt/remote-user-mgt/pom.xml> to org.wso2.is/identity-samples-remote-user-mgt/5.1.0-SNAPSHOT/identity-samples-remote-user-mgt-5.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/user-mgt/remote-user-mgt/target/identity-samples-remote-user-mgt-5.1.0-SNAPSHOT.jar> to org.wso2.is/identity-samples-remote-user-mgt/5.1.0-SNAPSHOT/identity-samples-remote-user-mgt-5.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-is__java8/ws/modules/samples/pom.xml> to org.wso2.is/wso2is-identity-samples/5.1.0-SNAPSHOT/wso2is-identity-samples-5.1.0-SNAPSHOT.pom
Sending e-mails to: builder at wso2.org hasinthaindrajee at gmail.com cdwijayarathna at gmail.com
executing script 'Script - Kill Carbon Servers'
channel stopped
[product-is__java8] $ /bin/bash /tmp/build_step_template2418003403490071727.sh
Killing all carbon servers......
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at BUILD level <https://wso2.org/jenkins/job/product-is__java8/ws/modules/integration/tests-integration/target/emma/coverage> to /build/jenkins-home/jobs/product-is__java8/builds/29/htmlreports/Test_Coverage_Report


More information about the Builder mailing list