You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/06/29 06:04:20 UTC

Build failed in Jenkins: Kylin-Master-JDK-1.7 #551

See <https://builds.apache.org/job/Kylin-Master-JDK-1.7/551/display/redirect?page=changes>

Changes:

[ma] #382 move ACL migration OK file to root

[550175214] KYLIN-216 update cubelist (#984)

[rogershijicheng] minor, add readValueAsTree method in JsonUtil.java

[ma] KYLIN-2657 don't ignore dict in merge mapper

[rogershijicheng] No need to cancel job before dropping.

[zjsynce] minor, refine kylin-port-replace-util prompt message

[ma] minor, check resource availability API

[ma] KYLIN-2659 Refactor KylinConfig so that all the default configurations

[ma] minor, unauth exception not log

[550175214] minor, trim KylinConfigCLI returned value

[550175214] minor, refine project controller

[liyang] minor, avoid unnecessary catalina scanning to boost bootstrap

[liyang] minor, update check-acl-migration messages

[rogershijicheng] minor bug fixes

[ma] minor, fix raw query on cube error

[zjsynce] minor, add data model root fact table check

[ma] minor, rename check-acl-migration.sh to check-migration-acl.sh

[event.dimlas] minor, fix KylinConfig deinit()

[ma] #541 make hive-site.xml configuration easier for spark client

[liyang] minor, remove return statement in find-kafka-dependency.sh

[rogershijicheng] KYLIN-216 introduct DraftManager

[ma] Move adhoc package from "org.apache.kylin.rest" into

[ma] minor, fix rename check-acl-migration.sh error

[cheng.wang] minor, fix sample.sh could not load default_storage_type

[liyang] minor, fix NPE when droping a project

[rogershijicheng] KYLIN-216 apply draft on cube

[rogershijicheng] KYLIN-2667 ignore whitespace when caching query

[liyang] KYLIN-216 cleanup CubeDesc.isDraft() usage

[550175214] minor, fix draft status in cube listing API (#1087)

[liyang] fix draft related bugs

[ma] minor, add setColor and refine error msg in check-migration-acl.sh

[ma] faster Kylin UT

[ma] minor, refine rest call and print more logs in odbc

[ma] minor, fix agg cuboid combination calculate

[liyang] KYLIN-2632 Clarify broken cube desc error msg

[liyang] minor, move guava dependency from server-base to server

[liyang] KYLIN-2632 update joinsTree validation

[rogershijicheng] Add job build method without requirement for authorization

[liyang] temp

[lidong] minor, simpler / better sample cube

[ma] minor, add prepare toggle

[550175214] KYLIN-2632 update get saved queries api (#1172)

[lidong] minor, add cache in ODBC

[lidong] minor, odbc only cache success request

[liyang] KYLIN-2671 Speed up prepared query execution

[ma] #1173 refine Cube and Model search API

[ma] minor, improve odbc performance

[liyang] KYLIN-2529 fix implementation switch for threadLocal KylinConfig

[550175214] refine stats and cubing job name (#1215)

[ma] minor, enable job page search by job name

[rogershijicheng] Support schedule streaming cube (#1148)

[cheng.wang] KYLIN-2515 Fix sql convert issue if has the sql has sub-query

[ma] #1186 #1150 forbid project rename and remove if it's not empty

[ma] minor, fix empty values of SQLPrepare in odbc driver

[ma] KYLIN-2676 Add UUID into excludes list

[ma] #1089 Clone raw table and scheduler with cube

[chenluwei] fix sample cube model

[zjsynce] fix minor issues

[rogershijicheng] minor, disallow empty joint and hierarchy groups

[rogershijicheng] #754 Change broadcast threads to daemon threads

[rogershijicheng] upgrade to Spring 4

[ma] KYLIN-2662 report error when writing super large dict cell

[rogershijicheng] fix AccessService not returning parent obj ACL

[ma] disable csrf for spring 4

[lidong] minor, move csrf conf to right place

[liuyiming.vip] Rename stats intermediate table name and make them droppable (#1267)

[ma] minor, user and acl jason serializer

[rogershijicheng] #1203 Move bin/setenv.sh to conf

[ma] KYLIN-2676 Allow backup operation copying UUID

[ma] minor, introduce ManagedUser to replace Spring User

[lidong] #1251 move curator-x-discovery dependency to ext (out of tomcat

[ma] minor, push down operator ||

[ma] minor, add test case for ||

[ma] minor, cube draft provides fuzzy search

[ma] #1276 loose global dict column limit

[ma] #1345 Refine MetaStoreService due to change of Copy

[liyang] minor, remove refine user cache in spring security

[ma] minor, fix NPE when limit or offset is null

[ma] #1358 disable and enable rawtable in cube controller

[lidong] minor, fix thread local KylinConfig bug

[ma] minor, fix agg combination calcuation

[ma] minor, make MODELER ROLE as a group

[ma] minor, deduplicate returned acl entry

[ma] minor, project renaming also copy ACL information

[ma] minor, fix manager inconsistence with thread-local KylinConfig

[ma] KYLIN-2681 Convert input sql's expression to computed column if computed

[github] #488  (#1406)

[liuyiming.vip] minor, add parserTimeStampField to KafkaConfig (#1405)

[ma] KYLIN-2686 The same project's computed column's definition can not be

------------------------------------------
[...truncated 2.43 MB...]
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://localhost:7070 refused
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:643)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.kylin.common.restclient.RestClient.wipeCache(RestClient.java:125)
	... 4 more
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 11 more
2017-06-29 06:02:32,773 INFO  [main] common.KylinConfig:88 : Destroy KylinConfig
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.46 sec - in org.apache.kylin.tool.HybridCubeCLITest
Running org.apache.kylin.tool.CubeMetaIngesterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 sec - in org.apache.kylin.tool.CubeMetaIngesterTest

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 1

[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:report (post-test) @ kylin-tool ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[PMD] No report found for mojo report
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Kylin - Tool Assembly 2.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kylin-tool-assembly ---
[INFO] Deleting <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tool-assembly/target>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (check-style) @ kylin-tool-assembly ---
[INFO] Starting audit...
Audit done.
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tool-assembly/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tool-assembly/target/checkstyle-result.xml> of module Apache Kylin - Tool Assembly with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #550
[PMD] No report found for mojo check
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (pre-test) @ kylin-tool-assembly ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/jenkins-slave/maven-repositories/1/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8-runtime.jar=destfile=<https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tool-assembly/../target/jacoco.exec,append=true>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ kylin-tool-assembly ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ kylin-tool-assembly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tool-assembly/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ kylin-tool-assembly ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy (copy-jamm) @ kylin-tool-assembly ---
[INFO] Configured Artifact: com.github.jbellis:jamm:?:jar
[INFO] Copying jamm-0.3.1.jar to <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tool-assembly/target/test-classes/jamm.jar>
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ kylin-tool-assembly ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tool-assembly/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ kylin-tool-assembly ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ kylin-tool-assembly ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:report (post-test) @ kylin-tool-assembly ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[PMD] No report found for mojo report
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache Kylin - Integration Test
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Kylin - Tomcat Extension 2.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kylin-tomcat-ext ---
[INFO] Deleting <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tomcat-ext/target>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (check-style) @ kylin-tomcat-ext ---
[INFO] Starting audit...
Audit done.
[CHECKSTYLE] Parsing file <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tomcat-ext/target/checkstyle-result.xml>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tomcat-ext/target/checkstyle-result.xml> of module Apache Kylin - Tomcat Extension with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #550
[PMD] No report found for mojo check
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:prepare-agent (pre-test) @ kylin-tomcat-ext ---
[INFO] surefireArgLine set to -javaagent:/home/jenkins/jenkins-slave/maven-repositories/1/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8-runtime.jar=destfile=<https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tomcat-ext/../target/jacoco.exec,append=true>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ kylin-tomcat-ext ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ kylin-tomcat-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tomcat-ext/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ kylin-tomcat-ext ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tomcat-ext/target/classes>
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy (copy-jamm) @ kylin-tomcat-ext ---
[INFO] Configured Artifact: com.github.jbellis:jamm:?:jar
[INFO] Copying jamm-0.3.1.jar to <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tomcat-ext/target/test-classes/jamm.jar>
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ kylin-tomcat-ext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tomcat-ext/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ kylin-tomcat-ext ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ kylin-tomcat-ext ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.8:report (post-test) @ kylin-tomcat-ext ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[PMD] No report found for mojo report
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Kylin ....................................... SUCCESS [ 35.390 s]
[INFO] Apache Kylin - Calcite Overrides ................... SUCCESS [ 13.686 s]
[INFO] Apache Kylin - Core Common ......................... SUCCESS [ 32.468 s]
[INFO] Apache Kylin - Core Metadata ....................... SUCCESS [ 45.731 s]
[INFO] Apache Kylin - Core Dictionary ..................... SUCCESS [ 57.374 s]
[INFO] Apache Kylin - Core Cube ........................... SUCCESS [01:27 min]
[INFO] Apache Kylin - Core Job ............................ SUCCESS [ 42.704 s]
[INFO] Apache Kylin - Core Storage ........................ SUCCESS [ 27.317 s]
[INFO] Apache Kylin - MapReduce Engine .................... SUCCESS [ 54.066 s]
[INFO] Apache Kylin - HBase Storage ....................... SUCCESS [ 48.029 s]
[INFO] Apache Kylin - Spark Engine ........................ SUCCESS [ 47.857 s]
[INFO] Apache Kylin - Hive Source ......................... SUCCESS [ 31.802 s]
[INFO] Apache Kylin - Kafka Source ........................ SUCCESS [ 28.633 s]
[INFO] Apache Kylin - Query ............................... SUCCESS [ 35.295 s]
[INFO] Apache Kylin - REST Server Base .................... SUCCESS [ 43.418 s]
[INFO] Apache Kylin - REST Server ......................... SUCCESS [01:17 min]
[INFO] Apache Kylin - JDBC Driver ......................... FAILURE [  3.489 s]
[INFO] Apache Kylin - Assembly ............................ SUCCESS [ 30.009 s]
[INFO] Apache Kylin - Tool ................................ SUCCESS [ 29.999 s]
[INFO] Apache Kylin - Tool Assembly ....................... SUCCESS [ 14.341 s]
[INFO] Apache Kylin - Integration Test .................... SKIPPED
[INFO] Apache Kylin - Tomcat Extension .................... SUCCESS [ 15.224 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:46 min
[INFO] Finished at: 2017-06-29T06:03:24+00:00
[INFO] Final Memory: 90M/787M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (check-style) on project kylin-jdbc: Failed during checkstyle execution: There is 1 error reported by Checkstyle 6.19 with dev-support/checkstyle.xml ruleset. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (check-style) on project kylin-jdbc: Failed during checkstyle execution
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
	at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed during checkstyle execution
	at org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo.execute(CheckstyleViolationCheckMojo.java:547)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	... 30 more
Caused by: org.apache.maven.plugin.checkstyle.exec.CheckstyleExecutorException: There is 1 error reported by Checkstyle 6.19 with dev-support/checkstyle.xml ruleset.
	at org.apache.maven.plugin.checkstyle.exec.DefaultCheckstyleExecutor.executeCheckstyle(DefaultCheckstyleExecutor.java:313)
	at org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo.execute(CheckstyleViolationCheckMojo.java:538)
	... 32 more
[ERROR] 
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :kylin-jdbc
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/server/pom.xml> to org.apache.kylin/kylin-server/2.1.0-SNAPSHOT/kylin-server-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/jdbc/pom.xml> to org.apache.kylin/kylin-jdbc/2.1.0-SNAPSHOT/kylin-jdbc-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/core-metadata/pom.xml> to org.apache.kylin/kylin-core-metadata/2.1.0-SNAPSHOT/kylin-core-metadata-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/storage-hbase/pom.xml> to org.apache.kylin/kylin-storage-hbase/2.1.0-SNAPSHOT/kylin-storage-hbase-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/server-base/pom.xml> to org.apache.kylin/kylin-server-base/2.1.0-SNAPSHOT/kylin-server-base-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/source-hive/pom.xml> to org.apache.kylin/kylin-source-hive/2.1.0-SNAPSHOT/kylin-source-hive-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/core-job/pom.xml> to org.apache.kylin/kylin-core-job/2.1.0-SNAPSHOT/kylin-core-job-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/atopcalcite/pom.xml> to org.apache.kylin/atopcalcite/2.1.0-SNAPSHOT/atopcalcite-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tool/pom.xml> to org.apache.kylin/kylin-tool/2.1.0-SNAPSHOT/kylin-tool-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tomcat-ext/pom.xml> to org.apache.kylin/kylin-tomcat-ext/2.1.0-SNAPSHOT/kylin-tomcat-ext-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/pom.xml> to org.apache.kylin/kylin/2.1.0-SNAPSHOT/kylin-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/engine-spark/pom.xml> to org.apache.kylin/kylin-engine-spark/2.1.0-SNAPSHOT/kylin-engine-spark-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/core-cube/pom.xml> to org.apache.kylin/kylin-core-cube/2.1.0-SNAPSHOT/kylin-core-cube-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/assembly/pom.xml> to org.apache.kylin/kylin-assembly/2.1.0-SNAPSHOT/kylin-assembly-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/core-common/pom.xml> to org.apache.kylin/kylin-core-common/2.1.0-SNAPSHOT/kylin-core-common-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/source-kafka/pom.xml> to org.apache.kylin/kylin-source-kafka/2.1.0-SNAPSHOT/kylin-source-kafka-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/tool-assembly/pom.xml> to org.apache.kylin/kylin-tool-assembly/2.1.0-SNAPSHOT/kylin-tool-assembly-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/query/pom.xml> to org.apache.kylin/kylin-query/2.1.0-SNAPSHOT/kylin-query-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/kylin-it/pom.xml> to org.apache.kylin/kylin-it/2.1.0-SNAPSHOT/kylin-it-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/core-dictionary/pom.xml> to org.apache.kylin/kylin-core-dictionary/2.1.0-SNAPSHOT/kylin-core-dictionary-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/core-storage/pom.xml> to org.apache.kylin/kylin-core-storage/2.1.0-SNAPSHOT/kylin-core-storage-2.1.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Kylin-Master-JDK-1.7/ws/engine-mr/pom.xml> to org.apache.kylin/kylin-engine-mr/2.1.0-SNAPSHOT/kylin-engine-mr-2.1.0-SNAPSHOT.pom
channel stopped
Not sending mail to unregistered user 550175214@qq.com
Not sending mail to unregistered user cheng.wang@kyligence.io
Not sending mail to unregistered user event.dimlas@gmail.com
Not sending mail to unregistered user github@nakomis.com
Not sending mail to unregistered user liuyiming.vip@gmail.com
Not sending mail to unregistered user ma@kyligence.io
Not sending mail to unregistered user rogershijicheng@hotmail.com
Not sending mail to unregistered user zjsynce@sjtu.org

Jenkins build is back to normal : Kylin-Master-JDK-1.7 #552

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Kylin-Master-JDK-1.7/552/display/redirect?page=changes>