You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/05/17 05:47:29 UTC

Build failed in Jenkins: carbondata-master-spark-2.1 » Apache CarbonData :: presto #2406

See <https://builds.apache.org/job/carbondata-master-spark-2.1/org.apache.carbondata$carbondata-presto/2406/display/redirect>

------------------------------------------
[...truncated 118.63 KB...]
May 17, 2018 5:46:35 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID FROM TESTDB.TESTTABLE WHERE DATE IS NULL
- test the result for not in clause *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:377)
May 17, 2018 5:46:35 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT NAME FROM TESTDB.TESTTABLE WHERE DATE IS NOT NULL AND ID=9
May 17, 2018 5:46:35 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054635_00025_ymnu6 :: Transaction:[67db9d77-e3e0-431f-8d2f-1250d0f9222c] :: elapsed 48ms :: planning 26ms :: scheduling 13ms :: running 4ms :: finishing 5ms :: begin 2018-05-17T05:46:35.636Z :: end 2018-05-17T05:46:35.684Z
- test for null operator on date data type *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:383)
- test for not null operator on date data type *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:390)
May 17, 2018 5:46:35 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT NAME FROM TESTDB.TESTTABLE WHERE DOB IS NOT NULL AND ID=9
May 17, 2018 5:46:35 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054635_00026_ymnu6 :: Transaction:[e85d06eb-5103-4800-adc3-03739cdc6870] :: elapsed 66ms :: planning 39ms :: scheduling 17ms :: running 5ms :: finishing 5ms :: begin 2018-05-17T05:46:35.697Z :: end 2018-05-17T05:46:35.763Z
- test for not null operator on timestamp type *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:398)
May 17, 2018 5:46:35 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT NAME FROM TESTDB.TESTTABLE WHERE DOB IS NULL AND ID=1
May 17, 2018 5:46:35 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054635_00027_ymnu6 :: Transaction:[de5318ec-2af6-4570-9f5d-699bf0bb9f71] :: elapsed 68ms :: planning 44ms :: scheduling 16ms :: running 4ms :: finishing 4ms :: begin 2018-05-17T05:46:35.776Z :: end 2018-05-17T05:46:35.844Z
- test for null operator on timestamp type *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:405)
May 17, 2018 5:46:35 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT DISTINCT SHORTFIELD from testdb.testtable ORDER BY SHORTFIELD 
May 17, 2018 5:46:35 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054635_00028_ymnu6 :: Transaction:[19348eee-d635-4cb0-9d26-0231a4e61a74] :: elapsed 63ms :: planning 43ms :: scheduling 13ms :: running 2ms :: finishing 5ms :: begin 2018-05-17T05:46:35.859Z :: end 2018-05-17T05:46:35.922Z
May 17, 2018 5:46:36 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID from testdb.testtable WHERE SHORTFIELD IS NULL ORDER BY SHORTFIELD 
- test the result for short datatype with order by clause *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:421)
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054635_00029_ymnu6 :: Transaction:[29909c84-c1dd-459c-b532-771326347716] :: elapsed 63ms :: planning 26ms :: scheduling 19ms :: running 3ms :: finishing 15ms :: begin 2018-05-17T05:46:35.938Z :: end 2018-05-17T05:46:36.001Z
- test the result for short datatype in clause where field is null *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:429)
May 17, 2018 5:46:36 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID from testdb.testtable WHERE SHORTFIELD>11 
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054636_00030_ymnu6 :: Transaction:[c932230a-e640-47e9-8752-8fad55fac9a6] :: elapsed 46ms :: planning 26ms :: scheduling 11ms :: running 2ms :: finishing 7ms :: begin 2018-05-17T05:46:36.014Z :: end 2018-05-17T05:46:36.060Z
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054636_00031_ymnu6 :: Transaction:[2d90d001-9572-4f7b-8b8c-c9ae4c7bb010] :: elapsed 63ms :: planning 37ms :: scheduling 17ms :: running 4ms :: finishing 5ms :: begin 2018-05-17T05:46:36.072Z :: end 2018-05-17T05:46:36.135Z
- test the result for short datatype with greater than operator *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:437)
May 17, 2018 5:46:36 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID from testdb.testtable WHERE bonus = DECIMAL '1234.5555'
- test longDecimal type of presto *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:446)
May 17, 2018 5:46:36 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID from testdb.testtable WHERE monthlyBonus = 15.13
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054636_00032_ymnu6 :: Transaction:[e5f64c6d-bee4-47ab-9702-9a23c8b37ce6] :: elapsed 62ms :: planning 41ms :: scheduling 14ms :: running 3ms :: finishing 4ms :: begin 2018-05-17T05:46:36.149Z :: end 2018-05-17T05:46:36.211Z
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054636_00033_ymnu6 :: Transaction:[3ce0bf62-d28e-493d-8b5b-b897b8f0485c] :: elapsed 57ms :: planning 30ms :: scheduling 18ms :: running 3ms :: finishing 6ms :: begin 2018-05-17T05:46:36.223Z :: end 2018-05-17T05:46:36.280Z
- test shortDecimal type of presto *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:455)
May 17, 2018 5:46:36 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT NAME AS RESULT FROM TESTDB.TESTTABLE WHERE DOB = CAST('2016-04-14 15:00:09' AS TIMESTAMP)
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054636_00034_ymnu6 :: Transaction:[658b053c-795d-4138-8979-f4661c17e991] :: elapsed 269ms :: planning 249ms :: scheduling 12ms :: running 4ms :: finishing 4ms :: begin 2018-05-17T05:46:36.292Z :: end 2018-05-17T05:46:36.561Z
May 17, 2018 5:46:36 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID AS RESULT FROM TESTDB.TESTTABLE WHERE DOB in (cast('2016-04-14 15:00:09' as timestamp),cast('2015-10-07' as timestamp),cast('2015-10-07 01:00:03' as timestamp))
- test timestamp datatype using cast operator *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:462)
- test timestamp datatype using cast and in operator *** FAILED ***
  actualResult.toString().equals(expectedResult.toString()) was false (PrestoAllDataTypeTest.scala:470)
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054636_00035_ymnu6 :: Transaction:[6da49e5d-5c82-47cf-a456-29557b155b47] :: elapsed 60ms :: planning 35ms :: scheduling 18ms :: running 3ms :: finishing 4ms :: begin 2018-05-17T05:46:36.572Z :: end 2018-05-17T05:46:36.632Z
May 17, 2018 5:46:36 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT isCurrentEmployee AS RESULT FROM TESTDB.TESTTABLE WHERE ID=1
May 17, 2018 5:46:36 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT id AS RESULT FROM TESTDB.TESTTABLE WHERE isCurrentEmployee is null
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054636_00036_ymnu6 :: Transaction:[b082abf5-09f1-454e-a382-c529611e1d92] :: elapsed 60ms :: planning 36ms :: scheduling 18ms :: running 1ms :: finishing 5ms :: begin 2018-05-17T05:46:36.643Z :: end 2018-05-17T05:46:36.703Z
- test the boolean data type *** FAILED ***
  java.util.NoSuchElementException: head of empty list
  at scala.collection.immutable.Nil$.head(List.scala:420)
  at scala.collection.immutable.Nil$.head(List.scala:417)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$37.apply$mcV$sp(PrestoAllDataTypeTest.scala:475)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$37.apply(PrestoAllDataTypeTest.scala:472)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$37.apply(PrestoAllDataTypeTest.scala:472)
  at org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
  at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
  at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
  at org.scalatest.Transformer.apply(Transformer.scala:22)
  at org.scalatest.Transformer.apply(Transformer.scala:20)
  ...
