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/18 10:54:00 UTC

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

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

------------------------------------------
[...truncated 121.92 KB...]
INFO: TIMELINE: Query 20180518_105306_00022_5vwfn :: Transaction:[eebb2158-8721-49ac-b9b3-5903639c085c] :: elapsed 136ms :: planning 76ms :: scheduling 44ms :: running 3ms :: finishing 13ms :: begin 2018-05-18T10:53:06.352Z :: end 2018-05-18T10:53:06.488Z
May 18, 2018 10:53:07 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT NAME from testdb.testtable WHERE PHONETYPE NOT IN('phone1848','phone706')
May 18, 2018 10:53:07 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105306_00023_5vwfn :: Transaction:[6330d053-14fb-4e67-8387-9061c3e79906] :: elapsed 539ms :: planning 451ms :: scheduling 70ms :: running 8ms :: finishing 10ms :: begin 2018-05-18T10:53:06.513Z :: end 2018-05-18T10:53:07.052Z
- test the result for in clause *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:367)
- test the result for not in clause *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:381)
May 18, 2018 10:53:07 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID FROM TESTDB.TESTTABLE WHERE DATE IS NULL
May 18, 2018 10:53:07 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105307_00024_5vwfn :: Transaction:[d1c318aa-6f8a-4445-9004-7a5d7b8a25f9] :: elapsed 135ms :: planning 78ms :: scheduling 43ms :: running 6ms :: finishing 8ms :: begin 2018-05-18T10:53:07.076Z :: end 2018-05-18T10:53:07.211Z
May 18, 2018 10:53:07 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
- test for null operator on date data type *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:387)
May 18, 2018 10:53:07 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105307_00025_5vwfn :: Transaction:[10721890-3258-4af3-97a6-b045cec4dddc] :: elapsed 65ms :: planning 33ms :: scheduling 17ms :: running 6ms :: finishing 9ms :: begin 2018-05-18T10:53:07.228Z :: end 2018-05-18T10:53:07.293Z
May 18, 2018 10:53:07 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105307_00026_5vwfn :: Transaction:[977f45c6-d429-470f-b70f-daf6b022978e] :: elapsed 77ms :: planning 40ms :: scheduling 24ms :: running 6ms :: finishing 7ms :: begin 2018-05-18T10:53:07.311Z :: end 2018-05-18T10:53:07.388Z
- test for not null operator on date data type *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:394)
May 18, 2018 10:53:07 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:402)
May 18, 2018 10:53:07 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 18, 2018 10:53:07 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105307_00027_5vwfn :: Transaction:[d75f8ea1-f397-4348-b389-f51968956a95] :: elapsed 66ms :: planning 35ms :: scheduling 19ms :: running 6ms :: finishing 6ms :: begin 2018-05-18T10:53:07.403Z :: end 2018-05-18T10:53:07.469Z
May 18, 2018 10:53:07 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105307_00028_5vwfn :: Transaction:[e4210371-518a-48d3-a710-bc7f7c646e6d] :: elapsed 72ms :: planning 37ms :: scheduling 21ms :: running 6ms :: finishing 8ms :: begin 2018-05-18T10:53:07.485Z :: end 2018-05-18T10:53:07.557Z
- test for null operator on timestamp type *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:409)
May 18, 2018 10:53:07 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT DISTINCT SHORTFIELD from testdb.testtable ORDER BY SHORTFIELD 
May 18, 2018 10:53:07 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:425)
May 18, 2018 10:53:07 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105307_00029_5vwfn :: Transaction:[66116f42-35ce-464f-8f66-09a65efe750a] :: elapsed 82ms :: planning 32ms :: scheduling 28ms :: running 6ms :: finishing 16ms :: begin 2018-05-18T10:53:07.573Z :: end 2018-05-18T10:53:07.655Z
- test the result for short datatype in clause where field is null *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:433)
May 18, 2018 10:53:07 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID from testdb.testtable WHERE SHORTFIELD>11 
May 18, 2018 10:53:07 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105307_00030_5vwfn :: Transaction:[4d66e402-d221-45f8-a041-62708a6fb4e9] :: elapsed 57ms :: planning 29ms :: scheduling 14ms :: running 4ms :: finishing 10ms :: begin 2018-05-18T10:53:07.672Z :: end 2018-05-18T10:53:07.729Z
- test the result for short datatype with greater than operator *** FAILED ***
May 18, 2018 10:53:07 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105307_00031_5vwfn :: Transaction:[256a4bbc-942e-4252-96fa-2d73f0f813b1] :: elapsed 84ms :: planning 50ms :: scheduling 21ms :: running 6ms :: finishing 7ms :: begin 2018-05-18T10:53:07.747Z :: end 2018-05-18T10:53:07.831Z
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:441)
May 18, 2018 10:53:07 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 18, 2018 10:53:07 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105307_00032_5vwfn :: Transaction:[daa2f935-35f9-4acc-b0ea-93b885e24129] :: elapsed 87ms :: planning 49ms :: scheduling 27ms :: running 5ms :: finishing 6ms :: begin 2018-05-18T10:53:07.846Z :: end 2018-05-18T10:53:07.933Z
- test longDecimal type of presto *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:450)
May 18, 2018 10:53:07 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT ID from testdb.testtable WHERE monthlyBonus = 15.13
May 18, 2018 10:53:08 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105307_00033_5vwfn :: Transaction:[fc22c8ff-f073-41c7-96b8-364d33bac8bd] :: elapsed 75ms :: planning 41ms :: scheduling 23ms :: running 5ms :: finishing 6ms :: begin 2018-05-18T10:53:07.949Z :: end 2018-05-18T10:53:08.024Z
May 18, 2018 10:53:08 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)
- test shortDecimal type of presto *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:459)
- test timestamp datatype using cast operator *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:466)
May 18, 2018 10:53:08 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105308_00034_5vwfn :: Transaction:[b43c43d6-3455-47a0-a2a1-d3677c3fe62d] :: elapsed 406ms :: planning 381ms :: scheduling 15ms :: running 5ms :: finishing 5ms :: begin 2018-05-18T10:53:08.040Z :: end 2018-05-18T10:53:08.446Z
May 18, 2018 10:53:08 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 and in operator *** FAILED ***
  actualResult.toString().equals(expectedResult.toString()) was false (PrestoAllDataTypeTest.scala:474)
