[Builder] Build failed in Jenkins: products » product-apim #2113
cbuilder at wso2.org
cbuilder at wso2.org
Tue Jan 26 12:50:29 PST 2021
See <https://wso2.org/jenkins/job/products/job/product-apim/2113/display/redirect>
Changes:
------------------------------------------
[...truncated 20.01 MB...]
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:82)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:459)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:286)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:442)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
at org.wso2.carbon.authenticator.stub.AuthenticationAdminStub.login(AuthenticationAdminStub.java:1343)
at org.wso2.carbon.integration.common.admin.client.AuthenticatorClient.login(AuthenticatorClient.java:59)
at org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator.login(UserPopulator.java:296)
at org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator.deleteUsers(UserPopulator.java:229)
... 16 more
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:140)
at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:179)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
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:712)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:223)
... 27 more
INFO [org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager] - Shutting down server..
INFO [org.wso2.carbon.automation.extensions.servers.utils.ClientConnectionUtil] - Port 9943 is closed and available for use
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[ERROR] There are test failures.
Please refer to <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/target/surefire-reports> for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
Error while tear down the execution environment
org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process
Error while tear down the execution environment
at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:656)
at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:282)
at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:245)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1183)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:857)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main(Maven35Launcher.java:130)
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:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
at jenkins.maven3.agent.Maven35Main.launch(Maven35Main.java:178)
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:498)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:336)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.wso2.carbon.am.integration.backend.test ---
[INFO] Building jar: <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/target/org.wso2.carbon.am.integration.backend.test-4.0.0-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ org.wso2.carbon.am.integration.backend.test ---
[INFO] Building jar: <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/target/org.wso2.carbon.am.integration.backend.test-4.0.0-SNAPSHOT-tests.jar>
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.wso2.carbon.am.integration.backend.test ---
[INFO] Installing <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/target/org.wso2.carbon.am.integration.backend.test-4.0.0-SNAPSHOT.jar> to <https://wso2.org/jenkins/job/products/job/product-apim/ws/.repository/org/wso2/am/org.wso2.carbon.am.integration.backend.test/4.0.0-SNAPSHOT/org.wso2.carbon.am.integration.backend.test-4.0.0-SNAPSHOT.jar>
[INFO] Installing <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/pom.xml> to <https://wso2.org/jenkins/job/products/job/product-apim/ws/.repository/org/wso2/am/org.wso2.carbon.am.integration.backend.test/4.0.0-SNAPSHOT/org.wso2.carbon.am.integration.backend.test-4.0.0-SNAPSHOT.pom>
[INFO] Installing <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/target/org.wso2.carbon.am.integration.backend.test-4.0.0-SNAPSHOT-tests.jar> to <https://wso2.org/jenkins/job/products/job/product-apim/ws/.repository/org/wso2/am/org.wso2.carbon.am.integration.backend.test/4.0.0-SNAPSHOT/org.wso2.carbon.am.integration.backend.test-4.0.0-SNAPSHOT-tests.jar>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for WSO2 API Manager - Aggregator Module 4.0.0-SNAPSHOT:
[INFO]
[INFO] WSO2 API Manager - Aggregator Module ............... SUCCESS [ 24.807 s]
[INFO] WSO2 API Manager - Styles Parent ................... SUCCESS [ 0.188 s]
[INFO] WSO2 API Manager - Styles .......................... SUCCESS [ 16.660 s]
[INFO] WSO2 Stratos API Manager - UI styles .............. SUCCESS [01:05 min]
[INFO] WSO2 API Manager - Multi Tenant Dashboard .......... SUCCESS [ 5.927 s]
[INFO] WSO2 API Manager - Features Parent ................. SUCCESS [ 0.245 s]
[INFO] WSO2 API Manager - Features Aggregator Module ...... SUCCESS [ 0.192 s]
[INFO] WSO2 API Manager - Styles Features ................. SUCCESS [ 10.421 s]
[INFO] WSO2 API Manager - Multi Tenant Dashboard Feature .. SUCCESS [ 17.916 s]
[INFO] WSO2 API Manager - P2 Profile Generation Parent .... SUCCESS [ 1.428 s]
[INFO] WSO2 API Manager - P2 Profile Generation ........... SUCCESS [06:33 min]
[INFO] API Manager : oauth2-grant-types ................... SUCCESS [ 4.240 s]
[INFO] API Manager : outbound-authenticators .............. SUCCESS [ 1.705 s]
[INFO] WSO2 CallHome Module ............................... SUCCESS [ 2.699 s]
[INFO] WSO2 API Manager - Distribution Parent ............. SUCCESS [ 2.409 s]
[INFO] WSO2 API Manager - Distribution .................... SUCCESS [03:03 min]
[INFO] WSO2 API Manager - Integration Tests ............... SUCCESS [02:40 min]
[INFO] WSO2 API Manager - Integration Test Common Module .. SUCCESS [ 3.948 s]
[INFO] WSO2 API Manager - Integration Admin Clients Module SUCCESS [01:38 min]
[INFO] WSO2 API Manager - Integration Clients Module ...... SUCCESS [ 3.200 s]
[INFO] Publisher API client ............................... SUCCESS [02:24 min]
[INFO] Admin API client ................................... SUCCESS [ 4.906 s]
[INFO] Store API client ................................... SUCCESS [ 6.423 s]
[INFO] WSO2 API Manager - Integration Common Test Module .. SUCCESS [01:36 min]
[INFO] WSO2 API Manager - Test Artifacts Tests ............ SUCCESS [ 5.465 s]
[INFO] WSO2 API Manager - RestFul Backend Module for Integration Tests SUCCESS [ 13.638 s]
[INFO] WSO2 API Manager - ArtifactDeploymentMonitor WebApp SUCCESS [16:46 min]
[INFO] org.wso2.am.framework.extensions ................... SUCCESS [ 10.116 s]
[INFO] WSO2 API Manager - Integration Extensions Module ... SUCCESS [ 4.065 s]
[INFO] WSO2 API Manager - Integration UI Pages Module ..... SUCCESS [ 3.599 s]
[INFO] extenstions ........................................ SUCCESS [ 1.217 s]
[INFO] org.wso2.am.thirdparty.km .......................... SUCCESS [ 14.411 s]
[INFO] WSO2 API Manager - Integration New Test Module ..... SUCCESS [ 2.383 s]
[INFO] WSO2 API Manager - Based on product backend Test Module SUCCESS [ 01:21 h]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:01 h
[INFO] Finished at: 2021-01-26T20:32:13Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/org.wso2.am.multitenancy.dashboard.ui/pom.xml> to org.wso2.am/org.wso2.am.multitenancy.dashboard.ui/4.0.0-SNAPSHOT/org.wso2.am.multitenancy.dashboard.ui-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/org.wso2.am.multitenancy.dashboard.ui/target/org.wso2.am.multitenancy.dashboard.ui-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.am.multitenancy.dashboard.ui/4.0.0-SNAPSHOT/org.wso2.am.multitenancy.dashboard.ui-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/backend-service/pom.xml> to org.wso2.am/test-artifacts/4.0.0-SNAPSHOT/test-artifacts-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/extenstions/pom.xml> to org.wso2.am/extenstions/4.0.0-SNAPSHOT/extenstions-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/integration-test-extensions/pom.xml> to org.wso2.am/org.wso2.am.integration.test.extensions/4.0.0-SNAPSHOT/org.wso2.am.integration.test.extensions-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/integration-test-extensions/target/org.wso2.am.integration.test.extensions-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.am.integration.test.extensions/4.0.0-SNAPSHOT/org.wso2.am.integration.test.extensions-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/clients/publisher/pom.xml> to org.wso2.am/org.wso2.am.integration.clients.publisher.api/4.0.0-SNAPSHOT/org.wso2.am.integration.clients.publisher.api-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/clients/publisher/target/org.wso2.am.integration.clients.publisher.api-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.am.integration.clients.publisher.api/4.0.0-SNAPSHOT/org.wso2.am.integration.clients.publisher.api-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/authenticators/pom.xml> to org.wso2.am/wso2is-identity-outbound-authenticators/4.0.0-SNAPSHOT/wso2is-identity-outbound-authenticators-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/distribution/pom.xml> to org.wso2.am/am-distribution-parent/4.0.0-SNAPSHOT/am-distribution-parent-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/extenstions/org.wso2.am.thirdparty.km/pom.xml> to org.wso2.am/org.wso2.am.thirdparty.km/4.0.0-SNAPSHOT/org.wso2.am.thirdparty.km-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/extenstions/org.wso2.am.thirdparty.km/target/org.wso2.am.thirdparty.km-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.am.thirdparty.km/4.0.0-SNAPSHOT/org.wso2.am.thirdparty.km-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/clients/admin/pom.xml> to org.wso2.am/org.wso2.am.integration.clients.admin.api/4.0.0-SNAPSHOT/org.wso2.am.integration.clients.admin.api-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/clients/admin/target/org.wso2.am.integration.clients.admin.api-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.am.integration.clients.admin.api/4.0.0-SNAPSHOT/org.wso2.am.integration.clients.admin.api-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/ui-pages/pom.xml> to org.wso2.am/org.wso2.am.integration.ui.pages/4.0.0-SNAPSHOT/org.wso2.am.integration.ui.pages-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/ui-pages/target/org.wso2.am.integration.ui.pages-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.am.integration.ui.pages/4.0.0-SNAPSHOT/org.wso2.am.integration.ui.pages-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/pom.xml> to org.wso2.am/am-parent/4.0.0-SNAPSHOT/am-parent-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/features/product/pom.xml> to org.wso2.am/am-features/4.0.0-SNAPSHOT/am-features-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/backend-service/jaxrs-app/pom.xml> to org.wso2.am/org.wso2.am.integration.backend.service/4.0.0-SNAPSHOT/org.wso2.am.integration.backend.service-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/backend-service/jaxrs-app/target/org.wso2.am.integration.backend.service-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.am.integration.backend.service/4.0.0-SNAPSHOT/org.wso2.am.integration.backend.service-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/styles/product/pom.xml> to org.wso2.am/org.wso2.am.styles/4.0.0-SNAPSHOT/org.wso2.am.styles-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/styles/product/target/org.wso2.am.styles-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.am.styles/4.0.0-SNAPSHOT/org.wso2.am.styles-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/features/product/org.wso2.am.multitenancy.dashboard.ui.feature/pom.xml> to org.wso2.am/org.wso2.am.multitenancy.dashboard.ui.feature/4.0.0-SNAPSHOT/org.wso2.am.multitenancy.dashboard.ui.feature-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/features/product/org.wso2.am.multitenancy.dashboard.ui.feature/target/org.wso2.am.multitenancy.dashboard.ui.feature-4.0.0-SNAPSHOT.zip> to org.wso2.am/org.wso2.am.multitenancy.dashboard.ui.feature/4.0.0-SNAPSHOT/org.wso2.am.multitenancy.dashboard.ui.feature-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/features/product/org.wso2.am.multitenancy.dashboard.ui.feature/target/org.wso2.am.multitenancy.dashboard.ui.feature-4.0.0-SNAPSHOT.zip> to org.wso2.am/org.wso2.am.multitenancy.dashboard.ui.feature/4.0.0-SNAPSHOT/org.wso2.am.multitenancy.dashboard.ui.feature-4.0.0-SNAPSHOT.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/p2-profile/product/pom.xml> to org.wso2.am/am-p2-profile/4.0.0-SNAPSHOT/am-p2-profile-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/callhome/pom.xml> to org.wso2.am/apim-callhome/4.0.0-SNAPSHOT/apim-callhome-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/admin-clients/pom.xml> to org.wso2.am/org.wso2.am.integration.admin.clients/4.0.0-SNAPSHOT/org.wso2.am.integration.admin.clients-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/admin-clients/target/org.wso2.am.integration.admin.clients-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.am.integration.admin.clients/4.0.0-SNAPSHOT/org.wso2.am.integration.admin.clients-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/styles/service/pom.xml> to org.wso2.am/org.wso2.stratos.apimgt.styles/4.0.0-SNAPSHOT/org.wso2.stratos.apimgt.styles-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/styles/service/target/org.wso2.stratos.apimgt.styles-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.stratos.apimgt.styles/4.0.0-SNAPSHOT/org.wso2.stratos.apimgt.styles-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/integration-test-utils/pom.xml> to org.wso2.am/org.wso2.am.integration.common.test.utils/4.0.0-SNAPSHOT/org.wso2.am.integration.common.test.utils-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/integration-test-utils/target/org.wso2.am.integration.common.test.utils-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.am.integration.common.test.utils/4.0.0-SNAPSHOT/org.wso2.am.integration.common.test.utils-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/clients/pom.xml> to org.wso2.am/org.wso2.am.integration.clients/4.0.0-SNAPSHOT/org.wso2.am.integration.clients-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/framework-extensions/pom.xml> to org.wso2.am/org.wso2.am.framework.extensions/4.0.0-SNAPSHOT/org.wso2.am.framework.extensions-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/framework-extensions/target/org.wso2.am.framework.extensions-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.am.framework.extensions/4.0.0-SNAPSHOT/org.wso2.am.framework.extensions-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/features/pom.xml> to org.wso2.am/am-features-parent/4.0.0-SNAPSHOT/am-features-parent-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/pom.xml> to org.wso2.am/tests-common/4.0.0-SNAPSHOT/tests-common-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/pom.xml> to org.wso2.am/org.wso2.carbon.am.integration.test/4.0.0-SNAPSHOT/org.wso2.carbon.am.integration.test-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/distribution/product/pom.xml> to org.wso2.am/wso2am/4.0.0-SNAPSHOT/wso2am-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/distribution/product/target/wso2am-4.0.0-SNAPSHOT.zip> to org.wso2.am/wso2am/4.0.0-SNAPSHOT/wso2am-4.0.0-SNAPSHOT.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/distribution/product/target/wso2am-4.0.0-SNAPSHOT-docs.zip> to org.wso2.am/wso2am/4.0.0-SNAPSHOT/wso2am-4.0.0-SNAPSHOT-docs.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/distribution/product/target/wso2am-4.0.0-SNAPSHOT-sample-scenarios.zip> to org.wso2.am/wso2am/4.0.0-SNAPSHOT/wso2am-4.0.0-SNAPSHOT-sample-scenarios.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/styles/pom.xml> to org.wso2.am/am-styles-parent/4.0.0-SNAPSHOT/am-styles-parent-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/oauth2-grant-types/pom.xml> to org.wso2.am/wso2is-identity-oauth2-grant-types/4.0.0-SNAPSHOT/wso2is-identity-oauth2-grant-types-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/pom.xml> to org.wso2.am/org.wso2.carbon.am.integration.backend.test/4.0.0-SNAPSHOT/org.wso2.carbon.am.integration.backend.test-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/target/org.wso2.carbon.am.integration.backend.test-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.carbon.am.integration.backend.test/4.0.0-SNAPSHOT/org.wso2.carbon.am.integration.backend.test-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/target/org.wso2.carbon.am.integration.backend.test-4.0.0-SNAPSHOT-tests.jar> to org.wso2.am/org.wso2.carbon.am.integration.backend.test/4.0.0-SNAPSHOT/org.wso2.carbon.am.integration.backend.test-4.0.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/p2-profile/pom.xml> to org.wso2.am/am-p2-profile-gen-parent/4.0.0-SNAPSHOT/am-p2-profile-gen-parent-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/features/product/org.wso2.am.styles.feature/target/org.wso2.am.styles.feature-4.0.0-SNAPSHOT.zip> to org.wso2.am/org.wso2.am.styles.feature/4.0.0-SNAPSHOT/org.wso2.am.styles.feature-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/features/product/org.wso2.am.styles.feature/target/org.wso2.am.styles.feature-4.0.0-SNAPSHOT.zip> to org.wso2.am/org.wso2.am.styles.feature/4.0.0-SNAPSHOT/org.wso2.am.styles.feature-4.0.0-SNAPSHOT.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/backend-service/monitor-app/pom.xml> to org.wso2.am/artifact-deployment-monitor/4.0.0-SNAPSHOT/artifact-deployment-monitor-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/backend-service/monitor-app/target/APIStatusMonitor.war> to org.wso2.am/artifact-deployment-monitor/4.0.0-SNAPSHOT/artifact-deployment-monitor-4.0.0-SNAPSHOT.war
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/clients/store/pom.xml> to org.wso2.am/org.wso2.am.integration.clients.store.api/4.0.0-SNAPSHOT/org.wso2.am.integration.clients.store.api-4.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-common/clients/store/target/org.wso2.am.integration.clients.store.api-4.0.0-SNAPSHOT.jar> to org.wso2.am/org.wso2.am.integration.clients.store.api/4.0.0-SNAPSHOT/org.wso2.am.integration.clients.store.api-4.0.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/pom.xml> to org.wso2.am/integration/4.0.0-SNAPSHOT/integration-4.0.0-SNAPSHOT.pom
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Multi Tenant Dashboard #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Test Artifacts Tests #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » extenstions #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Integration Extensions Module #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » Publisher API client #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » API Manager : outbound-authenticators #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Distribution Parent #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » org.wso2.am.thirdparty.km #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » Admin API client #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Integration UI Pages Module #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Sending e-mails to: builder at wso2.org ruky68 at live.com rangikaymendis at gmail.com mushthaq at wso2.com
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Features Aggregator Module #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - RestFul Backend Module for Integration Tests #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Styles #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Multi Tenant Dashboard Feature #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - P2 Profile Generation #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 CallHome Module #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Integration Admin Clients Module #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 Stratos API Manager - UI styles #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Integration Common Test Module #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Integration Clients Module #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » org.wso2.am.framework.extensions #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Features Parent #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Integration Test Common Module #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Integration New Test Module #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Distribution #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Styles Parent #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » API Manager : oauth2-grant-types #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Based on product backend Test Module #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - P2 Profile Generation Parent #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Styles Features #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - ArtifactDeploymentMonitor WebApp #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » Store API client #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'products » product-apim » WSO2 API Manager - Integration Tests #2113' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
executing script 'Script - Kill Carbon Servers'
channel stopped
[product-apim] $ /bin/bash /tmp/build_step_template3586322047571790329.sh
There are some java processes that are not properly shutdown.
Get all running java processes...
23619 org.wso2.carbon.bootstrap.Bootstrap -Xbootclasspath/a: -Xms256m -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=<https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/target/carbontmp1611688297901/wso2am-4.0.0-SNAPSHOT/repository/logs/heap-dump.hprof> -Dcom.sun.management.jmxremote -Djava.io.tmpdir=<https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/target/carbontmp1611688297901/wso2am-4.0.0-SNAPSHOT/tmp> -Dcatalina.base=<https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/target/carbontmp1611688297901/wso2am-4.0.0-SNAPSHOT/lib/tomcat> -Dwso2.server.standalone=true -Dcarbon.registry.root=/ -Djava.command=/build/software/java/jdk1.8.0_221/bin/java -Dcarbon.home=<https://wso2.org/jenkins/job/products/job/product-apim/ws/modules/integration/tests-integration/tests-backend/target/carbontmp1611688297901/wso2am-4.0.0-SNAPSHOT> -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dcarbon.config.dir.path=/home/je
Get all ports listened by java processes...
tcp 0 0 0.0.0.0:10111 0.0.0.0:* LISTEN 23619/java
tcp 0 0 0.0.0.0:10211 0.0.0.0:* LISTEN 23619/java
tcp 0 0 0.0.0.0:44267 0.0.0.0:* LISTEN 23619/java
tcp 0 0 0.0.0.0:2000 0.0.0.0:* LISTEN 23619/java
The build job is failed by the Jenkins since there are some java processes which are not properly shut down after the build is finished. Therefore, please consider this if build is fail even maven build is completed successfully.
exit 100
Build step 'Execute managed script' marked build as failure
Archiving artifacts
More information about the Builder
mailing list