May 17, 2018 5:46:36 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT id AS RESULT FROM TESTDB.TESTTABLE WHERE isCurrentEmployee is NOT null AND ID>8
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054636_00037_ymnu6 :: Transaction:[a39de5ac-a0df-4d2a-9bf0-e4afa74d5a1c] :: elapsed 40ms :: planning 22ms :: scheduling 10ms :: running 3ms :: finishing 5ms :: begin 2018-05-17T05:46:36.714Z :: end 2018-05-17T05:46:36.754Z
- test the boolean data type for null value *** FAILED ***
  java.util.NoSuchElementException: head of empty list
  at scala.collection.immutable.Nil$.head(List.scala:420)
  at scala.collection.immutable.Nil$.head(List.scala:417)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$38.apply$mcV$sp(PrestoAllDataTypeTest.scala:480)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$38.apply(PrestoAllDataTypeTest.scala:477)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$38.apply(PrestoAllDataTypeTest.scala:477)
  at org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
  at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
  at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
  at org.scalatest.Transformer.apply(Transformer.scala:22)
  at org.scalatest.Transformer.apply(Transformer.scala:20)
  ...
May 17, 2018 5:46:36 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT SERIALNAME  FROM TESTDB.TESTTABLE WHERE SERIALNAME IS NULL
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054636_00038_ymnu6 :: Transaction:[f324ba46-eb41-46f6-9d8a-4200ec9f9ff8] :: elapsed 54ms :: planning 33ms :: scheduling 13ms :: running 4ms :: finishing 4ms :: begin 2018-05-17T05:46:36.769Z :: end 2018-05-17T05:46:36.823Z
- test the boolean data type for not null value with filter  *** FAILED ***
  java.util.NoSuchElementException: head of empty list
  at scala.collection.immutable.Nil$.head(List.scala:420)
  at scala.collection.immutable.Nil$.head(List.scala:417)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$39.apply$mcV$sp(PrestoAllDataTypeTest.scala:485)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$39.apply(PrestoAllDataTypeTest.scala:482)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$39.apply(PrestoAllDataTypeTest.scala:482)
  at org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
  at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
  at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
  at org.scalatest.Transformer.apply(Transformer.scala:22)
  at org.scalatest.Transformer.apply(Transformer.scala:20)
  ...
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054636_00039_ymnu6 :: Transaction:[b59ff18a-8bd6-46fb-9632-1c2320fb07b1] :: elapsed 38ms :: planning 20ms :: scheduling 8ms :: running 3ms :: finishing 7ms :: begin 2018-05-17T05:46:36.833Z :: end 2018-05-17T05:46:36.871Z
May 17, 2018 5:46:36 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT MIN(SERIALNAME) FROM TESTDB.TESTTABLE
- test the is null operator when null is included in string data type dictionary_include *** FAILED ***
  actualResult.equals(immutable.this.List.apply[scala.collection.immutable.Map[String,Null]](scala.this.Predef.Map.apply[String, Null](scala.this.Predef.ArrowAssoc[String]("SERIALNAME").->[Null](null)))) was false (PrestoAllDataTypeTest.scala:490)