May 18, 2018 10:53:08 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 18, 2018 10:53:08 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105308_00035_5vwfn :: Transaction:[fabf1886-3420-493a-a23a-4ea50e82495d] :: elapsed 81ms :: planning 46ms :: scheduling 25ms :: running 4ms :: finishing 6ms :: begin 2018-05-18T10:53:08.459Z :: end 2018-05-18T10:53:08.540Z
May 18, 2018 10:53:08 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 18, 2018 10:53:08 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105308_00036_5vwfn :: Transaction:[ea2d50d7-04dc-455b-931e-21a365bcbfa6] :: elapsed 69ms :: planning 37ms :: scheduling 20ms :: running 4ms :: finishing 8ms :: begin 2018-05-18T10:53:08.558Z :: end 2018-05-18T10:53:08.627Z
- 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:479)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$37.apply(PrestoAllDataTypeTest.scala:476)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$37.apply(PrestoAllDataTypeTest.scala:476)
  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 18, 2018 10:53:09 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 18, 2018 10:53:09 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105308_00037_5vwfn :: Transaction:[d476eaf6-bb72-4189-9535-1f0dbcf5d474] :: elapsed 63ms :: planning 37ms :: scheduling 14ms :: running 4ms :: finishing 8ms :: begin 2018-05-18T10:53:08.644Z :: end 2018-05-18T10:53:08.707Z
- 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:484)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$38.apply(PrestoAllDataTypeTest.scala:481)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$38.apply(PrestoAllDataTypeTest.scala:481)
  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 18, 2018 10:53:09 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SELECT SERIALNAME  FROM TESTDB.TESTTABLE WHERE SERIALNAME IS NULL
May 18, 2018 10:53:09 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105309_00038_5vwfn :: Transaction:[fef22907-a860-4df4-91fe-a0d31c862882] :: elapsed 82ms :: planning 47ms :: scheduling 24ms :: running 5ms :: finishing 6ms :: begin 2018-05-18T10:53:09.130Z :: end 2018-05-18T10:53:09.212Z
- 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:489)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$39.apply(PrestoAllDataTypeTest.scala:486)
  at org.apache.carbondata.presto.integrationtest.PrestoAllDataTypeTest$$anonfun$39.apply(PrestoAllDataTypeTest.scala:486)
  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 18, 2018 10:53:09 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105309_00039_5vwfn :: Transaction:[7009c510-5c0e-4376-8356-3dc40d56cf23] :: elapsed 56ms :: planning 29ms :: scheduling 10ms :: running 5ms :: finishing 12ms :: begin 2018-05-18T10:53:09.225Z :: end 2018-05-18T10:53:09.281Z
May 18, 2018 10:53:09 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:494)
May 18, 2018 10:53:09 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105309_00040_5vwfn :: Transaction:[a6d05546-5633-4ffd-946f-a4894fd2b7d3] :: elapsed 92ms :: planning 39ms :: scheduling 36ms :: running 9ms :: finishing 8ms :: begin 2018-05-18T10:53:09.294Z :: end 2018-05-18T10:53:09.386Z
- test the min function when null is included in string data type with dictionary_include *** FAILED ***
  actualResult.equals(expectedResult) was false (PrestoAllDataTypeTest.scala:501)
