You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by IT CTO <go...@gmail.com> on 2015/08/31 17:19:30 UTC

CI issues - Help?

Hi,

Can someone explain why my CI is broken again:
https://s3.amazonaws.com/archive.travis-ci.org/jobs/78028818/log.txt

travis_time:end:1d35fae6:start=1441025099576429512,finish=1441025099607511529,duration=31082017
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:003ce592
$ cat zeppelin-distribution/target/zeppelin-*-SNAPSHOT/zeppelin-*-SNAPSHOT/logs/zeppelin*.out
Aug 31, 2015 12:09:55 PM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
  org.apache.zeppelin.rest
  com.wordnik.swagger.jersey.listing
Aug 31, 2015 12:09:55 PM
com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
  class com.wordnik.swagger.jersey.listing.ApiListingResourceJSON
  class org.apache.zeppelin.rest.NotebookRestApi
  class org.apache.zeppelin.rest.ZeppelinRestApi
  class org.apache.zeppelin.rest.InterpreterRestApi
Aug 31, 2015 12:09:55 PM
com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Provider classes found:
  class com.wordnik.swagger.jersey.listing.JerseyResourceListingProvider
  class com.wordnik.swagger.jersey.listing.JerseyApiDeclarationProvider
Aug 31, 2015 12:09:55 PM
com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.13 06/29/2012 05:14 PM'
Aug 31, 2015 12:09:56 PM com.sun.jersey.spi.inject.Errors processErrorMessages
WARNING: The following warnings have been detected with resource
and/or provider classes:
  WARNING: A HTTP GET method, public javax.ws.rs.core.Response
org.apache.zeppelin.rest.InterpreterRestApi.listInterpreter(java.lang.String),
should not consume any entity.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/home/travis/build/apache/incubator-zeppelin/zeppelin-distribution/target/zeppelin-0.6.0-incubating-SNAPSHOT/zeppelin-0.6.0-incubating-SNAPSHOT/interpreter/spark/zeppelin-spark-0.6.0-incubating-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/home/travis/build/apache/incubator-zeppelin/zeppelin-distribution/target/zeppelin-0.6.0-incubating-SNAPSHOT/zeppelin-0.6.0-incubating-SNAPSHOT/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
------ Create new SparkContext local[*] -------
travis_time:end:003ce592:start=1441025099611922628,finish=1441025099617996071,duration=6073443
travis_fold:end:after_failure.4
travis_fold:start:after_script
travis_time:start:2fbb3a44
$
travis_time:end:2fbb3a44:start=1441025099621846612,finish=1441025099624852292,duration=3005680
travis_fold:end:after_script

Done. Your build exited with 1.



-- 
Eran | CTO

Re: CI issues - Help?

Posted by Corneau Damien <co...@gmail.com>.
It seems there is a license missing in a file.
Run a 'mvn check' on the zeppelin-server to know which file it is.

On Tue, Sep 1, 2015 at 2:34 AM, madhuka udantha <ma...@gmail.com>
wrote:

> Hi,
>
> CI have run two times and First build was fail and second was success.
>
> Here is the summary of failure build according to the log file.
>
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Zeppelin ........................................... SUCCESS [
> 25.075 s]
> [INFO] Zeppelin: Interpreter .............................. SUCCESS [01:15
> min]
> [INFO] Zeppelin: Zengine .................................. SUCCESS [
> 6.087 s]
> [INFO] Zeppelin: Spark .................................... SUCCESS [02:18
> min]
> [INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [
> 1.030 s]
> [INFO] Zeppelin: Angular interpreter ...................... SUCCESS [
> 0.468 s]
> [INFO] Zeppelin: Shell interpreter ........................ SUCCESS [
> 0.337 s]
> [INFO] Zeppelin: Hive interpreter ......................... SUCCESS [
> 4.173 s]
> [INFO] Zeppelin: Apache Phoenix Interpreter ............... SUCCESS [
> 6.422 s]
> [INFO] Zeppelin: Apache Geode interpreter ................. SUCCESS [
> 10.370 s]
> [INFO] Zeppelin: PostgreSQL interpreter ................... SUCCESS [
> 1.446 s]
> [INFO] Zeppelin: Tajo interpreter ......................... SUCCESS [
> 1.084 s]
> [INFO] Zeppelin: Flink .................................... SUCCESS [
> 25.235 s]
> [INFO] Zeppelin: Apache Ignite interpreter ................ SUCCESS [
> 20.297 s]
> [INFO] Zeppelin: Kylin interpreter ........................ SUCCESS [
> 1.012 s]
> [INFO] Zeppelin: Lens interpreter ......................... SUCCESS [
> 5.175 s]
> [INFO] Zeppelin: Cassandra ................................ SUCCESS [
> 46.473 s]
> [INFO] Zeppelin: web Application .......................... SUCCESS [
> 45.714 s]
> [INFO] Zeppelin: Server ................................... FAILURE [03:04
> min]
> [INFO] Zeppelin: Packaging distribution ................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 09:59 min
> [INFO] Finished at: 2015-08-31T12:10:51+00:00
> [INFO] Final Memory: 66M/377M
>
>
> It has failed in Zeppelin: Server by apache-rat-plugin
> <http://creadur.apache.org/rat/apache-rat-plugin/>
>
> Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check
> (verify.rat) on project zeppelin-server: Too many files with
> unapproved license:
>
> Some time this can be cleaning target of zeppelin-server in CI build.
>
> Thanks
>
>
> On Mon, Aug 31, 2015 at 8:49 PM, IT CTO <go...@gmail.com> wrote:
>
> > Hi,
> >
> > Can someone explain why my CI is broken again:
> > https://s3.amazonaws.com/archive.travis-ci.org/jobs/78028818/log.txt
> >
> >
> >
> travis_time:end:1d35fae6:start=1441025099576429512,finish=1441025099607511529,duration=31082017
> >  [0Ktravis_fold:end:after_failure.3
> >  [0Ktravis_fold:start:after_failure.4
> >  [0Ktravis_time:start:003ce592
> >  [0K$ cat
> >
> zeppelin-distribution/target/zeppelin-*-SNAPSHOT/zeppelin-*-SNAPSHOT/logs/zeppelin*.out
> > Aug 31, 2015 12:09:55 PM com.sun.jersey.api.core.PackagesResourceConfig
> > init
> > INFO: Scanning for root resource and provider classes in the packages:
> >   org.apache.zeppelin.rest
> >   com.wordnik.swagger.jersey.listing
> > Aug 31, 2015 12:09:55 PM
> > com.sun.jersey.api.core.ScanningResourceConfig logClasses
> > INFO: Root resource classes found:
> >   class com.wordnik.swagger.jersey.listing.ApiListingResourceJSON
> >   class org.apache.zeppelin.rest.NotebookRestApi
> >   class org.apache.zeppelin.rest.ZeppelinRestApi
> >   class org.apache.zeppelin.rest.InterpreterRestApi
> > Aug 31, 2015 12:09:55 PM
> > com.sun.jersey.api.core.ScanningResourceConfig logClasses
> > INFO: Provider classes found:
> >   class com.wordnik.swagger.jersey.listing.JerseyResourceListingProvider
> >   class com.wordnik.swagger.jersey.listing.JerseyApiDeclarationProvider
> > Aug 31, 2015 12:09:55 PM
> > com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
> > INFO: Initiating Jersey application, version 'Jersey: 1.13 06/29/2012
> > 05:14 PM'
> > Aug 31, 2015 12:09:56 PM com.sun.jersey.spi.inject.Errors
> > processErrorMessages
> > WARNING: The following warnings have been detected with resource
> > and/or provider classes:
> >   WARNING: A HTTP GET method, public javax.ws.rs.core.Response
> >
> >
> org.apache.zeppelin.rest.InterpreterRestApi.listInterpreter(java.lang.String),
> > should not consume any entity.
> > SLF4J: Class path contains multiple SLF4J bindings.
> > SLF4J: Found binding in
> >
> >
> [jar:file:/home/travis/build/apache/incubator-zeppelin/zeppelin-distribution/target/zeppelin-0.6.0-incubating-SNAPSHOT/zeppelin-0.6.0-incubating-SNAPSHOT/interpreter/spark/zeppelin-spark-0.6.0-incubating-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> > SLF4J: Found binding in
> >
> >
> [jar:file:/home/travis/build/apache/incubator-zeppelin/zeppelin-distribution/target/zeppelin-0.6.0-incubating-SNAPSHOT/zeppelin-0.6.0-incubating-SNAPSHOT/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> > explanation.
> > SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> > ------ Create new SparkContext local[*] -------
> >
> >
> travis_time:end:003ce592:start=1441025099611922628,finish=1441025099617996071,duration=6073443
> >  [0Ktravis_fold:end:after_failure.4
> >  [0Ktravis_fold:start:after_script
> >  [0Ktravis_time:start:2fbb3a44
> >  [0K$
> >
> >
> travis_time:end:2fbb3a44:start=1441025099621846612,finish=1441025099624852292,duration=3005680
> >  [0Ktravis_fold:end:after_script
> >  [0K
> > Done. Your build exited with 1.
> >
> >
> >
> > --
> > Eran | CTO
> >
>
>
>
> --
> Cheers,
> Madhuka Udantha
> http://madhukaudantha.blogspot.com
>

Re: CI issues - Help?

Posted by madhuka udantha <ma...@gmail.com>.
Hi,

CI have run two times and First build was fail and second was success.

Here is the summary of failure build according to the log file.

[INFO] Reactor Summary:
[INFO]
[INFO] Zeppelin ........................................... SUCCESS [ 25.075 s]
[INFO] Zeppelin: Interpreter .............................. SUCCESS [01:15 min]
[INFO] Zeppelin: Zengine .................................. SUCCESS [  6.087 s]
[INFO] Zeppelin: Spark .................................... SUCCESS [02:18 min]
[INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [  1.030 s]
[INFO] Zeppelin: Angular interpreter ...................... SUCCESS [  0.468 s]
[INFO] Zeppelin: Shell interpreter ........................ SUCCESS [  0.337 s]
[INFO] Zeppelin: Hive interpreter ......................... SUCCESS [  4.173 s]
[INFO] Zeppelin: Apache Phoenix Interpreter ............... SUCCESS [  6.422 s]
[INFO] Zeppelin: Apache Geode interpreter ................. SUCCESS [ 10.370 s]
[INFO] Zeppelin: PostgreSQL interpreter ................... SUCCESS [  1.446 s]
[INFO] Zeppelin: Tajo interpreter ......................... SUCCESS [  1.084 s]
[INFO] Zeppelin: Flink .................................... SUCCESS [ 25.235 s]
[INFO] Zeppelin: Apache Ignite interpreter ................ SUCCESS [ 20.297 s]
[INFO] Zeppelin: Kylin interpreter ........................ SUCCESS [  1.012 s]
[INFO] Zeppelin: Lens interpreter ......................... SUCCESS [  5.175 s]
[INFO] Zeppelin: Cassandra ................................ SUCCESS [ 46.473 s]
[INFO] Zeppelin: web Application .......................... SUCCESS [ 45.714 s]
[INFO] Zeppelin: Server ................................... FAILURE [03:04 min]
[INFO] Zeppelin: Packaging distribution ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:59 min
[INFO] Finished at: 2015-08-31T12:10:51+00:00
[INFO] Final Memory: 66M/377M


It has failed in Zeppelin: Server by apache-rat-plugin
<http://creadur.apache.org/rat/apache-rat-plugin/>

Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check
(verify.rat) on project zeppelin-server: Too many files with
unapproved license:

Some time this can be cleaning target of zeppelin-server in CI build.

Thanks


On Mon, Aug 31, 2015 at 8:49 PM, IT CTO <go...@gmail.com> wrote:

> Hi,
>
> Can someone explain why my CI is broken again:
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/78028818/log.txt
>
>
> travis_time:end:1d35fae6:start=1441025099576429512,finish=1441025099607511529,duration=31082017
>  [0Ktravis_fold:end:after_failure.3
>  [0Ktravis_fold:start:after_failure.4
>  [0Ktravis_time:start:003ce592
>  [0K$ cat
> zeppelin-distribution/target/zeppelin-*-SNAPSHOT/zeppelin-*-SNAPSHOT/logs/zeppelin*.out
> Aug 31, 2015 12:09:55 PM com.sun.jersey.api.core.PackagesResourceConfig
> init
> INFO: Scanning for root resource and provider classes in the packages:
>   org.apache.zeppelin.rest
>   com.wordnik.swagger.jersey.listing
> Aug 31, 2015 12:09:55 PM
> com.sun.jersey.api.core.ScanningResourceConfig logClasses
> INFO: Root resource classes found:
>   class com.wordnik.swagger.jersey.listing.ApiListingResourceJSON
>   class org.apache.zeppelin.rest.NotebookRestApi
>   class org.apache.zeppelin.rest.ZeppelinRestApi
>   class org.apache.zeppelin.rest.InterpreterRestApi
> Aug 31, 2015 12:09:55 PM
> com.sun.jersey.api.core.ScanningResourceConfig logClasses
> INFO: Provider classes found:
>   class com.wordnik.swagger.jersey.listing.JerseyResourceListingProvider
>   class com.wordnik.swagger.jersey.listing.JerseyApiDeclarationProvider
> Aug 31, 2015 12:09:55 PM
> com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
> INFO: Initiating Jersey application, version 'Jersey: 1.13 06/29/2012
> 05:14 PM'
> Aug 31, 2015 12:09:56 PM com.sun.jersey.spi.inject.Errors
> processErrorMessages
> WARNING: The following warnings have been detected with resource
> and/or provider classes:
>   WARNING: A HTTP GET method, public javax.ws.rs.core.Response
>
> org.apache.zeppelin.rest.InterpreterRestApi.listInterpreter(java.lang.String),
> should not consume any entity.
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in
>
> [jar:file:/home/travis/build/apache/incubator-zeppelin/zeppelin-distribution/target/zeppelin-0.6.0-incubating-SNAPSHOT/zeppelin-0.6.0-incubating-SNAPSHOT/interpreter/spark/zeppelin-spark-0.6.0-incubating-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in
>
> [jar:file:/home/travis/build/apache/incubator-zeppelin/zeppelin-distribution/target/zeppelin-0.6.0-incubating-SNAPSHOT/zeppelin-0.6.0-incubating-SNAPSHOT/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> ------ Create new SparkContext local[*] -------
>
> travis_time:end:003ce592:start=1441025099611922628,finish=1441025099617996071,duration=6073443
>  [0Ktravis_fold:end:after_failure.4
>  [0Ktravis_fold:start:after_script
>  [0Ktravis_time:start:2fbb3a44
>  [0K$
>
> travis_time:end:2fbb3a44:start=1441025099621846612,finish=1441025099624852292,duration=3005680
>  [0Ktravis_fold:end:after_script
>  [0K
> Done. Your build exited with 1.
>
>
>
> --
> Eran | CTO
>



-- 
Cheers,
Madhuka Udantha
http://madhukaudantha.blogspot.com