- test the min function when null is included in string data type with dictionary_include *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:497)
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_054636_00040_ymnu6 :: Transaction:[0c5f8602-2cb0-40be-b680-91691a26f051] :: elapsed 53ms :: planning 25ms :: scheduling 18ms :: running 5ms :: finishing 5ms :: begin 2018-05-17T05:46:36.881Z :: end 2018-05-17T05:46:36.934Z
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 17, 2018 5:46:36 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@706690e1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:8086}
May 17, 2018 5:46:36 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@5cc87de4{/,null,UNAVAILABLE,@http}
May 17, 2018 5:46:36 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=9,q=10} Couldn't stop Thread[http-worker-270,5,]
May 17, 2018 5:46:36 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=0,q=9} Couldn't stop Thread[http-worker-224,5,]
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 17, 2018 5:46:36 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 17, 2018 5:46:36 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@147375b3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34958}
May 17, 2018 5:46:38 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@6843fdc4{/,null,UNAVAILABLE,@http}
May 17, 2018 5:46:38 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=16,q=17} Couldn't stop Thread[http-worker-165,5,main]
May 17, 2018 5:46:38 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=14,q=17} Couldn't stop Thread[http-worker-448,5,main]
May 17, 2018 5:46:38 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=13,q=16} Couldn't stop Thread[http-worker-431,5,main]
May 17, 2018 5:46:38 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=11,q=16} Couldn't stop Thread[http-worker-269,5,]
May 17, 2018 5:46:38 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=6,q=15} Couldn't stop Thread[http-worker-446,5,]
May 17, 2018 5:46:38 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=1,q=15} Couldn't stop Thread[http-worker-162,5,]
May 17, 2018 5:46:38 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=0,q=15} Couldn't stop Thread[http-worker-384,5,]
May 17, 2018 5:46:38 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 17, 2018 5:46:38 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 17, 2018 5:46:38 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@26c6288d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42168}
May 17, 2018 5:46:40 AM org.apache.carbondata.common.logging.impl.StandardLogService logInfoMessage
INFO: Thread-2 Rows processed in step Data Writer : 0
May 17, 2018 5:46:40 AM org.apache.carbondata.common.logging.impl.StandardLogService logInfoMessage
INFO: Thread-3 Rows processed in step Data Converter : 0
May 17, 2018 5:46:40 AM org.apache.carbondata.common.logging.impl.StandardLogService logInfoMessage
INFO: Thread-4 Rows processed in step Input Processor : 0
May 17, 2018 5:46:42 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@3d4818e8{/,null,UNAVAILABLE,@http}
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=16<=200,i=11,q=13} Couldn't stop Thread[http-worker-121,5,main]
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=16<=200,i=9,q=13} Couldn't stop Thread[http-worker-449,5,]
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=16<=200,i=5,q=12} Couldn't stop Thread[http-worker-126,5,]
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=16<=200,i=2,q=10} Couldn't stop Thread[http-worker-118,5,]
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=16<=200,i=0,q=10} Couldn't stop Thread[http-worker-450,5,]
May 17, 2018 5:46:42 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 17, 2018 5:46:42 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 17, 2018 5:46:42 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@7d6c4079{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39990}
May 17, 2018 5:46:42 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@1d55dd21{/,null,UNAVAILABLE,@http}
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=11,q=14} Couldn't stop Thread[http-worker-74,5,main]
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=10,q=14} Couldn't stop Thread[http-worker-288,5,]
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=5,q=13} Couldn't stop Thread[http-worker-425,5,]
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=3,q=12} Couldn't stop Thread[http-worker-436,5,]
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=0,q=11} Couldn't stop Thread[http-worker-454,5,]
May 17, 2018 5:46:42 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 17, 2018 5:46:42 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 17, 2018 5:46:42 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@45843650{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34165}
May 17, 2018 5:46:42 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@7730ef88{/,null,UNAVAILABLE,@http}
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=14<=200,i=12,q=12} Couldn't stop Thread[http-worker-456,5,main]
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=14<=200,i=8,q=12} Couldn't stop Thread[http-worker-40,5,]
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=14<=200,i=4,q=11} Couldn't stop Thread[http-worker-91,5,]
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=14<=200,i=2,q=11} Couldn't stop Thread[http-worker-41,5,]
May 17, 2018 5:46:42 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=14<=200,i=0,q=11} Couldn't stop Thread[http-worker-135,5,]
May 17, 2018 5:46:42 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 17, 2018 5:46:42 AM org.apache.carbondata.presto.server.PrestoServer$ stopServer
INFO: ***** Stopping The Server *****
Run completed in 23 seconds, 361 milliseconds.
Total number of tests run: 41
Suites: completed 2, aborted 0
Tests: succeeded 0, failed 41, canceled 0, ignored 0, pending 0
*** 41 TESTS FAILED ***
[JENKINS] Recording test results