May 18, 2018 10:53:09 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SHOW SCHEMAS
May 18, 2018 10:53:09 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105309_00041_5vwfn :: Transaction:[ab8a66cb-a3c7-412d-8d7d-67fa9b4a1367] :: elapsed 75ms :: planning 24ms :: scheduling 33ms :: running 9ms :: finishing 9ms :: begin 2018-05-18T10:53:09.406Z :: end 2018-05-18T10:53:09.481Z
- test the show schemas result
May 18, 2018 10:53:09 AM org.apache.carbondata.presto.server.PrestoServer$$anonfun$2 apply
INFO: ***** executing the query ***** 
 SHOW TABLES
- test the show tables
May 18, 2018 10:53:09 AM io.airlift.log.Logger info
INFO: TIMELINE: Query 20180518_105309_00042_5vwfn :: Transaction:[1a9e1ea6-455f-47dc-994d-f00bea024ce2] :: elapsed 79ms :: planning 24ms :: scheduling 20ms :: running 29ms :: finishing 6ms :: begin 2018-05-18T10:53:09.498Z :: end 2018-05-18T10:53:09.577Z
May 18, 2018 10:53:09 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 18, 2018 10:53:09 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@15a8bbe5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:8086}
May 18, 2018 10:53:10 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@77925f76{/,null,UNAVAILABLE,@http}
May 18, 2018 10:53:10 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=8,q=13} Couldn't stop Thread[http-worker-223,5,]
May 18, 2018 10:53:10 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=0,q=11} Couldn't stop Thread[http-worker-428,5,]
May 18, 2018 10:53:10 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 18, 2018 10:53:10 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 18, 2018 10:53:10 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 18, 2018 10:53:10 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@7db06c50{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36418}
May 18, 2018 10:53:11 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@3c116f26{/,null,UNAVAILABLE,@http}
May 18, 2018 10:53:11 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-456,5,main]
May 18, 2018 10:53:11 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=18<=200,i=3,q=15} Couldn't stop Thread[http-worker-344,5,]
May 18, 2018 10:53:11 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-457,5,]
May 18, 2018 10:53:11 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 18, 2018 10:53:11 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 18, 2018 10:53:11 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@6b4fd7d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33364}
May 18, 2018 10:53:13 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@4a41caed{/,null,UNAVAILABLE,@http}
May 18, 2018 10:53:13 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=18,q=18} Couldn't stop Thread[http-worker-121,5,main]
May 18, 2018 10:53:13 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=10,q=17} Couldn't stop Thread[http-worker-435,5,]
May 18, 2018 10:53:13 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=1,q=17} Couldn't stop Thread[http-worker-120,5,]
May 18, 2018 10:53:13 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=19<=200,i=0,q=17} Couldn't stop Thread[http-worker-285,5,]
May 18, 2018 10:53:13 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 18, 2018 10:53:13 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 18, 2018 10:53:13 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@483b7dc4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36902}
May 18, 2018 10:53:13 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@29c59b6e{/,null,UNAVAILABLE,@http}
May 18, 2018 10:53:13 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=17<=200,i=15,q=15} Couldn't stop Thread[http-worker-244,5,main]
May 18, 2018 10:53:13 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=17<=200,i=7,q=15} Couldn't stop Thread[http-worker-262,5,]
May 18, 2018 10:53:13 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=17<=200,i=1,q=14} Couldn't stop Thread[http-worker-337,5,]
May 18, 2018 10:53:13 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=17<=200,i=0,q=14} Couldn't stop Thread[http-worker-74,5,]
May 18, 2018 10:53:13 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 18, 2018 10:53:13 AM io.airlift.log.Logger info
INFO: Life cycle stopping...
May 18, 2018 10:53:13 AM org.eclipse.jetty.server.AbstractConnector doStop
INFO: Stopped http@433d9680{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38614}
May 18, 2018 10:53:13 AM org.eclipse.jetty.server.handler.ContextHandler doStop
INFO: Stopped o.e.j.s.ServletContextHandler@5d878b25{/,null,UNAVAILABLE,@http}
May 18, 2018 10:53:13 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=14<=200,i=11,q=11} Couldn't stop Thread[http-worker-467,5,main]
May 18, 2018 10:53:13 AM org.eclipse.jetty.util.thread.QueuedThreadPool doStop
WARNING: http-worker{STOPPING,2<=14<=200,i=0,q=10} Couldn't stop Thread[http-worker-39,5,]
May 18, 2018 10:53:13 AM io.airlift.log.Logger info
INFO: Life cycle stopped.
May 18, 2018 10:53:13 AM org.apache.carbondata.presto.server.PrestoServer$ stopServer
INFO: ***** Stopping The Server *****
Run completed in 30 seconds, 927 milliseconds.
Total number of tests run: 43
Suites: completed 2, aborted 0
Tests: succeeded 2, 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 #2418

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/2418/display/redirect>