You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemml.apache.org by je...@spark.tc on 2017/01/23 11:26:28 UTC

Build failed in Jenkins: SystemML-DailyTest #766

See <https://sparktc.ibmcloud.com/jenkins/job/SystemML-DailyTest/766/changes>

Changes:

[npansar] [SYSTEMML-1187] Updated the documentation for removeEmpty with select

------------------------------------------
[...truncated 9517 lines...]
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Parents of final stage: List(ShuffleMapStage 242)
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Missing parents: List(ShuffleMapStage 242)
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Submitting ShuffleMapStage 242 (MapPartitionsRDD[663] at flatMapToPair at RDDConverterUtils.java:273), which has no missing parents
17/01/23 03:48:52 INFO memory.MemoryStore: Block broadcast_242 stored as values in memory (estimated size 3.9 KB, free 1045.5 MB)
17/01/23 03:48:52 INFO memory.MemoryStore: Block broadcast_242_piece0 stored as bytes in memory (estimated size 2.2 KB, free 1045.5 MB)
17/01/23 03:48:52 INFO storage.BlockManagerInfo: Added broadcast_242_piece0 in memory on localhost:59295 (size: 2.2 KB, free: 1045.8 MB)
17/01/23 03:48:52 INFO spark.SparkContext: Created broadcast 242 from broadcast at DAGScheduler.scala:1012
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Submitting 1 missing tasks from ShuffleMapStage 242 (MapPartitionsRDD[663] at flatMapToPair at RDDConverterUtils.java:273)
17/01/23 03:48:52 INFO scheduler.TaskSchedulerImpl: Adding task set 242.0 with 1 tasks
17/01/23 03:48:52 INFO scheduler.FairSchedulableBuilder: Added task set TaskSet_242 tasks to pool default
17/01/23 03:48:52 INFO scheduler.TaskSetManager: Starting task 0.0 in stage 242.0 (TID 252, localhost, partition 0, PROCESS_LOCAL, 5637 bytes)
17/01/23 03:48:52 INFO executor.Executor: Running task 0.0 in stage 242.0 (TID 252)
17/01/23 03:48:52 INFO executor.Executor: Finished task 0.0 in stage 242.0 (TID 252). 1079 bytes result sent to driver
17/01/23 03:48:52 INFO scheduler.TaskSetManager: Finished task 0.0 in stage 242.0 (TID 252) in 6 ms on localhost (1/1)
17/01/23 03:48:52 INFO scheduler.TaskSchedulerImpl: Removed TaskSet 242.0, whose tasks have all completed, from pool default
17/01/23 03:48:52 INFO scheduler.DAGScheduler: ShuffleMapStage 242 (flatMapToPair at RDDConverterUtils.java:273) finished in 0.006 s
17/01/23 03:48:52 INFO scheduler.DAGScheduler: looking for newly runnable stages
17/01/23 03:48:52 INFO scheduler.DAGScheduler: running: Set()
17/01/23 03:48:52 INFO scheduler.DAGScheduler: waiting: Set(ResultStage 243)
17/01/23 03:48:52 INFO scheduler.DAGScheduler: failed: Set()
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Submitting ResultStage 243 (MapPartitionsRDD[669] at collectAsList at MLContextTest.java:1337), which has no missing parents
17/01/23 03:48:52 INFO memory.MemoryStore: Block broadcast_243 stored as values in memory (estimated size 10.5 KB, free 1045.4 MB)
17/01/23 03:48:52 INFO memory.MemoryStore: Block broadcast_243_piece0 stored as bytes in memory (estimated size 5.3 KB, free 1045.4 MB)
17/01/23 03:48:52 INFO storage.BlockManagerInfo: Added broadcast_243_piece0 in memory on localhost:59295 (size: 5.3 KB, free: 1045.8 MB)
17/01/23 03:48:52 INFO spark.SparkContext: Created broadcast 243 from broadcast at DAGScheduler.scala:1012
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Submitting 1 missing tasks from ResultStage 243 (MapPartitionsRDD[669] at collectAsList at MLContextTest.java:1337)
17/01/23 03:48:52 INFO scheduler.TaskSchedulerImpl: Adding task set 243.0 with 1 tasks
17/01/23 03:48:52 INFO scheduler.FairSchedulableBuilder: Added task set TaskSet_243 tasks to pool default
17/01/23 03:48:52 INFO scheduler.TaskSetManager: Starting task 0.0 in stage 243.0 (TID 253, localhost, partition 0, NODE_LOCAL, 5202 bytes)
17/01/23 03:48:52 INFO executor.Executor: Running task 0.0 in stage 243.0 (TID 253)
17/01/23 03:48:52 INFO storage.ShuffleBlockFetcherIterator: Getting 1 non-empty blocks out of 1 blocks
17/01/23 03:48:52 INFO storage.ShuffleBlockFetcherIterator: Started 0 remote fetches in 0 ms
17/01/23 03:48:52 INFO executor.Executor: Finished task 0.0 in stage 243.0 (TID 253). 1855 bytes result sent to driver
17/01/23 03:48:52 INFO scheduler.TaskSetManager: Finished task 0.0 in stage 243.0 (TID 253) in 5 ms on localhost (1/1)
17/01/23 03:48:52 INFO scheduler.TaskSchedulerImpl: Removed TaskSet 243.0, whose tasks have all completed, from pool default
17/01/23 03:48:52 INFO scheduler.DAGScheduler: ResultStage 243 (collectAsList at MLContextTest.java:1337) finished in 0.007 s
17/01/23 03:48:52 INFO spark.ContextCleaner: Cleaned accumulator 14817
17/01/23 03:48:52 INFO spark.ContextCleaner: Cleaned shuffle 62
17/01/23 03:48:52 INFO storage.BlockManagerInfo: Removed broadcast_243_piece0 on localhost:59295 in memory (size: 5.3 KB, free: 1045.8 MB)
17/01/23 03:48:52 INFO storage.BlockManagerInfo: Removed broadcast_242_piece0 on localhost:59295 in memory (size: 2.2 KB, free: 1045.8 MB)
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Registering RDD 671 (flatMapToPair at RDDConverterUtils.java:273)
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Got job 181 (collectAsList at MLContextTest.java:1225) with 1 output partitions
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Final stage: ResultStage 245 (collectAsList at MLContextTest.java:1225)
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Parents of final stage: List(ShuffleMapStage 244)
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Missing parents: List(ShuffleMapStage 244)
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Submitting ShuffleMapStage 244 (MapPartitionsRDD[671] at flatMapToPair at RDDConverterUtils.java:273), which has no missing parents
17/01/23 03:48:52 INFO memory.MemoryStore: Block broadcast_244 stored as values in memory (estimated size 3.9 KB, free 1045.5 MB)
17/01/23 03:48:52 INFO memory.MemoryStore: Block broadcast_244_piece0 stored as bytes in memory (estimated size 2.2 KB, free 1045.5 MB)
17/01/23 03:48:52 INFO storage.BlockManagerInfo: Added broadcast_244_piece0 in memory on localhost:59295 (size: 2.2 KB, free: 1045.8 MB)
17/01/23 03:48:52 INFO spark.SparkContext: Created broadcast 244 from broadcast at DAGScheduler.scala:1012
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Submitting 1 missing tasks from ShuffleMapStage 244 (MapPartitionsRDD[671] at flatMapToPair at RDDConverterUtils.java:273)
17/01/23 03:48:52 INFO scheduler.TaskSchedulerImpl: Adding task set 244.0 with 1 tasks
17/01/23 03:48:52 INFO scheduler.FairSchedulableBuilder: Added task set TaskSet_244 tasks to pool default
17/01/23 03:48:52 INFO scheduler.TaskSetManager: Starting task 0.0 in stage 244.0 (TID 254, localhost, partition 0, PROCESS_LOCAL, 5637 bytes)
17/01/23 03:48:52 INFO executor.Executor: Running task 0.0 in stage 244.0 (TID 254)
17/01/23 03:48:52 INFO executor.Executor: Finished task 0.0 in stage 244.0 (TID 254). 1079 bytes result sent to driver
17/01/23 03:48:52 INFO scheduler.TaskSetManager: Finished task 0.0 in stage 244.0 (TID 254) in 6 ms on localhost (1/1)
17/01/23 03:48:52 INFO scheduler.TaskSchedulerImpl: Removed TaskSet 244.0, whose tasks have all completed, from pool default
17/01/23 03:48:52 INFO scheduler.DAGScheduler: ShuffleMapStage 244 (flatMapToPair at RDDConverterUtils.java:273) finished in 0.006 s
17/01/23 03:48:52 INFO scheduler.DAGScheduler: looking for newly runnable stages
17/01/23 03:48:52 INFO scheduler.DAGScheduler: running: Set()
17/01/23 03:48:52 INFO scheduler.DAGScheduler: waiting: Set(ResultStage 245)
17/01/23 03:48:52 INFO scheduler.DAGScheduler: failed: Set()
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Submitting ResultStage 245 (MapPartitionsRDD[677] at collectAsList at MLContextTest.java:1225), which has no missing parents
17/01/23 03:48:52 INFO memory.MemoryStore: Block broadcast_245 stored as values in memory (estimated size 10.5 KB, free 1045.4 MB)
17/01/23 03:48:52 INFO memory.MemoryStore: Block broadcast_245_piece0 stored as bytes in memory (estimated size 5.3 KB, free 1045.4 MB)
17/01/23 03:48:52 INFO storage.BlockManagerInfo: Added broadcast_245_piece0 in memory on localhost:59295 (size: 5.3 KB, free: 1045.8 MB)
17/01/23 03:48:52 INFO spark.SparkContext: Created broadcast 245 from broadcast at DAGScheduler.scala:1012
17/01/23 03:48:52 INFO scheduler.DAGScheduler: Submitting 1 missing tasks from ResultStage 245 (MapPartitionsRDD[677] at collectAsList at MLContextTest.java:1225)
17/01/23 03:48:52 INFO scheduler.TaskSchedulerImpl: Adding task set 245.0 with 1 tasks
17/01/23 03:48:52 INFO scheduler.FairSchedulableBuilder: Added task set TaskSet_245 tasks to pool default
17/01/23 03:48:52 INFO scheduler.TaskSetManager: Starting task 0.0 in stage 245.0 (TID 255, localhost, partition 0, NODE_LOCAL, 5202 bytes)
17/01/23 03:48:52 INFO executor.Executor: Running task 0.0 in stage 245.0 (TID 255)
17/01/23 03:48:52 INFO storage.ShuffleBlockFetcherIterator: Getting 1 non-empty blocks out of 1 blocks
17/01/23 03:48:52 INFO storage.ShuffleBlockFetcherIterator: Started 0 remote fetches in 0 ms
17/01/23 03:48:52 INFO executor.Executor: Finished task 0.0 in stage 245.0 (TID 255). 1855 bytes result sent to driver
17/01/23 03:48:52 INFO scheduler.TaskSetManager: Finished task 0.0 in stage 245.0 (TID 255) in 8 ms on localhost (1/1)
17/01/23 03:48:52 INFO scheduler.TaskSchedulerImpl: Removed TaskSet 245.0, whose tasks have all completed, from pool default
17/01/23 03:48:52 INFO scheduler.DAGScheduler: ResultStage 245 (collectAsList at MLContextTest.java:1225) finished in 0.009 s
17/01/23 03:48:53 INFO spark.ContextCleaner: Cleaned accumulator 14906
17/01/23 03:48:53 INFO spark.ContextCleaner: Cleaned shuffle 63
17/01/23 03:48:53 INFO storage.BlockManagerInfo: Removed broadcast_245_piece0 on localhost:59295 in memory (size: 5.3 KB, free: 1045.8 MB)
17/01/23 03:48:53 INFO storage.BlockManagerInfo: Removed broadcast_244_piece0 on localhost:59295 in memory (size: 2.2 KB, free: 1045.8 MB)
17/01/23 03:48:53 INFO server.ServerConnector: Stopped ServerConnector@4452c497{HTTP/1.1}{0.0.0.0:4040}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@2c1484f9{/stages/stage/kill,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@16b379d1{/api,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@76330f7e{/,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@41d9f902{/static,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@7209128c{/executors/threadDump/json,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@5ce780e1{/executors/threadDump,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@234283e4{/executors/json,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@19954ec9{/executors,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@460d19a8{/environment/json,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@65334d20{/environment,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@1874532c{/storage/rdd/json,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@4982d8b8{/storage/rdd,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@13f61d6b{/storage/json,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@45471fb5{/storage,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@c4bbd91{/stages/pool/json,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@78e45954{/stages/pool,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@bcba58b{/stages/stage/json,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@50333ecb{/stages/stage,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@171c78e9{/stages/json,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@57949907{/stages,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@5f309274{/jobs/job/json,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@1d4b547d{/jobs/job,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@4a914b2f{/jobs/json,null,UNAVAILABLE}
17/01/23 03:48:53 INFO handler.ContextHandler: Stopped o.s.j.s.ServletContextHandler@670df429{/jobs,null,UNAVAILABLE}
17/01/23 03:48:53 INFO ui.SparkUI: Stopped Spark web UI at http://localhost:4040
17/01/23 03:48:53 INFO spark.MapOutputTrackerMasterEndpoint: MapOutputTrackerMasterEndpoint stopped!
17/01/23 03:48:53 INFO memory.MemoryStore: MemoryStore cleared
17/01/23 03:48:53 INFO storage.BlockManager: BlockManager stopped
17/01/23 03:48:53 INFO storage.BlockManagerMaster: BlockManagerMaster stopped
17/01/23 03:48:53 INFO scheduler.OutputCommitCoordinator$OutputCommitCoordinatorEndpoint: OutputCommitCoordinator stopped!
17/01/23 03:48:53 INFO spark.SparkContext: Successfully stopped SparkContext
Running org.apache.sysml.test.integration.mlcontext.MLContextTest
Tests run: 161, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.734 sec - in org.apache.sysml.test.integration.mlcontext.MLContextTest
17/01/23 03:48:53 INFO util.ShutdownHookManager: Shutdown hook called
17/01/23 03:48:53 INFO util.ShutdownHookManager: Deleting directory /tmp/spark-add298ec-705e-4cfa-a55c-5f1d95baffa7
Running org.apache.sysml.test.integration.applications.dml.ArimaDMLTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 198.554 sec - in org.apache.sysml.test.integration.applications.dml.ArimaDMLTest
Running org.apache.sysml.test.integration.functions.quaternary.WeightedSigmoidTest
Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 979.506 sec - in org.apache.sysml.test.integration.functions.quaternary.WeightedSigmoidTest
17/01/23 03:50:25 INFO util.ShutdownHookManager: Shutdown hook called
17/01/23 03:50:25 INFO util.ShutdownHookManager: Deleting directory /tmp/spark-ef251b36-699c-4a07-a910-5a9ea49dc97b
Running org.apache.sysml.test.integration.functions.append.AppendVectorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 450.074 sec - in org.apache.sysml.test.integration.functions.append.AppendVectorTest
Running org.apache.sysml.test.integration.functions.indexing.LeftIndexingTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 661.402 sec - in org.apache.sysml.test.integration.functions.indexing.LeftIndexingTest
Running org.apache.sysml.test.integration.applications.parfor.ParForCorrelationTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 266.851 sec - in org.apache.sysml.test.integration.applications.parfor.ParForCorrelationTest
Running org.apache.sysml.test.integration.functions.reorg.FullOrderTest
Tests run: 132, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,346.305 sec - in org.apache.sysml.test.integration.functions.reorg.FullOrderTest
Running org.apache.sysml.test.integration.applications.parfor.ParForCorrelationTestLarge
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.685 sec - in org.apache.sysml.test.integration.applications.parfor.ParForCorrelationTestLarge
Running org.apache.sysml.test.integration.applications.descriptivestats.UnivariateUnweightedScaleDenseTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 328.277 sec - in org.apache.sysml.test.integration.applications.descriptivestats.UnivariateUnweightedScaleDenseTest
Running org.apache.sysml.test.integration.functions.quaternary.WeightedDivMatrixMultTest
Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,474.112 sec - in org.apache.sysml.test.integration.functions.quaternary.WeightedDivMatrixMultTest
17/01/23 03:58:04 INFO util.ShutdownHookManager: Shutdown hook called
17/01/23 03:58:04 INFO util.ShutdownHookManager: Deleting directory /tmp/spark-9490a908-ab4a-4aff-8444-ad9269ff19ec
Running org.apache.sysml.test.integration.applications.descriptivestats.UnivariateWeightedScaleDenseTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 355.612 sec - in org.apache.sysml.test.integration.applications.descriptivestats.UnivariateWeightedScaleDenseTest
Running org.apache.sysml.test.integration.functions.append.AppendChainTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,069.722 sec - in org.apache.sysml.test.integration.functions.append.AppendChainTest
Running org.apache.sysml.test.integration.applications.parfor.ParForNaiveBayesTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 521.388 sec - in org.apache.sysml.test.integration.applications.parfor.ParForNaiveBayesTest
Running org.apache.sysml.test.integration.applications.descriptivestats.UnivariateUnweightedScaleSparseTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 278.299 sec - in org.apache.sysml.test.integration.applications.descriptivestats.UnivariateUnweightedScaleSparseTest
Running org.apache.sysml.test.integration.functions.append.AppendMatrixTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,432.165 sec - in org.apache.sysml.test.integration.functions.append.AppendMatrixTest
Running org.apache.sysml.test.integration.applications.descriptivestats.UnivariateWeightedScaleSparseTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 351.399 sec - in org.apache.sysml.test.integration.applications.descriptivestats.UnivariateWeightedScaleSparseTest
Running org.apache.sysml.test.integration.applications.dml.HITSDMLTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 155.552 sec - in org.apache.sysml.test.integration.applications.dml.HITSDMLTest
Running org.apache.sysml.test.integration.applications.pydml.ArimaPyDMLTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.35 sec - in org.apache.sysml.test.integration.applications.pydml.ArimaPyDMLTest
Running org.apache.sysml.test.integration.applications.pydml.HITSPyDMLTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 77.537 sec - in org.apache.sysml.test.integration.applications.pydml.HITSPyDMLTest
Running org.apache.sysml.test.integration.applications.dml.LinearRegressionDMLTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 102.085 sec - in org.apache.sysml.test.integration.applications.dml.LinearRegressionDMLTest
Running org.apache.sysml.test.integration.applications.pydml.CsplineDSPyDMLTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.936 sec - in org.apache.sysml.test.integration.applications.pydml.CsplineDSPyDMLTest
Running org.apache.sysml.test.integration.applications.pydml.LinearLogRegPyDMLTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.223 sec - in org.apache.sysml.test.integration.applications.pydml.LinearLogRegPyDMLTest
Running org.apache.sysml.test.integration.applications.pydml.NaiveBayesPyDMLTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.365 sec - in org.apache.sysml.test.integration.applications.pydml.NaiveBayesPyDMLTest
Running org.apache.sysml.test.integration.applications.dml.CsplineCGDMLTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.074 sec - in org.apache.sysml.test.integration.applications.dml.CsplineCGDMLTest
Running org.apache.sysml.test.integration.applications.dml.L2SVMDMLTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 128.12 sec - in org.apache.sysml.test.integration.applications.dml.L2SVMDMLTest
Running org.apache.sysml.test.integration.applications.pydml.MDABivariateStatsPyDMLTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 294.893 sec - in org.apache.sysml.test.integration.applications.pydml.MDABivariateStatsPyDMLTest
Running org.apache.sysml.test.integration.applications.pydml.PageRankPyDMLTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.338 sec - in org.apache.sysml.test.integration.applications.pydml.PageRankPyDMLTest
Running org.apache.sysml.test.integration.applications.pydml.NaiveBayesParforPyDMLTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.423 sec - in org.apache.sysml.test.integration.applications.pydml.NaiveBayesParforPyDMLTest
Running org.apache.sysml.test.integration.applications.dml.NaiveBayesDMLTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.88 sec - in org.apache.sysml.test.integration.applications.dml.NaiveBayesDMLTest
Running org.apache.sysml.test.integration.applications.dml.MDABivariateStatsDMLTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 609.996 sec - in org.apache.sysml.test.integration.applications.dml.MDABivariateStatsDMLTest
Running org.apache.sysml.test.integration.applications.dml.PageRankDMLTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.217 sec - in org.apache.sysml.test.integration.applications.dml.PageRankDMLTest
Running org.apache.sysml.test.integration.applications.pydml.GLMPyDMLTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 588.68 sec - in org.apache.sysml.test.integration.applications.pydml.GLMPyDMLTest
Running org.apache.sysml.test.integration.applications.pydml.MultiClassSVMPyDMLTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 90.546 sec - in org.apache.sysml.test.integration.applications.pydml.MultiClassSVMPyDMLTest
Running org.apache.sysml.test.integration.applications.dml.ID3DMLTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 655.942 sec - in org.apache.sysml.test.integration.applications.dml.ID3DMLTest
Running org.apache.sysml.test.integration.applications.dml.GLMDMLTest
Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,437.259 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.324 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.685 sec - in org.apache.sysml.test.integration.applications.pydml.WelchTPyDMLTest
Running org.apache.sysml.test.integration.applications.dml.MultiClassSVMDMLTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 179.879 sec - in org.apache.sysml.test.integration.applications.dml.MultiClassSVMDMLTest
Running org.apache.sysml.test.integration.applications.dml.CsplineDSDMLTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.53 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.364 sec - in org.apache.sysml.test.integration.applications.pydml.ApplyTransformPyDMLTest
Running org.apache.sysml.test.integration.applications.dml.NaiveBayesParforDMLTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.317 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.281 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.328 sec - in org.apache.sysml.test.integration.applications.pydml.LinearRegressionPyDMLTest
Running org.apache.sysml.test.integration.applications.dml.LinearLogRegDMLTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 123.531 sec - in org.apache.sysml.test.integration.applications.dml.LinearLogRegDMLTest
Running org.apache.sysml.test.integration.applications.dml.GNMFDMLTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 117.401 sec - in org.apache.sysml.test.integration.applications.dml.GNMFDMLTest
Running org.apache.sysml.test.integration.applications.dml.WelchTDMLTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.301 sec - in org.apache.sysml.test.integration.applications.dml.WelchTDMLTest
Running org.apache.sysml.test.integration.applications.dml.ApplyTransformDMLTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.85 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: 332.115 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.091 sec - in org.apache.sysml.test.integration.applications.pydml.GNMFPyDMLTest

Results :

Failed tests: 
  FullReblockTest.testCSVMultipleMSparseMR:407->runReblockTest:467 32 values are not in equal

Tests run: 6541, Failures: 1, Errors: 0, 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:54 h
[INFO] Finished at: 2017-01-23T05:26:27-06:00
[INFO] Final Memory: 65M/2243M
[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 [[]]

Jenkins build is back to normal : SystemML-DailyTest #767

Posted by je...@spark.tc.
See <https://sparktc.ibmcloud.com/jenkins/job/SystemML-DailyTest/767/changes>