Jenkins build is back to normal : carbondata-master-spark-2.1 » Apache CarbonData :: presto #2408

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/carbondata-master-spark-2.1/org.apache.carbondata$carbondata-presto/2408/display/redirect>


Build failed in Jenkins: carbondata-master-spark-2.1 » Apache CarbonData :: presto #2407

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/carbondata-master-spark-2.1/org.apache.carbondata$carbondata-presto/2407/display/redirect>

------------------------------------------
[...truncated 129.07 KB...]
May 17, 2018 9:00:40 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID FROM TESTDB.TESTTABLE WHERE DATE IS NULL
May 17, 2018 9:00:41 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT NAME FROM TESTDB.TESTTABLE WHERE DATE IS NOT NULL AND ID=9
May 17, 2018 9:00:41 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090040_00025_skd3h :: Transaction:[35fe3e3d-a75a-415e-97aa-2b75a5588d91] :: elapsed 51ms :: planning 25ms :: scheduling 16ms :: running 4ms :: finishing 6ms :: begin 2018-05-17T09:00:40.973Z :: end 2018-05-17T09:00:41.024Z
- test for null operator on date data type *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:383)
- test for not null operator on date data type *** FAILED ***
May 17, 2018 9:00:41 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090041_00026_skd3h :: Transaction:[3db0fd89-19bd-41d2-ac42-77a20c839d86] :: elapsed 58ms :: planning 31ms :: scheduling 16ms :: running 6ms :: finishing 5ms :: begin 2018-05-17T09:00:41.036Z :: end 2018-05-17T09:00:41.094Z
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:390)
May 17, 2018 9:00:41 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT NAME FROM TESTDB.TESTTABLE WHERE DOB IS NOT NULL AND ID=9
- test for not null operator on timestamp type *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:398)
May 17, 2018 9:00:41 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT NAME FROM TESTDB.TESTTABLE WHERE DOB IS NULL AND ID=1
May 17, 2018 9:00:41 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090041_00027_skd3h :: Transaction:[fc6c252b-c488-4960-a127-aaf88cc800b0] :: elapsed 60ms :: planning 32ms :: scheduling 16ms :: running 5ms :: finishing 7ms :: begin 2018-05-17T09:00:41.108Z :: end 2018-05-17T09:00:41.168Z
May 17, 2018 9:00:41 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090041_00028_skd3h :: Transaction:[515c8817-8ecd-4617-84d1-00160293b56d] :: elapsed 56ms :: planning 30ms :: scheduling 17ms :: running 5ms :: finishing 4ms :: begin 2018-05-17T09:00:41.180Z :: end 2018-05-17T09:00:41.236Z
May 17, 2018 9:00:41 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT DISTINCT SHORTFIELD from testdb.testtable ORDER BY SHORTFIELD 
- test for null operator on timestamp type *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:405)
- test the result for short datatype with order by clause *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:421)
May 17, 2018 9:00:41 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID from testdb.testtable WHERE SHORTFIELD IS NULL ORDER BY SHORTFIELD 
May 17, 2018 9:00:41 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090041_00029_skd3h :: Transaction:[f43f0afc-9036-4951-b3e9-0875dc92fa63] :: elapsed 64ms :: planning 26ms :: scheduling 19ms :: running 4ms :: finishing 15ms :: begin 2018-05-17T09:00:41.250Z :: end 2018-05-17T09:00:41.314Z
- test the result for short datatype in clause where field is null *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:429)
May 17, 2018 9:00:41 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID from testdb.testtable WHERE SHORTFIELD>11 
May 17, 2018 9:00:41 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090041_00030_skd3h :: Transaction:[81d24e5a-9fc8-48b8-8f3d-4cc850634c8e] :: elapsed 54ms :: planning 24ms :: scheduling 17ms :: running 5ms :: finishing 8ms :: begin 2018-05-17T09:00:41.325Z :: end 2018-05-17T09:00:41.379Z
May 17, 2018 9:00:41 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090041_00031_skd3h :: Transaction:[60a0f810-adf4-4acf-8ef7-f0153f65f910] :: elapsed 60ms :: planning 35ms :: scheduling 15ms :: running 5ms :: finishing 5ms :: begin 2018-05-17T09:00:41.389Z :: end 2018-05-17T09:00:41.449Z
- test the result for short datatype with greater than operator *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:437)
May 17, 2018 9:00:41 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID from testdb.testtable WHERE bonus = DECIMAL '1234.5555'
May 17, 2018 9:00:41 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090041_00032_skd3h :: Transaction:[99ca5eae-9b51-4470-b20a-8fe4590152bd] :: elapsed 66ms :: planning 35ms :: scheduling 20ms :: running 6ms :: finishing 5ms :: begin 2018-05-17T09:00:41.461Z :: end 2018-05-17T09:00:41.527Z
May 17, 2018 9:00:41 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID from testdb.testtable WHERE monthlyBonus = 15.13
- test longDecimal type of presto *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:446)
May 17, 2018 9:00:41 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090041_00033_skd3h :: Transaction:[338df202-7873-466c-bbb6-736297913cc0] :: elapsed 56ms :: planning 30ms :: scheduling 17ms :: running 5ms :: finishing 4ms :: begin 2018-05-17T09:00:41.539Z :: end 2018-05-17T09:00:41.595Z
- test shortDecimal type of presto *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:455)
May 17, 2018 9:00:41 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT NAME AS RESULT FROM TESTDB.TESTTABLE WHERE DOB = CAST('2016-04-14 15:00:09' AS TIMESTAMP)
May 17, 2018 9:00:41 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090041_00034_skd3h :: Transaction:[8a0b2ea7-739c-4252-ba2c-1cbd47cff31f] :: elapsed 273ms :: planning 251ms :: scheduling 14ms :: running 4ms :: finishing 4ms :: begin 2018-05-17T09:00:41.606Z :: end 2018-05-17T09:00:41.879Z
May 17, 2018 9:00:41 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID AS RESULT FROM TESTDB.TESTTABLE WHERE DOB in (cast('2016-04-14 15:00:09' as timestamp),cast('2015-10-07' as timestamp),cast('2015-10-07 01:00:03' as timestamp))
- test timestamp datatype using cast operator *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:462)
May 17, 2018 9:00:41 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT isCurrentEmployee AS RESULT FROM TESTDB.TESTTABLE WHERE ID=1
May 17, 2018 9:00:41 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090041_00035_skd3h :: Transaction:[ddc0ff79-f5f2-48d9-9e20-1105b0d0934f] :: elapsed 60ms :: planning 36ms :: scheduling 15ms :: running 4ms :: finishing 5ms :: begin 2018-05-17T09:00:41.890Z :: end 2018-05-17T09:00:41.950Z
- test timestamp datatype using cast and in operator *** FAILED ***
  actualResult.toString().equals(expectedResult.toString()) was false (PrestoAllDataTypeTest.scala:470)
