[Builder] Build failed in Jenkins: product-ml__java8 #47
cbuilder at wso2.org
cbuilder at wso2.org
Mon Nov 23 08:56:51 PST 2015
See <https://wso2.org/jenkins/job/product-ml__java8/47/>
------------------------------------------
[...truncated 9018 lines...]
INFO [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-23 22:26:30,267] ERROR {org.apache.catalina.loader.WebappClassLoader} - The web application [/api] appears to have started a TimerThread named [Timer-7] via the java.util.Timer API but has failed to stop it. To prevent a memory leak, the timer (and hence the associated thread) has been forcibly canceled.
INFO [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-23 22:26:30,302] INFO {org.wso2.carbon.webapp.mgt.WebApplication} - Unloaded webapp: StandardEngine[Catalina].StandardHost[localhost].StandardContext[/api]
INFO [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-23 22:26:30,333] INFO {org.wso2.carbon.webapp.mgt.WebApplication} - Unloaded webapp: StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ml]
INFO [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-23 22:26:32,662] INFO {org.wso2.carbon.tomcat.ext.internal.CarbonTomcatServiceComponent} - Stopping the carbon web-app registered under : /
INFO [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-23 22:26:32,677] INFO {org.wso2.carbon.metrics.impl.reporter.AbstractReporter} - Stopped JMX reporter for Metrics
INFO [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-23 22:26:32,678] INFO {org.wso2.carbon.metrics.impl.reporter.AbstractReporter} - Stopped JDBC reporter for Metrics
INFO [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-23 22:26:34,437] INFO {org.wso2.carbon.registry.indexing.solr.SolrClient} - Default Embedded Solr Server Initialized
INFO [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-23 22:26:36,409] INFO {org.wso2.carbon.core.init.CarbonServerManager} - Shutdown complete
INFO [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] - [2015-11-23 22:26:36,410] INFO {org.wso2.carbon.core.init.CarbonServerManager} - Halting JVM
INFO [org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager] - Server stopped successfully...
INFO [org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager] - Generating Jacoco code coverage...
INFO [org.wso2.carbon.automation.engine.frameworkutils.CodeCoverageUtils] - Loading execution data file <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-ui-integration/target/jacoco/jacoco1448297730477.exec>
WARN [org.wso2.carbon.automation.engine.frameworkutils.CodeCoverageUtils] - Execution data is empty skipping coverage generation
ERROR [org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager] - Failed to generate code coverage
java.io.FileNotFoundException: <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-ui-integration/target/jacoco/jacoco-data-merge.exec> (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at org.jacoco.core.tools.ExecFileLoader.load(ExecFileLoader.java:71)
at org.wso2.carbon.automation.engine.frameworkutils.ReportGenerator.loadExecutionData(ReportGenerator.java:138)
at org.wso2.carbon.automation.engine.frameworkutils.ReportGenerator.create(ReportGenerator.java:73)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager.generateCoverageReport(CarbonServerManager.java:333)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager.serverShutdown(CarbonServerManager.java:309)
at org.wso2.carbon.automation.extensions.servers.carbonserver.TestServerManager.stopServer(TestServerManager.java:132)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerExtension.onExecutionFinish(CarbonServerExtension.java:61)
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.onExecutionFinish(TestExecutionListener.java:62)
at org.testng.TestNG.runExecutionListeners(TestNG.java:1095)
at org.testng.TestNG.run(TestNG.java:1071)
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)
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)
ERROR [org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerExtension] - Fail to stop carbon server
org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException: Failed to generate code coverage
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager.serverShutdown(CarbonServerManager.java:314)
at org.wso2.carbon.automation.extensions.servers.carbonserver.TestServerManager.stopServer(TestServerManager.java:132)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerExtension.onExecutionFinish(CarbonServerExtension.java:61)
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.onExecutionFinish(TestExecutionListener.java:62)
at org.testng.TestNG.runExecutionListeners(TestNG.java:1095)
at org.testng.TestNG.run(TestNG.java:1071)
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)
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.io.FileNotFoundException: <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-ui-integration/target/jacoco/jacoco-data-merge.exec> (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at org.jacoco.core.tools.ExecFileLoader.load(ExecFileLoader.java:71)
at org.wso2.carbon.automation.engine.frameworkutils.ReportGenerator.loadExecutionData(ReportGenerator.java:138)
at org.wso2.carbon.automation.engine.frameworkutils.ReportGenerator.create(ReportGenerator.java:73)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager.generateCoverageReport(CarbonServerManager.java:333)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager.serverShutdown(CarbonServerManager.java:309)
... 22 more
ERROR [org.wso2.carbon.automation.engine.testlisteners.TestExecutionListener] - Execution error occurred in TestExecutionListener:-
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.onExecutionFinish(TestExecutionListener.java:62)
at org.testng.TestNG.runExecutionListeners(TestNG.java:1095)
at org.testng.TestNG.run(TestNG.java:1071)
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)
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: Fail to stop carbon server
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerExtension.handleException(CarbonServerExtension.java:70)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerExtension.onExecutionFinish(CarbonServerExtension.java:64)
... 20 more
Caused by: org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException: Failed to generate code coverage
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager.serverShutdown(CarbonServerManager.java:314)
at org.wso2.carbon.automation.extensions.servers.carbonserver.TestServerManager.stopServer(TestServerManager.java:132)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerExtension.onExecutionFinish(CarbonServerExtension.java:61)
... 20 more
Caused by: java.io.FileNotFoundException: <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-ui-integration/target/jacoco/jacoco-data-merge.exec> (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at org.jacoco.core.tools.ExecFileLoader.load(ExecFileLoader.java:71)
at org.wso2.carbon.automation.engine.frameworkutils.ReportGenerator.loadExecutionData(ReportGenerator.java:138)
at org.wso2.carbon.automation.engine.frameworkutils.ReportGenerator.create(ReportGenerator.java:73)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager.generateCoverageReport(CarbonServerManager.java:333)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager.serverShutdown(CarbonServerManager.java:309)
... 22 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 while tear down the execution environment
at org.wso2.carbon.automation.engine.testlisteners.TestExecutionListener.handleException(TestExecutionListener.java:71)
at org.wso2.carbon.automation.engine.testlisteners.TestExecutionListener.onExecutionFinish(TestExecutionListener.java:65)
at org.testng.TestNG.runExecutionListeners(TestNG.java:1095)
at org.testng.TestNG.run(TestNG.java:1071)
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.onExecutionFinish(TestExecutionListener.java:62)
... 14 more
Caused by: java.lang.RuntimeException: Fail to stop carbon server
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerExtension.handleException(CarbonServerExtension.java:70)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerExtension.onExecutionFinish(CarbonServerExtension.java:64)
... 20 more
Caused by: org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException: Failed to generate code coverage
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager.serverShutdown(CarbonServerManager.java:314)
at org.wso2.carbon.automation.extensions.servers.carbonserver.TestServerManager.stopServer(TestServerManager.java:132)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerExtension.onExecutionFinish(CarbonServerExtension.java:61)
... 20 more
Caused by: java.io.FileNotFoundException: <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-ui-integration/target/jacoco/jacoco-data-merge.exec> (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at org.jacoco.core.tools.ExecFileLoader.load(ExecFileLoader.java:71)
at org.wso2.carbon.automation.engine.frameworkutils.ReportGenerator.loadExecutionData(ReportGenerator.java:138)
at org.wso2.carbon.automation.engine.frameworkutils.ReportGenerator.create(ReportGenerator.java:73)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager.generateCoverageReport(CarbonServerManager.java:333)
at org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerManager.serverShutdown(CarbonServerManager.java:309)
... 22 more
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] WSO2 Machine Learner - Aggregator Module .......... SUCCESS [4.322s]
[INFO] WSO2 ML - Style Parent ............................ SUCCESS [0.073s]
[INFO] WSO2 ML - Styles .................................. SUCCESS [3.547s]
[INFO] WSO2 ML - Feature Parent .......................... SUCCESS [0.056s]
[INFO] WSO2 ML - Features ................................ SUCCESS [0.060s]
[INFO] WSO2 ML - Styles Features ......................... SUCCESS [2.939s]
[INFO] WSO2 Machine Learner - P2 Profile Generation ...... SUCCESS [58.440s]
[INFO] WSO2 Machine Learner - Distribution ............... SUCCESS [1:39.840s]
[INFO] WSO2 ML - Integration Tests ....................... SUCCESS [0.195s]
[INFO] WSO2 ML Integration Test Common ................... SUCCESS [0.047s]
[INFO] test-utils ........................................ SUCCESS [2:45.033s]
[INFO] WSO2 ML Integration Tests ......................... SUCCESS [0.023s]
[INFO] tests-service ..................................... SUCCESS [7:44.367s]
[INFO] ui-pages .......................................... SUCCESS [21.993s]
[INFO] tests-ui-integration .............................. FAILURE [1:18.310s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:26.058s
[INFO] Finished at: Mon Nov 23 22:26:37 IST 2015
[INFO] Final Memory: 82M/381M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on project tests-ui-integration: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.3: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]
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/features/pom.xml> to org.wso2.ml/wso2ml-features-parent/1.1.0-SNAPSHOT/wso2ml-features-parent-1.1.0-SNAPSHOT.pom
[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 :tests-ui-integration
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-integration/pom.xml> to org.wso2.ml/tests-integration/1.1.0-SNAPSHOT/tests-integration-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/styles/pom.xml> to org.wso2.ml/ml-styles-parent/1.1.0-SNAPSHOT/ml-styles-parent-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/pom.xml> to org.wso2.ml/ml-parent/1.1.0-SNAPSHOT/ml-parent-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-integration/tests-service/pom.xml> to org.wso2.ml/tests-service/1.1.0-SNAPSHOT/tests-service-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-integration/tests-service/target/tests-service-1.1.0-SNAPSHOT.jar> to org.wso2.ml/tests-service/1.1.0-SNAPSHOT/tests-service-1.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-integration/tests-service/target/tests-service-1.1.0-SNAPSHOT-tests.jar> to org.wso2.ml/tests-service/1.1.0-SNAPSHOT/tests-service-1.1.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/features/product/pom.xml> to org.wso2.ml/wso2ml-features/1.1.0-SNAPSHOT/wso2ml-features-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/distribution/pom.xml> to org.wso2.ml/wso2ml/1.1.0-SNAPSHOT/wso2ml-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/distribution/target/wso2ml-1.1.0-SNAPSHOT.zip> to org.wso2.ml/wso2ml/1.1.0-SNAPSHOT/wso2ml-1.1.0-SNAPSHOT.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/distribution/target/wso2ml-1.1.0-SNAPSHOT-docs.zip> to org.wso2.ml/wso2ml/1.1.0-SNAPSHOT/wso2ml-1.1.0-SNAPSHOT-docs.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-common/test-utils/pom.xml> to org.wso2.ml/test-integration-utils/1.1.0-SNAPSHOT/test-integration-utils-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-common/test-utils/target/test-integration-utils-1.1.0-SNAPSHOT.jar> to org.wso2.ml/test-integration-utils/1.1.0-SNAPSHOT/test-integration-utils-1.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-common/pom.xml> to org.wso2.ml/tests-common/1.1.0-SNAPSHOT/tests-common-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/pom.xml> to org.wso2.ml/integration/1.1.0-SNAPSHOT/integration-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/styles/product/pom.xml> to org.wso2.ml/org.wso2.ml.styles/1.1.0-SNAPSHOT/org.wso2.ml.styles-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/styles/product/target/org.wso2.ml.styles-1.1.0-SNAPSHOT.jar> to org.wso2.ml/org.wso2.ml.styles/1.1.0-SNAPSHOT/org.wso2.ml.styles-1.1.0-SNAPSHOT.jar
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/p2-profile/pom.xml> to org.wso2.ml/wso2ml-p2-profile/1.1.0-SNAPSHOT/wso2ml-p2-profile-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/features/product/org.wso2.ml.styles.feature/target/org.wso2.ml.styles.feature-1.1.0-SNAPSHOT.zip> to org.wso2.ml/org.wso2.ml.styles.feature/1.1.0-SNAPSHOT/org.wso2.ml.styles.feature-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/features/product/org.wso2.ml.styles.feature/target/org.wso2.ml.styles.feature-1.1.0-SNAPSHOT.zip> to org.wso2.ml/org.wso2.ml.styles.feature/1.1.0-SNAPSHOT/org.wso2.ml.styles.feature-1.1.0-SNAPSHOT.zip
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-ui-integration/pom.xml> to org.wso2.ml/tests-ui-integration/1.1.0-SNAPSHOT/tests-ui-integration-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-common/ui-pages/pom.xml> to org.wso2.ml/ui-pages/1.1.0-SNAPSHOT/ui-pages-1.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-common/ui-pages/target/ui-pages-1.1.0-SNAPSHOT.jar> to org.wso2.ml/ui-pages/1.1.0-SNAPSHOT/ui-pages-1.1.0-SNAPSHOT.jar
Sending e-mails to: builder at wso2.org
Sending e-mails to: builder at wso2.org
executing script 'Script - Kill Carbon Servers'
[product-ml__java8] $ /bin/bash /build/software/jenkins/apache-tomcat-7.0.50/temp/build_step_template3554682100557171519.sh
channel stopped
Killing all carbon servers......
Usage:
kill pid ... Send SIGTERM to every process listed.
kill signal pid ... Send a signal to every process listed.
kill -s signal pid ... Send a signal to every process listed.
kill -l List all signal names.
kill -L List all signal names in a nice table.
kill -l signal Convert between signal numbers and names.
Xvfb stopping
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level <https://wso2.org/jenkins/job/product-ml__java8/ws/modules/integration/tests-integration/tests-service/target/jacoco/coverage> to /build/jenkins-home/jobs/product-ml__java8/htmlreports/Jacoco_Coverage_Report
More information about the Builder
mailing list