See <https://sparktc.ibmcloud.com/jenkins/job/SystemML-DailyTest/247/changes>
Changes: [mwdusenb] [SYSTEMML-668] Python MLOutput.getDF() Can't Access JVM SQLContext [Deron Eriksson] [SYSTEMML-666] Fix matrix representation example in decision tree docs [Deron Eriksson] [SYSTEMML-667] Remove js and css references from standalone LICENSE [Deron Eriksson] [SYSTEMML-663] Remove redundant standalone tar.gz and zip artifacts [Arvind Surve] [SYSTEMML-560] Frame converter between Matrix and Binary block ------------------------------------------ [...truncated 2668 lines...] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 87.991 sec - in org.apache.sysml.test.integration.applications.pydml.MultiClassSVMPyDMLTest Running org.apache.sysml.test.integration.applications.dml.ID3DMLTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 369.065 sec - in org.apache.sysml.test.integration.applications.dml.ID3DMLTest Running org.apache.sysml.test.integration.applications.dml.GLMDMLTest Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 854.232 sec - in org.apache.sysml.test.integration.applications.dml.GLMDMLTest Running org.apache.sysml.test.integration.applications.pydml.CsplineCGPyDMLTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.285 sec - in org.apache.sysml.test.integration.applications.pydml.CsplineCGPyDMLTest Running org.apache.sysml.test.integration.applications.pydml.WelchTPyDMLTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.598 sec - in org.apache.sysml.test.integration.applications.pydml.WelchTPyDMLTest Running org.apache.sysml.test.integration.applications.dml.MultiClassSVMDMLTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 88.268 sec - in org.apache.sysml.test.integration.applications.dml.MultiClassSVMDMLTest Running org.apache.sysml.test.integration.applications.dml.CsplineDSDMLTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.381 sec - in org.apache.sysml.test.integration.applications.dml.CsplineDSDMLTest Running org.apache.sysml.test.integration.applications.pydml.ApplyTransformPyDMLTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 sec - in org.apache.sysml.test.integration.applications.pydml.ApplyTransformPyDMLTest Running org.apache.sysml.test.integration.applications.dml.NaiveBayesParforDMLTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.566 sec - in org.apache.sysml.test.integration.applications.dml.NaiveBayesParforDMLTest Running org.apache.sysml.test.integration.applications.pydml.L2SVMPyDMLTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.267 sec - in org.apache.sysml.test.integration.applications.pydml.L2SVMPyDMLTest Running org.apache.sysml.test.integration.applications.pydml.LinearRegressionPyDMLTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.301 sec - in org.apache.sysml.test.integration.applications.pydml.LinearRegressionPyDMLTest Running org.apache.sysml.test.integration.applications.dml.LinearLogRegDMLTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.029 sec - in org.apache.sysml.test.integration.applications.dml.LinearLogRegDMLTest Running org.apache.sysml.test.integration.applications.dml.GNMFDMLTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.98 sec - in org.apache.sysml.test.integration.applications.dml.GNMFDMLTest Running org.apache.sysml.test.integration.applications.dml.WelchTDMLTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.608 sec - in org.apache.sysml.test.integration.applications.dml.WelchTDMLTest Running org.apache.sysml.test.integration.applications.dml.ApplyTransformDMLTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.32 sec - in org.apache.sysml.test.integration.applications.dml.ApplyTransformDMLTest Running org.apache.sysml.test.integration.applications.pydml.ID3PyDMLTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 328.042 sec - in org.apache.sysml.test.integration.applications.pydml.ID3PyDMLTest Running org.apache.sysml.test.integration.applications.pydml.GNMFPyDMLTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.497 sec - in org.apache.sysml.test.integration.applications.pydml.GNMFPyDMLTest Results : Failed tests: FrameSchemaReadTest.testFrameStringsNoSchemaRead:73->runFrameSchemaReadTest:141->AutomatedTestBase.runTest:1198 failed to run script ./src/test/scripts/functions/frame/FrameSchemaRead2.dml exception: org.apache.sysml.api.DMLException: org.apache.sysml.runtime.DMLRuntimeException: org.apache.sysml.runtime.DMLRuntimeException: ERROR: Runtime error in program block generated from statement block between lines 26 and 27 -- Error evaluating instruction: CP°write°A·FRAME·DOUBLE·false°./src/test/scripts/functions/frame/out/B·SCALAR·STRING·true°binaryblock·SCALAR·STRING·true message: org.apache.sysml.runtime.DMLRuntimeException: org.apache.sysml.runtime.DMLRuntimeException: ERROR: Runtime error in program block generated from statement block between lines 26 and 27 -- Error evaluating instruction: CP°write°A·FRAME·DOUBLE·false°./src/test/scripts/functions/frame/out/B·SCALAR·STRING·true°binaryblock·SCALAR·STRING·true stack trace: >org.apache.sysml.api.DMLScript.executeScript(DMLScript.java:351) >org.apache.sysml.api.DMLScript.main(DMLScript.java:192) >org.apache.sysml.test.integration.AutomatedTestBase.runTest(AutomatedTestBase.java:1178) >org.apache.sysml.test.integration.functions.frame.FrameSchemaReadTest.runFrameSchemaReadTest(FrameSchemaReadTest.java:141) >org.apache.sysml.test.integration.functions.frame.FrameSchemaReadTest.testFrameStringsNoSchemaRead(FrameSchemaReadTest.java:73) >sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >java.lang.reflect.Method.invoke(Method.java:497) >org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) >org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) >org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) >org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) >org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) >org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) >org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) >org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) >org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) >org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) >org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318) >org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:41) >org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:274) >org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) >org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) >org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) >org.junit.runners.ParentRunner.run(ParentRunner.java:309) >org.junit.runners.Suite.runChild(Suite.java:127) >org.junit.runners.Suite.runChild(Suite.java:26) >org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) >org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318) >org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:41) >org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:274) >org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) >org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) >org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) >org.junit.runners.ParentRunner.run(ParentRunner.java:309) >org.junit.runners.Suite.runChild(Suite.java:127) >org.junit.runners.Suite.runChild(Suite.java:26) >org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) >org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318) >org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:41) >org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:274) >org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) >org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) >org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) >org.junit.runners.ParentRunner.run(ParentRunner.java:309) >org.apache.maven.surefire.junitcore.pc.ParallelComputerBuilder$PC$2.run(ParallelComputerBuilder.java:491) >org.junit.runner.JUnitCore.run(JUnitCore.java:160) >org.junit.runner.JUnitCore.run(JUnitCore.java:138) >org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:113) >org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85) >org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54) >org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134) >org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) >org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) >org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) FrameSchemaReadTest.testFrameStringsSchemaSpecRead:63->runFrameSchemaReadTest:141->AutomatedTestBase.runTest:1198 failed to run script ./src/test/scripts/functions/frame/FrameSchemaRead1.dml exception: org.apache.sysml.api.DMLException: org.apache.sysml.runtime.DMLRuntimeException: org.apache.sysml.runtime.DMLRuntimeException: ERROR: Runtime error in program block generated from statement block between lines 26 and 27 -- Error evaluating instruction: CP°write°A·FRAME·DOUBLE·false°./src/test/scripts/functions/frame/out/B·SCALAR·STRING·true°binaryblock·SCALAR·STRING·true message: org.apache.sysml.runtime.DMLRuntimeException: org.apache.sysml.runtime.DMLRuntimeException: ERROR: Runtime error in program block generated from statement block between lines 26 and 27 -- Error evaluating instruction: CP°write°A·FRAME·DOUBLE·false°./src/test/scripts/functions/frame/out/B·SCALAR·STRING·true°binaryblock·SCALAR·STRING·true stack trace: >org.apache.sysml.api.DMLScript.executeScript(DMLScript.java:351) >org.apache.sysml.api.DMLScript.main(DMLScript.java:192) >org.apache.sysml.test.integration.AutomatedTestBase.runTest(AutomatedTestBase.java:1178) >org.apache.sysml.test.integration.functions.frame.FrameSchemaReadTest.runFrameSchemaReadTest(FrameSchemaReadTest.java:141) >org.apache.sysml.test.integration.functions.frame.FrameSchemaReadTest.testFrameStringsSchemaSpecRead(FrameSchemaReadTest.java:63) >sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >java.lang.reflect.Method.invoke(Method.java:497) >org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) >org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) >org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) >org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) >org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) >org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) >org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) >org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) >org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) >org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) >org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318) >org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:41) >org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:274) >org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) >org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) >org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) >org.junit.runners.ParentRunner.run(ParentRunner.java:309) >org.junit.runners.Suite.runChild(Suite.java:127) >org.junit.runners.Suite.runChild(Suite.java:26) >org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) >org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318) >org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:41) >org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:274) >org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) >org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) >org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) >org.junit.runners.ParentRunner.run(ParentRunner.java:309) >org.junit.runners.Suite.runChild(Suite.java:127) >org.junit.runners.Suite.runChild(Suite.java:26) >org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) >org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318) >org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:41) >org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:274) >org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) >org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) >org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) >org.junit.runners.ParentRunner.run(ParentRunner.java:309) >org.apache.maven.surefire.junitcore.pc.ParallelComputerBuilder$PC$2.run(ParallelComputerBuilder.java:491) >org.junit.runner.JUnitCore.run(JUnitCore.java:160) >org.junit.runner.JUnitCore.run(JUnitCore.java:138) >org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:113) >org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85) >org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54) >org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134) >org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) >org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) >org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) FrameSchemaReadTest.testFrameStringsSchemaWildcardRead:68->runFrameSchemaReadTest:141->AutomatedTestBase.runTest:1198 failed to run script ./src/test/scripts/functions/frame/FrameSchemaRead1.dml exception: org.apache.sysml.api.DMLException: org.apache.sysml.runtime.DMLRuntimeException: org.apache.sysml.runtime.DMLRuntimeException: ERROR: Runtime error in program block generated from statement block between lines 26 and 27 -- Error evaluating instruction: CP°write°A·FRAME·DOUBLE·false°./src/test/scripts/functions/frame/out/B·SCALAR·STRING·true°binaryblock·SCALAR·STRING·true message: org.apache.sysml.runtime.DMLRuntimeException: org.apache.sysml.runtime.DMLRuntimeException: ERROR: Runtime error in program block generated from statement block between lines 26 and 27 -- Error evaluating instruction: CP°write°A·FRAME·DOUBLE·false°./src/test/scripts/functions/frame/out/B·SCALAR·STRING·true°binaryblock·SCALAR·STRING·true stack trace: >org.apache.sysml.api.DMLScript.executeScript(DMLScript.java:351) >org.apache.sysml.api.DMLScript.main(DMLScript.java:192) >org.apache.sysml.test.integration.AutomatedTestBase.runTest(AutomatedTestBase.java:1178) >org.apache.sysml.test.integration.functions.frame.FrameSchemaReadTest.runFrameSchemaReadTest(FrameSchemaReadTest.java:141) >org.apache.sysml.test.integration.functions.frame.FrameSchemaReadTest.testFrameStringsSchemaWildcardRead(FrameSchemaReadTest.java:68) >sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >java.lang.reflect.Method.invoke(Method.java:497) >org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) >org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) >org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) >org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) >org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) >org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) >org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) >org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) >org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) >org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) >org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318) >org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:41) >org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:274) >org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) >org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) >org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) >org.junit.runners.ParentRunner.run(ParentRunner.java:309) >org.junit.runners.Suite.runChild(Suite.java:127) >org.junit.runners.Suite.runChild(Suite.java:26) >org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) >org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318) >org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:41) >org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:274) >org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) >org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) >org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) >org.junit.runners.ParentRunner.run(ParentRunner.java:309) >org.junit.runners.Suite.runChild(Suite.java:127) >org.junit.runners.Suite.runChild(Suite.java:26) >org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) >org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:318) >org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:41) >org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:274) >org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) >org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) >org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) >org.junit.runners.ParentRunner.run(ParentRunner.java:309) >org.apache.maven.surefire.junitcore.pc.ParallelComputerBuilder$PC$2.run(ParallelComputerBuilder.java:491) >org.junit.runner.JUnitCore.run(JUnitCore.java:160) >org.junit.runner.JUnitCore.run(JUnitCore.java:138) >org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:113) >org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85) >org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54) >org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134) >org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) >org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) >org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests in error: FrameSchemaReadTest.testFrameMixedNoSchemaRead:103->runFrameSchemaReadTest:157 Runtime FrameConverterTest.testFrameMixedMultiColBlkBinMatrixSpark:174->runFrameConverterTest:240 Runtime FrameConverterTest.testFrameStringsBinMatrixSpark:159->runFrameConverterTest:240 Runtime FrameConverterTest.testFrameStringsBinCsvSpark:119->runFrameConverterTest:240 Runtime FrameConverterTest.testFrameMixedTxtCellBinSpark:134->runFrameConverterTest:240 Runtime Tests run: 4971, Failures: 3, Errors: 5, Skipped: 0 [INFO] [INFO] --- maven-failsafe-plugin:2.17:verify (default) @ systemml --- [INFO] Failsafe report directory: <https://sparktc.ibmcloud.com/jenkins/job/SystemML-DailyTest/ws/target/failsafe-reports> [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:17 h [INFO] Finished at: 2016-05-10T04:49:24-05:00 [INFO] Final Memory: 58M/2477M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.17:verify (default) on project systemml: There are test failures. [ERROR] [ERROR] Please refer to <https://sparktc.ibmcloud.com/jenkins/job/SystemML-DailyTest/ws/target/failsafe-reports> for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException Build step 'Execute shell' marked build as failure Run condition [Always] enabling perform for step [[]]