May 17, 2018 9:00:42 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT id AS RESULT FROM TESTDB.TESTTABLE WHERE isCurrentEmployee is null
May 17, 2018 9:00:42 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090041_00036_skd3h :: Transaction:[bf87f349-b977-4755-b2c9-9f5ea46e6e4b] :: elapsed 59ms :: planning 36ms :: scheduling 15ms :: running 3ms :: finishing 5ms :: begin 2018-05-17T09:00:41.961Z :: end 2018-05-17T09:00:42.020Z
- test the boolean data type *** FAILED ***
  java.util.NoSuchElementException: head of empty list
  at scala.collection.immutable.Nil$.head(List.scala:420)
  at scala.collection.immutable.Nil$.head(List.scala:417)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$37.apply$mcV$sp(PrestoAllDataTypeTest.scala:475)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$37.apply(PrestoAllDataTypeTest.scala:472)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$37.apply(PrestoAllDataTypeTest.scala:472)
  at org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
  at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
  at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
  at org.scalatest.Transformer.apply(Transformer.scala:22)
  at org.scalatest.Transformer.apply(Transformer.scala:20)
  ...
May 17, 2018 9:00:42 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090042_00037_skd3h :: Transaction:[953d9d33-49ec-494b-8c72-6a7ea8fe9334] :: elapsed 42ms :: planning 22ms :: scheduling 9ms :: running 5ms :: finishing 6ms :: begin 2018-05-17T09:00:42.032Z :: end 2018-05-17T09:00:42.074Z
May 17, 2018 9:00:42 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT id AS RESULT FROM TESTDB.TESTTABLE WHERE isCurrentEmployee is NOT null AND ID>8
- test the boolean data type for null value *** FAILED ***
  java.util.NoSuchElementException: head of empty list
  at scala.collection.immutable.Nil$.head(List.scala:420)
  at scala.collection.immutable.Nil$.head(List.scala:417)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$38.apply$mcV$sp(PrestoAllDataTypeTest.scala:480)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$38.apply(PrestoAllDataTypeTest.scala:477)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$38.apply(PrestoAllDataTypeTest.scala:477)
  at org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
  at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
  at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
  at org.scalatest.Transformer.apply(Transformer.scala:22)
  at org.scalatest.Transformer.apply(Transformer.scala:20)
  ...
