[Builder] Build failed in Jenkins: siddhi » siddhi-store-rdbms » WSO2 Siddhi Store Extension - RDBMS Aggregator Pom #669
cbuilder at wso2.org
cbuilder at wso2.org
Wed Feb 23 23:48:17 PST 2022
See <https://wso2.org/jenkins/job/siddhi/job/siddhi-store-rdbms/io.siddhi.extension.store.rdbms$siddhi-store-rdbms-parent/669/display/redirect>
Changes:
------------------------------------------
[...truncated 1.20 MB...]
[INFO] at io.siddhi.distribution.common.common.utils.config.FileConfigReader.<clinit>(FileConfigReader.java:30)
[INFO] at io.siddhi.distribution.common.common.utils.config.FileConfigManager.generateConfigReader(FileConfigManager.java:154)
[INFO] at io.siddhi.core.util.parser.helper.DefinitionParserHelper.addEventSource(DefinitionParserHelper.java:349)
[INFO] ... 21 more
[INFO] Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger cannot be found by io.siddhi.distribution.common_5.1.0
[INFO] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:448)
[INFO] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:361)
[INFO] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:353)
[INFO] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:161)
[INFO] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[INFO] ... 24 more
[INFO]
[INFO] [2022-02-24 07:48:10,539] ERROR {io.siddhi.distribution.core.internal.StreamProcessorDeployer} - io.siddhi.core.exception.SiddhiAppCreationException: Error on 'SiddhiApp2' @ Line: 4. Position: 50, near '@source(type='inMemory', @map(type='passThrough'))'. Could not initialize class io.siddhi.distribution.common.common.utils.config.FileConfigReader io.siddhi.distribution.core.internal.exception.SiddhiAppDeploymentException: io.siddhi.core.exception.SiddhiAppCreationException: Error on 'SiddhiApp2' @ Line: 4. Position: 50, near '@source(type='inMemory', @map(type='passThrough'))'. Could not initialize class io.siddhi.distribution.common.common.utils.config.FileConfigReader
[INFO] at io.siddhi.distribution.core.internal.StreamProcessorDeployer.deploySiddhiQLFile(StreamProcessorDeployer.java:99)
[INFO] at io.siddhi.distribution.core.internal.StreamProcessorDeployer.deploy(StreamProcessorDeployer.java:175)
[INFO] at org.wso2.carbon.deployment.engine.internal.DeploymentEngine.lambda$deployArtifacts$0(DeploymentEngine.java:291)
[INFO] at java.util.ArrayList.forEach(ArrayList.java:1257)
[INFO] at org.wso2.carbon.deployment.engine.internal.DeploymentEngine.deployArtifacts(DeploymentEngine.java:282)
[INFO] at org.wso2.carbon.deployment.engine.internal.RepositoryScanner.sweep(RepositoryScanner.java:112)
[INFO] at org.wso2.carbon.deployment.engine.internal.RepositoryScanner.scan(RepositoryScanner.java:68)
[INFO] at org.wso2.carbon.deployment.engine.internal.DeploymentEngine.start(DeploymentEngine.java:121)
[INFO] at org.wso2.carbon.deployment.engine.internal.DeploymentEngineListenerComponent.onAllRequiredCapabilitiesAvailable(DeploymentEngineListenerComponent.java:216)
[INFO] at org.wso2.carbon.kernel.internal.startupresolver.StartupComponentManager.lambda$notifySatisfiableComponents$7(StartupComponentManager.java:266)
[INFO] at java.util.ArrayList.forEach(ArrayList.java:1257)
[INFO] at org.wso2.carbon.kernel.internal.startupresolver.StartupComponentManager.notifySatisfiableComponents(StartupComponentManager.java:252)
[INFO] at org.wso2.carbon.kernel.internal.startupresolver.StartupOrderResolver$1.run(StartupOrderResolver.java:204)
[INFO] at java.util.TimerThread.mainLoop(Timer.java:555)
[INFO] at java.util.TimerThread.run(Timer.java:505)
[INFO] Caused by: io.siddhi.core.exception.SiddhiAppCreationException: Error on 'SiddhiApp2' @ Line: 4. Position: 50, near '@source(type='inMemory', @map(type='passThrough'))'. Could not initialize class io.siddhi.distribution.common.common.utils.config.FileConfigReader
[INFO] at io.siddhi.core.util.ExceptionUtil.populateQueryContext(ExceptionUtil.java:58)
[INFO] at io.siddhi.core.util.ExceptionUtil.populateQueryContext(ExceptionUtil.java:35)
[INFO] at io.siddhi.core.util.parser.helper.DefinitionParserHelper.addEventSource(DefinitionParserHelper.java:388)
[INFO] at io.siddhi.core.util.SiddhiAppRuntimeBuilder.defineStream(SiddhiAppRuntimeBuilder.java:117)
[INFO] at io.siddhi.core.util.parser.SiddhiAppParser.defineStreamDefinitions(SiddhiAppParser.java:375)
[INFO] at io.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:231)
[INFO] at io.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:87)
[INFO] at io.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:97)
[INFO] at io.siddhi.distribution.core.internal.StreamProcessorService.deploySiddhiApp(StreamProcessorService.java:69)
[INFO] at io.siddhi.distribution.core.internal.StreamProcessorDeployer.deploySiddhiQLFile(StreamProcessorDeployer.java:81)
[INFO] ... 14 more
[INFO] Caused by: java.lang.NoClassDefFoundError: Could not initialize class io.siddhi.distribution.common.common.utils.config.FileConfigReader
[INFO] at io.siddhi.distribution.common.common.utils.config.FileConfigManager.generateConfigReader(FileConfigManager.java:154)
[INFO] at io.siddhi.core.util.parser.helper.DefinitionParserHelper.addEventSource(DefinitionParserHelper.java:349)
[INFO] ... 21 more
[INFO]
[INFO] [2022-02-24 07:48:10,545] INFO {org.wso2.carbon.kernel.internal.CarbonStartupHandler} - Siddhi Runner Distribution started in 4.780 sec
[INFO] [main] ERROR org.ops4j.pax.exam.testng.listener.PaxExam - Exception
[INFO] java.lang.RuntimeException: org.ops4j.pax.exam.TestContainerException: java.lang.reflect.InvocationTargetException
[INFO] at org.ops4j.pax.exam.rbc.client.intern.RemoteBundleContextClientImpl$1.invoke(RemoteBundleContextClientImpl.java:105)
[INFO] at com.sun.proxy.$Proxy7.call(Unknown Source)
[INFO] at org.ops4j.pax.exam.rbc.client.intern.RemoteBundleContextClientImpl.call(RemoteBundleContextClientImpl.java:268)
[INFO] at org.ops4j.pax.exam.container.remote.RBCRemoteTarget.call(RBCRemoteTarget.java:60)
[INFO] at org.wso2.carbon.container.CarbonTestContainer.call(CarbonTestContainer.java:406)
[INFO] at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.invoke(EagerSingleStagedReactor.java:109)
[INFO] at org.ops4j.pax.exam.testng.listener.PaxExam.runByDriver(PaxExam.java:458)
[INFO] at org.ops4j.pax.exam.testng.listener.PaxExam.run(PaxExam.java:308)
[INFO] at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:209)
[INFO] at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
[INFO] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:820)
[INFO] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1128)
[INFO] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
[INFO] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
[INFO] at org.testng.TestRunner.privateRun(TestRunner.java:782)
[INFO] at org.testng.TestRunner.run(TestRunner.java:632)
[INFO] at org.testng.SuiteRunner.runTest(SuiteRunner.java:366)
[INFO] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:361)
[INFO] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:319)
[INFO] at org.testng.SuiteRunner.run(SuiteRunner.java:268)
[INFO] at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
[INFO] at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
[INFO] at org.testng.TestNG.runSuitesSequentially(TestNG.java:1244)
[INFO] at org.testng.TestNG.runSuitesLocally(TestNG.java:1169)
[INFO] at org.testng.TestNG.run(TestNG.java:1064)
[INFO] at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:281)
[INFO] at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:75)
[INFO] at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:121)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
[INFO] Caused by: org.ops4j.pax.exam.TestContainerException: java.lang.reflect.InvocationTargetException
[INFO] at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.injectContextAndInvoke(ProbeInvokerImpl.java:133)
[INFO] at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.findAndInvoke(ProbeInvokerImpl.java:85)
[INFO] at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.call(ProbeInvokerImpl.java:73)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:498)
[INFO] at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.remoteCall(RemoteBundleContextImpl.java:80)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:498)
[INFO] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
[INFO] at sun.rmi.transport.Transport$1.run(Transport.java:200)
[INFO] at sun.rmi.transport.Transport$1.run(Transport.java:197)
[INFO] at java.security.AccessController.doPrivileged(Native Method)
[INFO] at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
[INFO] at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
[INFO] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:835)
[INFO] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
[INFO] at java.security.AccessController.doPrivileged(Native Method)
[INFO] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
[INFO] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[INFO] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[INFO] at java.lang.Thread.run(Thread.java:748)
[INFO] Caused by: java.lang.reflect.InvocationTargetException
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:498)
[INFO] at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.injectContextAndInvoke(ProbeInvokerImpl.java:125)
[INFO] ... 24 more
[INFO] Caused by: java.lang.AssertionError: expected [500] but found [404]
[INFO] at org.testng.Assert.fail(Assert.java:94)
[INFO] at org.testng.Assert.failNotEquals(Assert.java:496)
[INFO] at org.testng.Assert.assertEquals(Assert.java:125)
[INFO] at org.testng.Assert.assertEquals(Assert.java:372)
[INFO] at org.testng.Assert.assertEquals(Assert.java:382)
[INFO] at io.siddhi.extension.store.rdbms.test.osgi.CarbonDSReferenceTest.testInvalidDataSourceReference(CarbonDSReferenceTest.java:73)
[INFO] ... 29 more
[INFO] [main] INFO org.ops4j.pax.exam.testng.listener.PaxExam - running testValidDataSourceReference
[INFO] [main] ERROR org.ops4j.pax.exam.testng.listener.PaxExam - Exception
[INFO] java.lang.RuntimeException: org.ops4j.pax.exam.TestContainerException: java.lang.reflect.InvocationTargetException
[INFO] at org.ops4j.pax.exam.rbc.client.intern.RemoteBundleContextClientImpl$1.invoke(RemoteBundleContextClientImpl.java:105)
[INFO] at com.sun.proxy.$Proxy7.call(Unknown Source)
[INFO] at org.ops4j.pax.exam.rbc.client.intern.RemoteBundleContextClientImpl.call(RemoteBundleContextClientImpl.java:268)
[INFO] at org.ops4j.pax.exam.container.remote.RBCRemoteTarget.call(RBCRemoteTarget.java:60)
[INFO] at org.wso2.carbon.container.CarbonTestContainer.call(CarbonTestContainer.java:406)
[INFO] at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.invoke(EagerSingleStagedReactor.java:109)
[INFO] at org.ops4j.pax.exam.testng.listener.PaxExam.runByDriver(PaxExam.java:458)
[INFO] at org.ops4j.pax.exam.testng.listener.PaxExam.run(PaxExam.java:308)
[INFO] at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:209)
[INFO] at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
[INFO] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:820)
[INFO] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1128)
[INFO] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
[INFO] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
[INFO] at org.testng.TestRunner.privateRun(TestRunner.java:782)
[INFO] at org.testng.TestRunner.run(TestRunner.java:632)
[INFO] at org.testng.SuiteRunner.runTest(SuiteRunner.java:366)
[INFO] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:361)
[INFO] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:319)
[INFO] at org.testng.SuiteRunner.run(SuiteRunner.java:268)
[INFO] at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
[INFO] at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
[INFO] at org.testng.TestNG.runSuitesSequentially(TestNG.java:1244)
[INFO] at org.testng.TestNG.runSuitesLocally(TestNG.java:1169)
[INFO] at org.testng.TestNG.run(TestNG.java:1064)
[INFO] at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:281)
[INFO] at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:75)
[INFO] at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:121)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
[INFO] Caused by: org.ops4j.pax.exam.TestContainerException: java.lang.reflect.InvocationTargetException
[INFO] at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.injectContextAndInvoke(ProbeInvokerImpl.java:133)
[INFO] at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.findAndInvoke(ProbeInvokerImpl.java:85)
[INFO] at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.call(ProbeInvokerImpl.java:73)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:498)
[INFO] at org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.remoteCall(RemoteBundleContextImpl.java:80)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:498)
[INFO] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
[INFO] at sun.rmi.transport.Transport$1.run(Transport.java:200)
[INFO] at sun.rmi.transport.Transport$1.run(Transport.java:197)
[INFO] at java.security.AccessController.doPrivileged(Native Method)
[INFO] at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
[INFO] at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
[INFO] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:835)
[INFO] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
[INFO] at java.security.AccessController.doPrivileged(Native Method)
[INFO] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
[INFO] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[INFO] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[INFO] at java.lang.Thread.run(Thread.java:748)
[INFO] Caused by: java.lang.reflect.InvocationTargetException
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:498)
[INFO] at org.ops4j.pax.exam.raw.extender.intern.ProbeInvokerImpl.injectContextAndInvoke(ProbeInvokerImpl.java:125)
[INFO] ... 24 more
[INFO] Caused by: java.lang.AssertionError: expected [200] but found [404]
[INFO] at org.testng.Assert.fail(Assert.java:94)
[INFO] at org.testng.Assert.failNotEquals(Assert.java:496)
[INFO] at org.testng.Assert.assertEquals(Assert.java:125)
[INFO] at org.testng.Assert.assertEquals(Assert.java:372)
[INFO] at org.testng.Assert.assertEquals(Assert.java:382)
[INFO] at io.siddhi.extension.store.rdbms.test.osgi.CarbonDSReferenceTest.testValidDataSourceReference(CarbonDSReferenceTest.java:59)
[INFO] ... 29 more
[INFO] [2022-02-24 07:48:10,955] INFO {org.wso2.msf4j.analytics.metrics.MetricsComponent} - Metrics Component is deactivated
[INFO] [main] WARN org.ops4j.pax.exam.spi.DefaultExamSystem - Option org.ops4j.pax.exam.options.UrlProvisionOption has not been recognized.
[INFO] [main] WARN org.ops4j.pax.exam.spi.DefaultExamSystem - Option org.ops4j.pax.exam.options.BootDelegationOption has not been recognized.
[INFO] [main] WARN org.ops4j.pax.exam.spi.DefaultExamSystem - Option org.ops4j.pax.exam.options.FrameworkStartLevelOption has not been recognized.
[INFO] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 7.258 sec <<< FAILURE! - in TestSuite
[INFO] testInvalidDataSourceReference(io.siddhi.extension.store.rdbms.test.osgi.CarbonDSReferenceTest) Time elapsed: 6.277 sec <<< FAILURE!
[INFO] java.lang.AssertionError: expected [500] but found [404]
[INFO] at io.siddhi.extension.store.rdbms.test.osgi.CarbonDSReferenceTest.testInvalidDataSourceReference(CarbonDSReferenceTest.java:73)
[INFO]
[INFO] testValidDataSourceReference(io.siddhi.extension.store.rdbms.test.osgi.CarbonDSReferenceTest) Time elapsed: 0.02 sec <<< FAILURE!
[INFO] java.lang.AssertionError: expected [200] but found [404]
[INFO] at io.siddhi.extension.store.rdbms.test.osgi.CarbonDSReferenceTest.testValidDataSourceReference(CarbonDSReferenceTest.java:59)
[INFO]
[INFO]
[INFO] Results :
[INFO]
[INFO] Failed tests:
[INFO] CarbonDSReferenceTest.testInvalidDataSourceReference:73 expected [500] but found [404]
[INFO] CarbonDSReferenceTest.testValidDataSourceReference:59 expected [200] but found [404]
[INFO]
[INFO] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0
[INFO]
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (verify-for-h2) @ siddhi-store-rdbms-osgi-tests ---
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}.
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] WSO2 Siddhi Store Extension - RDBMS Aggregator Pom 7.0.13 SUCCESS [ 17.703 s]
[INFO] [INFO] Siddhi Store RDBMS - Implementation ................ SUCCESS [02:36 min]
[INFO] [INFO] Siddhi Store RDBMS - Tests ......................... SUCCESS [ 0.482 s]
[INFO] [INFO] Siddhi Store RDBMS - Test Distribution ............. SUCCESS [ 24.310 s]
[INFO] [INFO] Siddhi Store RDBMS - OSGi Tests .................... FAILURE [ 12.158 s]
[INFO] [INFO] Siddhi Store RDBMS - Tests Coverage Report Aggregation 7.0.13 SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 03:31 min
[INFO] [INFO] Finished at: 2022-02-24T07:48:11Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify-for-h2) on project siddhi-store-rdbms-osgi-tests: There are test failures.
[INFO] [ERROR]
[INFO] [ERROR] Please refer to <https://wso2.org/jenkins/job/siddhi/job/siddhi-store-rdbms/io.siddhi.extension.store.rdbms$siddhi-store-rdbms-parent/ws/tests/osgi-tests/target/failsafe-reports> for the individual test results.
[INFO] [ERROR] -> [Help 1]
[INFO] [ERROR]
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[INFO] [ERROR]
[INFO] [ERROR] After correcting the problems, you can resume the build with the command
[INFO] [ERROR] mvn <goals> -rf :siddhi-store-rdbms-osgi-tests
More information about the Builder
mailing list