May 17, 2018 9:00:42 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT SERIALNAME  FROM TESTDB.TESTTABLE WHERE SERIALNAME IS NULL
May 17, 2018 9:00:42 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090042_00038_skd3h :: Transaction:[274cc92e-3798-43fc-b520-0c79f8aebf8f] :: elapsed 56ms :: planning 34ms :: scheduling 12ms :: running 5ms :: finishing 5ms :: begin 2018-05-17T09:00:42.085Z :: end 2018-05-17T09:00:42.141Z
- test the boolean data type for not null value with filter  *** FAILED ***
  java.util.NoSuchElementException: head of empty list
  at scala.collection.immutable.Nil$.head(List.scala:420)
  at scala.collection.immutable.Nil$.head(List.scala:417)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$39.apply$mcV$sp(PrestoAllDataTypeTest.scala:485)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$39.apply(PrestoAllDataTypeTest.scala:482)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$39.apply(PrestoAllDataTypeTest.scala:482)
  at org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
  at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
  at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
  at org.scalatest.Transformer.apply(Transformer.scala:22)
  at org.scalatest.Transformer.apply(Transformer.scala:20)
  ...
May 17, 2018 9:00:42 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090042_00039_skd3h :: Transaction:[25dcf062-f964-4b78-95c5-fd448205b84b] :: elapsed 45ms :: planning 21ms :: scheduling 12ms :: running 4ms :: finishing 8ms :: begin 2018-05-17T09:00:42.153Z :: end 2018-05-17T09:00:42.198Z
May 17, 2018 9:00:42 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT MIN(SERIALNAME) FROM TESTDB.TESTTABLE
- test the is null operator when null is included in string data type dictionary_include *** FAILED ***
  actualResult.equals(immutable.this.List.apply[scala.collection.immutable.Map[String,Null]](scala.this.Predef.Map.apply[String, Null](scala.this.Predef.ArrowAssoc[String]("SERIALNAME").->[Null](null)))) was false (PrestoAllDataTypeTest.scala:490)
May 17, 2018 9:00:42 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180517_090042_00040_skd3h :: Transaction:[4950e123-b581-43a7-9a14-094692d59f23] :: elapsed 58ms :: planning 32ms :: scheduling 13ms :: running 9ms :: finishing 4ms :: begin 2018-05-17T09:00:42.210Z :: end 2018-05-17T09:00:42.268Z
- test the min function when null is included in string data type with dictionary_include *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:497)
May 17, 2018 9:00:42 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 17, 2018 9:00:42 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@706690e1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:8086}
May 17, 2018 9:00:44 AM org.apache.carbondata.common.logging.impl.StandardLogService logInfoMessage
INFO: Thread-2 Rows processed in step Data Writer : 0
May 17, 2018 9:00:44 AM org.apache.carbondata.common.logging.impl.StandardLogService logInfoMessage
INFO: Thread-3 Rows processed in step Data Converter : 0
May 17, 2018 9:00:44 AM org.apache.carbondata.common.logging.impl.StandardLogService logInfoMessage
INFO: Thread-4 Rows processed in step Input Processor : 0
May 17, 2018 9:00:46 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@5cc87de4{/,null,UNAVAILABLE,@http}
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=21<=200,i=16,q=17} Couldn't stop Thread[http-worker-262,5,main]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=21<=200,i=8,q=17} Couldn't stop Thread[http-worker-224,5,]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=21<=200,i=3,q=16} Couldn't stop Thread[http-worker-453,5,]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=21<=200,i=0,q=16} Couldn't stop Thread[http-worker-398,5,]
May 17, 2018 9:00:46 AM io.airlift.log.Logger warn
WARNING: Error fetching memory info from http://127.0.0.1:8086/v1/memory: java.nio.channels.AsynchronousCloseException
May 17, 2018 9:00:46 AM io.airlift.log.Logger warn
WARNING: Error fetching node state from http://127.0.0.1:8086/v1/info/state: java.nio.channels.AsynchronousCloseException
May 17, 2018 9:00:46 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 17, 2018 9:00:46 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 17, 2018 9:00:46 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@147375b3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44481}
May 17, 2018 9:00:46 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@6843fdc4{/,null,UNAVAILABLE,@http}
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=16,q=16} Couldn't stop Thread[http-worker-340,5,main]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=9,q=16} Couldn't stop Thread[http-worker-342,5,]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=8,q=16} Couldn't stop Thread[http-worker-437,5,]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=1,q=15} Couldn't stop Thread[http-worker-266,5,]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=0,q=15} Couldn't stop Thread[http-worker-458,5,]
May 17, 2018 9:00:46 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 17, 2018 9:00:46 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 17, 2018 9:00:46 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@26c6288d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44918}
May 17, 2018 9:00:46 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@3d4818e8{/,null,UNAVAILABLE,@http}
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=17,q=17} Couldn't stop Thread[http-worker-287,5,main]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=10,q=16} Couldn't stop Thread[http-worker-447,5,main]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=9,q=16} Couldn't stop Thread[http-worker-286,5,main]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=8,q=16} Couldn't stop Thread[http-worker-461,5,]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=3,q=16} Couldn't stop Thread[http-worker-259,5,]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=1,q=16} Couldn't stop Thread[http-worker-460,5,main]
May 17, 2018 9:00:46 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 17, 2018 9:00:46 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 17, 2018 9:00:46 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@7d6c4079{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36155}
May 17, 2018 9:00:46 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@1d55dd21{/,null,UNAVAILABLE,@http}
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=17<=200,i=11,q=13} Couldn't stop Thread[http-worker-432,5,]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=17<=200,i=8,q=12} Couldn't stop Thread[http-worker-464,5,]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=17<=200,i=0,q=11} Couldn't stop Thread[http-worker-267,5,]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=17<=200,i=0,q=11} Couldn't stop Thread[http-worker-462,5,]
May 17, 2018 9:00:46 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 17, 2018 9:00:46 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 17, 2018 9:00:46 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@45843650{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34950}
May 17, 2018 9:00:46 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@7730ef88{/,null,UNAVAILABLE,@http}
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=14<=200,i=12,q=12} Couldn't stop Thread[http-worker-60,5,]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=14<=200,i=4,q=11} Couldn't stop Thread[http-worker-61,5,]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=14<=200,i=0,q=11} Couldn't stop Thread[http-worker-467,5,main]
May 17, 2018 9:00:46 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=14<=200,i=0,q=11} Couldn't stop Thread[http-worker-466,5,main]
May 17, 2018 9:00:46 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 17, 2018 9:00:46 AM org.apache.carbondata.presto.server.PrestoServer$ stopServer
INFO: ***** Stopping The Server *****
Run completed in 23 seconds, 136 milliseconds.
Total number of tests run: 41
Suites: completed 2, aborted 0
Tests: succeeded 0, failed 41, canceled 0, ignored 0, pending 0
*** 41 TESTS FAILED ***
[JENKINS] Recording test results