You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@hbase.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/12/30 18:38:41 UTC

Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #600

See <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/600/changes>

Changes:

[tedyu] HBASE-15044 Region normalization should be allowed when underlying

------------------------------------------
[...truncated 1032 lines...]
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @ hbase-examples ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Rest 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-rest ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-rest ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-rest ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-rest ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps>
     [copy] Copying 1 file to <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps/rest/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (jspcSource-packageInfo-source) @ hbase-rest ---
[INFO] Source directory: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/generated-sources/java> added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-rest ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-rest ---
[INFO] Compiling 71 source files to <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/classes>
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-rest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-rest ---
[INFO] Compiling 38 source files to <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/test-classes>
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestMultiRowResource.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestMultiRowResource.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java>: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-rest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-rest ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-rest ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-rest ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-rest ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @ hbase-rest ---
[INFO] Fork Value is true
     [java] Warnings generated: 2
[INFO] Done FindBugs Analysis....
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - External Block Cache 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-external-blockcache ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-external-blockcache ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-external-blockcache ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (versionInfo-source) @ hbase-external-blockcache ---
[INFO] Source directory: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/generated-sources/java> added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-external-blockcache ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-external-blockcache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-external-blockcache ---
[INFO] Compiling 1 source file to <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/classes>
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:build-classpath (create-mrapp-generated-classpath) @ hbase-external-blockcache ---
[INFO] Wrote classpath file '<https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/test-classes/mrapp-generated-classpath'.>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-external-blockcache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-external-blockcache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-external-blockcache ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-external-blockcache ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-external-blockcache ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-external-blockcache ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-external-blockcache ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @ hbase-external-blockcache ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Assembly 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-assembly ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-assembly ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-assembly ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-assembly ---
[ERROR] Error invoking method 'get(java.lang.Integer)' in java.util.ArrayList at META-INF/LICENSE.vm[line 1627, column 22]
java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
	at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
	at org.apache.velocity.runtime.parser.node.ASTIndex.execute(ASTIndex.java:149)
	at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
	at org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReference.java:530)
	at org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
	at org.apache.velocity.runtime.parser.node.ASTNotNode.evaluate(ASTNotNode.java:63)
	at org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
	at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:85)
	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
	at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420)
	at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
	at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
	at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
	at org.apache.velocity.Template.merge(Template.java:356)
	at org.apache.velocity.Template.merge(Template.java:260)
	at org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:354)
	at org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1164)
	at org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:520)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	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:108)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.rangeCheck(ArrayList.java:653)
	at java.util.ArrayList.get(ArrayList.java:429)
	... 44 more
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [  2.838 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  0.670 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  0.202 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  7.319 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [01:31 min]
[INFO] Apache HBase - Common ............................. SUCCESS [ 27.269 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.745 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 39.272 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.077 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.805 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.011 s]
[INFO] Apache HBase - Server ............................. SUCCESS [01:51 min]
[INFO] Apache HBase - Testing Util ....................... SUCCESS [  1.599 s]
[INFO] Apache HBase - Thrift ............................. SUCCESS [ 53.557 s]
[INFO] Apache HBase - Shell .............................. SUCCESS [  1.718 s]
[INFO] Apache HBase - Integration Tests .................. SUCCESS [  3.151 s]
[INFO] Apache HBase - Examples ........................... SUCCESS [ 12.913 s]
[INFO] Apache HBase - Rest ............................... SUCCESS [ 23.177 s]
[INFO] Apache HBase - External Block Cache ............... SUCCESS [  6.493 s]
[INFO] Apache HBase - Assembly ........................... FAILURE [  1.921 s]
[INFO] Apache HBase - Shaded ............................. SKIPPED
[INFO] Apache HBase - Shaded - Client .................... SKIPPED
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:03 min
[INFO] Finished at: 2015-12-30T17:35:52+00:00
[INFO] Final Memory: 182M/2259M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project hbase-assembly: Error rendering velocity resource. Error invoking method 'get(java.lang.Integer)' in java.util.ArrayList at META-INF/LICENSE.vm[line 1627, column 22]: InvocationTargetException: Index: 0, Size: 0 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hbase-assembly
Build step 'Invoke top-level Maven targets' marked build as failure
Performing Post build task...
Match found for :.* : True
Logical operation result is TRUE
Running script  : # Run zombie detector script
./dev-support/zombie-detector.sh --jenkins ${BUILD_ID}
[Hadoop] $ /bin/bash -xe /tmp/hudson5242495409480145369.sh
+ ./dev-support/zombie-detector.sh --jenkins 600
Wed Dec 30 17:35:53 UTC 2015 We're ok: there is no zombie test


    {color:green}+1 zombies{color}. No zombie tests found running at the end of the build.
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Compressed 3.35 MB of artifacts by 51.3% relative to #598
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?
[FINDBUGS] Skipping publisher since build result is FAILURE
[CHECKSTYLE] Skipping publisher since build result is FAILURE

Jenkins build is back to normal : HBase-Trunk_matrix » latest1.8,Hadoop #601

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/601/>


Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #600

Posted by Ted Yu <yu...@gmail.com>.
In newer build:
https://builds.apache.org/job/HBase-TRUNK_matrix/jdk=latest1.8,label=Hadoop/601/console

There was no error involving META-INF/LICENSE.vm

Looks like the error below was intermittent.

HBASE-15044 didn't introduce any new file.

On Wed, Dec 30, 2015 at 10:32 AM, Stack <st...@duboce.net> wrote:

> Seems like something wrong w/ this last patch....
> St.Ack
>
> On Wed, Dec 30, 2015 at 9:38 AM, Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
>
> > See <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/600/changes
> > >
> >
> > Changes:
> >
> > [tedyu] HBASE-15044 Region normalization should be allowed when
> underlying
> >
> > ------------------------------------------
> > [...truncated 1032 lines...]
> > [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @
> > hbase-examples ---
> > [INFO] Fork Value is true
> > [INFO] Done FindBugs Analysis....
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache HBase - Rest 2.0.0-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-rest ---
> > [INFO]
> > [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-rest ---
> > [INFO]
> > [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> > hbase-rest ---
> > [INFO]
> > [INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-rest ---
> > [INFO] Executing tasks
> >
> > main:
> >     [mkdir] Created dir: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps
> > >
> >      [copy] Copying 1 file to <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps
> > >
> > [INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via
> > org.mortbay.log.Slf4jLog
> >     [mkdir] Created dir: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps/rest/WEB-INF
> > >
> > [INFO] Executed tasks
> > [INFO]
> > [INFO] --- build-helper-maven-plugin:1.9.1:add-source
> > (jspcSource-packageInfo-source) @ hbase-rest ---
> > [INFO] Source directory: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/generated-sources/java
> >
> > added.
> > [INFO]
> > [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> > hbase-rest ---
> > [INFO]
> > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> > hbase-rest ---
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO]
> > [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> > hbase-rest ---
> > [INFO] Compiling 71 source files to <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/classes
> > >
> > [INFO] <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java
> >:
> > Some input files use or override a deprecated API.
> > [INFO] <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java
> >:
> > Recompile with -Xlint:deprecation for details.
> > [INFO]
> > [INFO] --- maven-resources-plugin:2.6:testResources
> > (default-testResources) @ hbase-rest ---
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 5 resources
> > [INFO] Copying 3 resources
> > [INFO]
> > [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> > hbase-rest ---
> > [INFO] Compiling 38 source files to <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/test-classes
> > >
> > [INFO] <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestMultiRowResource.java
> >:
> > Some input files use or override a deprecated API.
> > [INFO] <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestMultiRowResource.java
> >:
> > Recompile with -Xlint:deprecation for details.
> > [INFO] <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java
> >:
> > <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java
> >
> > uses unchecked or unsafe operations.
> > [INFO] <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java
> >:
> > Recompile with -Xlint:unchecked for details.
> > [INFO]
> > [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-rest
> > ---
> > [INFO] Tests are skipped.
> > [INFO]
> > [INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @
> > hbase-rest ---
> > [INFO] Tests are skipped.
> > [INFO]
> > [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @
> > hbase-rest ---
> > [INFO] Building jar: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-sources.jar
> > >
> > [INFO]
> > [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-rest ---
> > [INFO] Building jar: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-tests.jar
> > >
> > [INFO]
> > [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-rest ---
> > [INFO] Building jar: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT.jar
> > >
> > [INFO]
> > [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @
> hbase-rest
> > ---
> > [INFO] Fork Value is true
> >      [java] Warnings generated: 2
> > [INFO] Done FindBugs Analysis....
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache HBase - External Block Cache 2.0.0-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> > hbase-external-blockcache ---
> > [INFO]
> > [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @
> > hbase-external-blockcache ---
> > [INFO]
> > [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> > hbase-external-blockcache ---
> > [INFO]
> > [INFO] --- build-helper-maven-plugin:1.9.1:add-source
> (versionInfo-source)
> > @ hbase-external-blockcache ---
> > [INFO] Source directory: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/generated-sources/java
> >
> > added.
> > [INFO]
> > [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> > hbase-external-blockcache ---
> > [INFO]
> > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> > hbase-external-blockcache ---
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/src/main/resources
> > >
> > [INFO] Copying 3 resources
> > [INFO]
> > [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> > hbase-external-blockcache ---
> > [INFO] Compiling 1 source file to <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/classes
> > >
> > [INFO]
> > [INFO] --- maven-dependency-plugin:2.8:build-classpath
> > (create-mrapp-generated-classpath) @ hbase-external-blockcache ---
> > [INFO] Wrote classpath file '<
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/test-classes/mrapp-generated-classpath
> '
> > .>
> > [INFO]
> > [INFO] --- maven-resources-plugin:2.6:testResources
> > (default-testResources) @ hbase-external-blockcache ---
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/src/test/resources
> > >
> > [INFO] Copying 3 resources
> > [INFO]
> > [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> > hbase-external-blockcache ---
> > [INFO] No sources to compile
> > [INFO]
> > [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> > hbase-external-blockcache ---
> > [INFO] Tests are skipped.
> > [INFO]
> > [INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @
> > hbase-external-blockcache ---
> > [INFO] Tests are skipped.
> > [INFO]
> > [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @
> > hbase-external-blockcache ---
> > [INFO] Building jar: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT-sources.jar
> > >
> > [INFO]
> > [INFO] --- maven-jar-plugin:2.4:test-jar (default) @
> > hbase-external-blockcache ---
> > [INFO] Building jar: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT-tests.jar
> > >
> > [INFO]
> > [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @
> > hbase-external-blockcache ---
> > [INFO] Building jar: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT.jar
> > >
> > [INFO]
> > [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @
> > hbase-external-blockcache ---
> > [INFO] Fork Value is true
> > [INFO] Done FindBugs Analysis....
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache HBase - Assembly 2.0.0-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-assembly
> > ---
> > [INFO]
> > [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-assembly
> > ---
> > [INFO]
> > [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> > hbase-assembly ---
> > [INFO]
> > [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> > hbase-assembly ---
> > [ERROR] Error invoking method 'get(java.lang.Integer)' in
> > java.util.ArrayList at META-INF/LICENSE.vm[line 1627, column 22]
> > java.lang.reflect.InvocationTargetException
> >         at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
> >         at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >         at java.lang.reflect.Method.invoke(Method.java:497)
> >         at
> >
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
> >         at
> >
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTIndex.execute(ASTIndex.java:149)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReference.java:530)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTNotNode.evaluate(ASTNotNode.java:63)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:85)
> >         at
> > org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
> >         at
> > org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
> >         at
> > org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
> >         at
> >
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
> >         at org.apache.velocity.Template.merge(Template.java:356)
> >         at org.apache.velocity.Template.merge(Template.java:260)
> >         at
> >
> org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:354)
> >         at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1164)
> >         at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:520)
> >         at
> >
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
> >         at
> >
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
> >         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:108)
> >         at
> >
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
> >         at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> >         at
> >
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
> >         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
> >         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
> >         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
> >         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
> >         at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> >         at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >         at java.lang.reflect.Method.invoke(Method.java:497)
> >         at
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> >         at
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> >         at
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> > Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
> >         at java.util.ArrayList.rangeCheck(ArrayList.java:653)
> >         at java.util.ArrayList.get(ArrayList.java:429)
> >         ... 44 more
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Apache HBase ...................................... SUCCESS [
> > 2.838 s]
> > [INFO] Apache HBase - Checkstyle ......................... SUCCESS [
> > 0.670 s]
> > [INFO] Apache HBase - Resource Bundle .................... SUCCESS [
> > 0.202 s]
> > [INFO] Apache HBase - Annotations ........................ SUCCESS [
> > 7.319 s]
> > [INFO] Apache HBase - Protocol ........................... SUCCESS [01:31
> > min]
> > [INFO] Apache HBase - Common ............................. SUCCESS [
> > 27.269 s]
> > [INFO] Apache HBase - Procedure .......................... SUCCESS [
> > 11.745 s]
> > [INFO] Apache HBase - Client ............................. SUCCESS [
> > 39.272 s]
> > [INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [
> > 5.077 s]
> > [INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [
> > 9.805 s]
> > [INFO] Apache HBase - Prefix Tree ........................ SUCCESS [
> > 10.011 s]
> > [INFO] Apache HBase - Server ............................. SUCCESS [01:51
> > min]
> > [INFO] Apache HBase - Testing Util ....................... SUCCESS [
> > 1.599 s]
> > [INFO] Apache HBase - Thrift ............................. SUCCESS [
> > 53.557 s]
> > [INFO] Apache HBase - Shell .............................. SUCCESS [
> > 1.718 s]
> > [INFO] Apache HBase - Integration Tests .................. SUCCESS [
> > 3.151 s]
> > [INFO] Apache HBase - Examples ........................... SUCCESS [
> > 12.913 s]
> > [INFO] Apache HBase - Rest ............................... SUCCESS [
> > 23.177 s]
> > [INFO] Apache HBase - External Block Cache ............... SUCCESS [
> > 6.493 s]
> > [INFO] Apache HBase - Assembly ........................... FAILURE [
> > 1.921 s]
> > [INFO] Apache HBase - Shaded ............................. SKIPPED
> > [INFO] Apache HBase - Shaded - Client .................... SKIPPED
> > [INFO] Apache HBase - Shaded - Server .................... SKIPPED
> > [INFO] Apache HBase - Spark .............................. SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 07:03 min
> > [INFO] Finished at: 2015-12-30T17:35:52+00:00
> > [INFO] Final Memory: 182M/2259M
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process
> > (default) on project hbase-assembly: Error rendering velocity resource.
> > Error invoking method 'get(java.lang.Integer)' in java.util.ArrayList at
> > META-INF/LICENSE.vm[line 1627, column 22]: InvocationTargetException:
> > Index: 0, Size: 0 -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> > -e switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <goals> -rf :hbase-assembly
> > Build step 'Invoke top-level Maven targets' marked build as failure
> > Performing Post build task...
> > Match found for :.* : True
> > Logical operation result is TRUE
> > Running script  : # Run zombie detector script
> > ./dev-support/zombie-detector.sh --jenkins ${BUILD_ID}
> > [Hadoop] $ /bin/bash -xe /tmp/hudson5242495409480145369.sh
> > + ./dev-support/zombie-detector.sh --jenkins 600
> > Wed Dec 30 17:35:53 UTC 2015 We're ok: there is no zombie test
> >
> >
> >     {color:green}+1 zombies{color}. No zombie tests found running at the
> > end of the build.
> > POST BUILD TASK : SUCCESS
> > END OF POST BUILD TASK : 0
> > Archiving artifacts
> > Compressed 3.35 MB of artifacts by 51.3% relative to #598
> > Recording test results
> > ERROR: Publisher 'Publish JUnit test result report' failed: No test
> report
> > files were found. Configuration error?
> > [FINDBUGS] Skipping publisher since build result is FAILURE
> > [CHECKSTYLE] Skipping publisher since build result is FAILURE
> >
>

Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #600

Posted by Ted Yu <yu...@gmail.com>.
In newer build:
https://builds.apache.org/job/HBase-TRUNK_matrix/jdk=latest1.8,label=Hadoop/601/console

There was no error involving META-INF/LICENSE.vm

Looks like the error below was intermittent.

HBASE-15044 didn't introduce any new file.

On Wed, Dec 30, 2015 at 10:32 AM, Stack <st...@duboce.net> wrote:

> Seems like something wrong w/ this last patch....
> St.Ack
>
> On Wed, Dec 30, 2015 at 9:38 AM, Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
>
> > See <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/600/changes
> > >
> >
> > Changes:
> >
> > [tedyu] HBASE-15044 Region normalization should be allowed when
> underlying
> >
> > ------------------------------------------
> > [...truncated 1032 lines...]
> > [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @
> > hbase-examples ---
> > [INFO] Fork Value is true
> > [INFO] Done FindBugs Analysis....
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache HBase - Rest 2.0.0-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-rest ---
> > [INFO]
> > [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-rest ---
> > [INFO]
> > [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> > hbase-rest ---
> > [INFO]
> > [INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-rest ---
> > [INFO] Executing tasks
> >
> > main:
> >     [mkdir] Created dir: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps
> > >
> >      [copy] Copying 1 file to <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps
> > >
> > [INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via
> > org.mortbay.log.Slf4jLog
> >     [mkdir] Created dir: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps/rest/WEB-INF
> > >
> > [INFO] Executed tasks
> > [INFO]
> > [INFO] --- build-helper-maven-plugin:1.9.1:add-source
> > (jspcSource-packageInfo-source) @ hbase-rest ---
> > [INFO] Source directory: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/generated-sources/java
> >
> > added.
> > [INFO]
> > [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> > hbase-rest ---
> > [INFO]
> > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> > hbase-rest ---
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 2 resources
> > [INFO] Copying 3 resources
> > [INFO]
> > [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> > hbase-rest ---
> > [INFO] Compiling 71 source files to <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/classes
> > >
> > [INFO] <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java
> >:
> > Some input files use or override a deprecated API.
> > [INFO] <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java
> >:
> > Recompile with -Xlint:deprecation for details.
> > [INFO]
> > [INFO] --- maven-resources-plugin:2.6:testResources
> > (default-testResources) @ hbase-rest ---
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] Copying 5 resources
> > [INFO] Copying 3 resources
> > [INFO]
> > [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> > hbase-rest ---
> > [INFO] Compiling 38 source files to <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/test-classes
> > >
> > [INFO] <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestMultiRowResource.java
> >:
> > Some input files use or override a deprecated API.
> > [INFO] <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestMultiRowResource.java
> >:
> > Recompile with -Xlint:deprecation for details.
> > [INFO] <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java
> >:
> > <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java
> >
> > uses unchecked or unsafe operations.
> > [INFO] <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java
> >:
> > Recompile with -Xlint:unchecked for details.
> > [INFO]
> > [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-rest
> > ---
> > [INFO] Tests are skipped.
> > [INFO]
> > [INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @
> > hbase-rest ---
> > [INFO] Tests are skipped.
> > [INFO]
> > [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @
> > hbase-rest ---
> > [INFO] Building jar: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-sources.jar
> > >
> > [INFO]
> > [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-rest ---
> > [INFO] Building jar: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-tests.jar
> > >
> > [INFO]
> > [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-rest ---
> > [INFO] Building jar: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT.jar
> > >
> > [INFO]
> > [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @
> hbase-rest
> > ---
> > [INFO] Fork Value is true
> >      [java] Warnings generated: 2
> > [INFO] Done FindBugs Analysis....
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache HBase - External Block Cache 2.0.0-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> > hbase-external-blockcache ---
> > [INFO]
> > [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @
> > hbase-external-blockcache ---
> > [INFO]
> > [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> > hbase-external-blockcache ---
> > [INFO]
> > [INFO] --- build-helper-maven-plugin:1.9.1:add-source
> (versionInfo-source)
> > @ hbase-external-blockcache ---
> > [INFO] Source directory: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/generated-sources/java
> >
> > added.
> > [INFO]
> > [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> > hbase-external-blockcache ---
> > [INFO]
> > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> > hbase-external-blockcache ---
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/src/main/resources
> > >
> > [INFO] Copying 3 resources
> > [INFO]
> > [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> > hbase-external-blockcache ---
> > [INFO] Compiling 1 source file to <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/classes
> > >
> > [INFO]
> > [INFO] --- maven-dependency-plugin:2.8:build-classpath
> > (create-mrapp-generated-classpath) @ hbase-external-blockcache ---
> > [INFO] Wrote classpath file '<
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/test-classes/mrapp-generated-classpath
> '
> > .>
> > [INFO]
> > [INFO] --- maven-resources-plugin:2.6:testResources
> > (default-testResources) @ hbase-external-blockcache ---
> > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > [INFO] skip non existing resourceDirectory <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/src/test/resources
> > >
> > [INFO] Copying 3 resources
> > [INFO]
> > [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> > hbase-external-blockcache ---
> > [INFO] No sources to compile
> > [INFO]
> > [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> > hbase-external-blockcache ---
> > [INFO] Tests are skipped.
> > [INFO]
> > [INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @
> > hbase-external-blockcache ---
> > [INFO] Tests are skipped.
> > [INFO]
> > [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @
> > hbase-external-blockcache ---
> > [INFO] Building jar: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT-sources.jar
> > >
> > [INFO]
> > [INFO] --- maven-jar-plugin:2.4:test-jar (default) @
> > hbase-external-blockcache ---
> > [INFO] Building jar: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT-tests.jar
> > >
> > [INFO]
> > [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @
> > hbase-external-blockcache ---
> > [INFO] Building jar: <
> >
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT.jar
> > >
> > [INFO]
> > [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @
> > hbase-external-blockcache ---
> > [INFO] Fork Value is true
> > [INFO] Done FindBugs Analysis....
> > [INFO]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Apache HBase - Assembly 2.0.0-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-assembly
> > ---
> > [INFO]
> > [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-assembly
> > ---
> > [INFO]
> > [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> > hbase-assembly ---
> > [INFO]
> > [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> > hbase-assembly ---
> > [ERROR] Error invoking method 'get(java.lang.Integer)' in
> > java.util.ArrayList at META-INF/LICENSE.vm[line 1627, column 22]
> > java.lang.reflect.InvocationTargetException
> >         at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
> >         at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >         at java.lang.reflect.Method.invoke(Method.java:497)
> >         at
> >
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
> >         at
> >
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTIndex.execute(ASTIndex.java:149)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReference.java:530)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTNotNode.evaluate(ASTNotNode.java:63)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:85)
> >         at
> > org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
> >         at
> > org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
> >         at
> > org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
> >         at
> >
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
> >         at
> >
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
> >         at org.apache.velocity.Template.merge(Template.java:356)
> >         at org.apache.velocity.Template.merge(Template.java:260)
> >         at
> >
> org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:354)
> >         at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1164)
> >         at
> >
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:520)
> >         at
> >
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
> >         at
> >
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
> >         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:108)
> >         at
> >
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
> >         at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> >         at
> >
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
> >         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
> >         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
> >         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
> >         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
> >         at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> >         at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >         at java.lang.reflect.Method.invoke(Method.java:497)
> >         at
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> >         at
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> >         at
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> >         at
> > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> > Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
> >         at java.util.ArrayList.rangeCheck(ArrayList.java:653)
> >         at java.util.ArrayList.get(ArrayList.java:429)
> >         ... 44 more
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] Apache HBase ...................................... SUCCESS [
> > 2.838 s]
> > [INFO] Apache HBase - Checkstyle ......................... SUCCESS [
> > 0.670 s]
> > [INFO] Apache HBase - Resource Bundle .................... SUCCESS [
> > 0.202 s]
> > [INFO] Apache HBase - Annotations ........................ SUCCESS [
> > 7.319 s]
> > [INFO] Apache HBase - Protocol ........................... SUCCESS [01:31
> > min]
> > [INFO] Apache HBase - Common ............................. SUCCESS [
> > 27.269 s]
> > [INFO] Apache HBase - Procedure .......................... SUCCESS [
> > 11.745 s]
> > [INFO] Apache HBase - Client ............................. SUCCESS [
> > 39.272 s]
> > [INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [
> > 5.077 s]
> > [INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [
> > 9.805 s]
> > [INFO] Apache HBase - Prefix Tree ........................ SUCCESS [
> > 10.011 s]
> > [INFO] Apache HBase - Server ............................. SUCCESS [01:51
> > min]
> > [INFO] Apache HBase - Testing Util ....................... SUCCESS [
> > 1.599 s]
> > [INFO] Apache HBase - Thrift ............................. SUCCESS [
> > 53.557 s]
> > [INFO] Apache HBase - Shell .............................. SUCCESS [
> > 1.718 s]
> > [INFO] Apache HBase - Integration Tests .................. SUCCESS [
> > 3.151 s]
> > [INFO] Apache HBase - Examples ........................... SUCCESS [
> > 12.913 s]
> > [INFO] Apache HBase - Rest ............................... SUCCESS [
> > 23.177 s]
> > [INFO] Apache HBase - External Block Cache ............... SUCCESS [
> > 6.493 s]
> > [INFO] Apache HBase - Assembly ........................... FAILURE [
> > 1.921 s]
> > [INFO] Apache HBase - Shaded ............................. SKIPPED
> > [INFO] Apache HBase - Shaded - Client .................... SKIPPED
> > [INFO] Apache HBase - Shaded - Server .................... SKIPPED
> > [INFO] Apache HBase - Spark .............................. SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 07:03 min
> > [INFO] Finished at: 2015-12-30T17:35:52+00:00
> > [INFO] Final Memory: 182M/2259M
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process
> > (default) on project hbase-assembly: Error rendering velocity resource.
> > Error invoking method 'get(java.lang.Integer)' in java.util.ArrayList at
> > META-INF/LICENSE.vm[line 1627, column 22]: InvocationTargetException:
> > Index: 0, Size: 0 -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> > -e switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <goals> -rf :hbase-assembly
> > Build step 'Invoke top-level Maven targets' marked build as failure
> > Performing Post build task...
> > Match found for :.* : True
> > Logical operation result is TRUE
> > Running script  : # Run zombie detector script
> > ./dev-support/zombie-detector.sh --jenkins ${BUILD_ID}
> > [Hadoop] $ /bin/bash -xe /tmp/hudson5242495409480145369.sh
> > + ./dev-support/zombie-detector.sh --jenkins 600
> > Wed Dec 30 17:35:53 UTC 2015 We're ok: there is no zombie test
> >
> >
> >     {color:green}+1 zombies{color}. No zombie tests found running at the
> > end of the build.
> > POST BUILD TASK : SUCCESS
> > END OF POST BUILD TASK : 0
> > Archiving artifacts
> > Compressed 3.35 MB of artifacts by 51.3% relative to #598
> > Recording test results
> > ERROR: Publisher 'Publish JUnit test result report' failed: No test
> report
> > files were found. Configuration error?
> > [FINDBUGS] Skipping publisher since build result is FAILURE
> > [CHECKSTYLE] Skipping publisher since build result is FAILURE
> >
>

Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #600

Posted by Stack <st...@duboce.net>.
Seems like something wrong w/ this last patch....
St.Ack

On Wed, Dec 30, 2015 at 9:38 AM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/600/changes
> >
>
> Changes:
>
> [tedyu] HBASE-15044 Region normalization should be allowed when underlying
>
> ------------------------------------------
> [...truncated 1032 lines...]
> [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @
> hbase-examples ---
> [INFO] Fork Value is true
> [INFO] Done FindBugs Analysis....
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache HBase - Rest 2.0.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-rest ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-rest ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> hbase-rest ---
> [INFO]
> [INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-rest ---
> [INFO] Executing tasks
>
> main:
>     [mkdir] Created dir: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps
> >
>      [copy] Copying 1 file to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps
> >
> [INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via
> org.mortbay.log.Slf4jLog
>     [mkdir] Created dir: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps/rest/WEB-INF
> >
> [INFO] Executed tasks
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.9.1:add-source
> (jspcSource-packageInfo-source) @ hbase-rest ---
> [INFO] Source directory: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/generated-sources/java>
> added.
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> hbase-rest ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> hbase-rest ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> hbase-rest ---
> [INFO] Compiling 71 source files to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/classes
> >
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java>:
> Some input files use or override a deprecated API.
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java>:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ hbase-rest ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 5 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> hbase-rest ---
> [INFO] Compiling 38 source files to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/test-classes
> >
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestMultiRowResource.java>:
> Some input files use or override a deprecated API.
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestMultiRowResource.java>:
> Recompile with -Xlint:deprecation for details.
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java>:
> <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java>
> uses unchecked or unsafe operations.
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java>:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-rest
> ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @
> hbase-rest ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @
> hbase-rest ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-sources.jar
> >
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-rest ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-tests.jar
> >
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-rest ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT.jar
> >
> [INFO]
> [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @ hbase-rest
> ---
> [INFO] Fork Value is true
>      [java] Warnings generated: 2
> [INFO] Done FindBugs Analysis....
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache HBase - External Block Cache 2.0.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> hbase-external-blockcache ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @
> hbase-external-blockcache ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> hbase-external-blockcache ---
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.9.1:add-source (versionInfo-source)
> @ hbase-external-blockcache ---
> [INFO] Source directory: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/generated-sources/java>
> added.
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> hbase-external-blockcache ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> hbase-external-blockcache ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/src/main/resources
> >
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> hbase-external-blockcache ---
> [INFO] Compiling 1 source file to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/classes
> >
> [INFO]
> [INFO] --- maven-dependency-plugin:2.8:build-classpath
> (create-mrapp-generated-classpath) @ hbase-external-blockcache ---
> [INFO] Wrote classpath file '<
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/test-classes/mrapp-generated-classpath'
> .>
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ hbase-external-blockcache ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/src/test/resources
> >
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> hbase-external-blockcache ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> hbase-external-blockcache ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @
> hbase-external-blockcache ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @
> hbase-external-blockcache ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT-sources.jar
> >
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:test-jar (default) @
> hbase-external-blockcache ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT-tests.jar
> >
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @
> hbase-external-blockcache ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT.jar
> >
> [INFO]
> [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @
> hbase-external-blockcache ---
> [INFO] Fork Value is true
> [INFO] Done FindBugs Analysis....
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache HBase - Assembly 2.0.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-assembly
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-assembly
> ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> hbase-assembly ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> hbase-assembly ---
> [ERROR] Error invoking method 'get(java.lang.Integer)' in
> java.util.ArrayList at META-INF/LICENSE.vm[line 1627, column 22]
> java.lang.reflect.InvocationTargetException
>         at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:497)
>         at
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
>         at
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
>         at
> org.apache.velocity.runtime.parser.node.ASTIndex.execute(ASTIndex.java:149)
>         at
> org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
>         at
> org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReference.java:530)
>         at
> org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
>         at
> org.apache.velocity.runtime.parser.node.ASTNotNode.evaluate(ASTNotNode.java:63)
>         at
> org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
>         at
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:85)
>         at
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
>         at
> org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420)
>         at
> org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
>         at
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
>         at
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
>         at
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
>         at org.apache.velocity.Template.merge(Template.java:356)
>         at org.apache.velocity.Template.merge(Template.java:260)
>         at
> org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:354)
>         at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1164)
>         at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:520)
>         at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
>         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:108)
>         at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
>         at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>         at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
>         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
>         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:497)
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
>         at java.util.ArrayList.rangeCheck(ArrayList.java:653)
>         at java.util.ArrayList.get(ArrayList.java:429)
>         ... 44 more
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache HBase ...................................... SUCCESS [
> 2.838 s]
> [INFO] Apache HBase - Checkstyle ......................... SUCCESS [
> 0.670 s]
> [INFO] Apache HBase - Resource Bundle .................... SUCCESS [
> 0.202 s]
> [INFO] Apache HBase - Annotations ........................ SUCCESS [
> 7.319 s]
> [INFO] Apache HBase - Protocol ........................... SUCCESS [01:31
> min]
> [INFO] Apache HBase - Common ............................. SUCCESS [
> 27.269 s]
> [INFO] Apache HBase - Procedure .......................... SUCCESS [
> 11.745 s]
> [INFO] Apache HBase - Client ............................. SUCCESS [
> 39.272 s]
> [INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [
> 5.077 s]
> [INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [
> 9.805 s]
> [INFO] Apache HBase - Prefix Tree ........................ SUCCESS [
> 10.011 s]
> [INFO] Apache HBase - Server ............................. SUCCESS [01:51
> min]
> [INFO] Apache HBase - Testing Util ....................... SUCCESS [
> 1.599 s]
> [INFO] Apache HBase - Thrift ............................. SUCCESS [
> 53.557 s]
> [INFO] Apache HBase - Shell .............................. SUCCESS [
> 1.718 s]
> [INFO] Apache HBase - Integration Tests .................. SUCCESS [
> 3.151 s]
> [INFO] Apache HBase - Examples ........................... SUCCESS [
> 12.913 s]
> [INFO] Apache HBase - Rest ............................... SUCCESS [
> 23.177 s]
> [INFO] Apache HBase - External Block Cache ............... SUCCESS [
> 6.493 s]
> [INFO] Apache HBase - Assembly ........................... FAILURE [
> 1.921 s]
> [INFO] Apache HBase - Shaded ............................. SKIPPED
> [INFO] Apache HBase - Shaded - Client .................... SKIPPED
> [INFO] Apache HBase - Shaded - Server .................... SKIPPED
> [INFO] Apache HBase - Spark .............................. SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 07:03 min
> [INFO] Finished at: 2015-12-30T17:35:52+00:00
> [INFO] Final Memory: 182M/2259M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process
> (default) on project hbase-assembly: Error rendering velocity resource.
> Error invoking method 'get(java.lang.Integer)' in java.util.ArrayList at
> META-INF/LICENSE.vm[line 1627, column 22]: InvocationTargetException:
> Index: 0, Size: 0 -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :hbase-assembly
> Build step 'Invoke top-level Maven targets' marked build as failure
> Performing Post build task...
> Match found for :.* : True
> Logical operation result is TRUE
> Running script  : # Run zombie detector script
> ./dev-support/zombie-detector.sh --jenkins ${BUILD_ID}
> [Hadoop] $ /bin/bash -xe /tmp/hudson5242495409480145369.sh
> + ./dev-support/zombie-detector.sh --jenkins 600
> Wed Dec 30 17:35:53 UTC 2015 We're ok: there is no zombie test
>
>
>     {color:green}+1 zombies{color}. No zombie tests found running at the
> end of the build.
> POST BUILD TASK : SUCCESS
> END OF POST BUILD TASK : 0
> Archiving artifacts
> Compressed 3.35 MB of artifacts by 51.3% relative to #598
> Recording test results
> ERROR: Publisher 'Publish JUnit test result report' failed: No test report
> files were found. Configuration error?
> [FINDBUGS] Skipping publisher since build result is FAILURE
> [CHECKSTYLE] Skipping publisher since build result is FAILURE
>

Re: Build failed in Jenkins: HBase-Trunk_matrix » latest1.8,Hadoop #600

Posted by Stack <st...@duboce.net>.
Seems like something wrong w/ this last patch....
St.Ack

On Wed, Dec 30, 2015 at 9:38 AM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/600/changes
> >
>
> Changes:
>
> [tedyu] HBASE-15044 Region normalization should be allowed when underlying
>
> ------------------------------------------
> [...truncated 1032 lines...]
> [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @
> hbase-examples ---
> [INFO] Fork Value is true
> [INFO] Done FindBugs Analysis....
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache HBase - Rest 2.0.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-rest ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-rest ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> hbase-rest ---
> [INFO]
> [INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-rest ---
> [INFO] Executing tasks
>
> main:
>     [mkdir] Created dir: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps
> >
>      [copy] Copying 1 file to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps
> >
> [INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via
> org.mortbay.log.Slf4jLog
>     [mkdir] Created dir: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-webapps/rest/WEB-INF
> >
> [INFO] Executed tasks
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.9.1:add-source
> (jspcSource-packageInfo-source) @ hbase-rest ---
> [INFO] Source directory: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/generated-sources/java>
> added.
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> hbase-rest ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> hbase-rest ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> hbase-rest ---
> [INFO] Compiling 71 source files to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/classes
> >
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java>:
> Some input files use or override a deprecated API.
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java>:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ hbase-rest ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 5 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> hbase-rest ---
> [INFO] Compiling 38 source files to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/test-classes
> >
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestMultiRowResource.java>:
> Some input files use or override a deprecated API.
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestMultiRowResource.java>:
> Recompile with -Xlint:deprecation for details.
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java>:
> <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java>
> uses unchecked or unsafe operations.
> [INFO] <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/model/TestModelBase.java>:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-rest
> ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @
> hbase-rest ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @
> hbase-rest ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-sources.jar
> >
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-rest ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT-tests.jar
> >
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-rest ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-rest/target/hbase-rest-2.0.0-SNAPSHOT.jar
> >
> [INFO]
> [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @ hbase-rest
> ---
> [INFO] Fork Value is true
>      [java] Warnings generated: 2
> [INFO] Done FindBugs Analysis....
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache HBase - External Block Cache 2.0.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> hbase-external-blockcache ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @
> hbase-external-blockcache ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> hbase-external-blockcache ---
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.9.1:add-source (versionInfo-source)
> @ hbase-external-blockcache ---
> [INFO] Source directory: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/generated-sources/java>
> added.
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> hbase-external-blockcache ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> hbase-external-blockcache ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/src/main/resources
> >
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> hbase-external-blockcache ---
> [INFO] Compiling 1 source file to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/classes
> >
> [INFO]
> [INFO] --- maven-dependency-plugin:2.8:build-classpath
> (create-mrapp-generated-classpath) @ hbase-external-blockcache ---
> [INFO] Wrote classpath file '<
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/test-classes/mrapp-generated-classpath'
> .>
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ hbase-external-blockcache ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/src/test/resources
> >
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @
> hbase-external-blockcache ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @
> hbase-external-blockcache ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @
> hbase-external-blockcache ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @
> hbase-external-blockcache ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT-sources.jar
> >
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:test-jar (default) @
> hbase-external-blockcache ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT-tests.jar
> >
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @
> hbase-external-blockcache ---
> [INFO] Building jar: <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-external-blockcache/target/hbase-external-blockcache-2.0.0-SNAPSHOT.jar
> >
> [INFO]
> [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @
> hbase-external-blockcache ---
> [INFO] Fork Value is true
> [INFO] Done FindBugs Analysis....
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache HBase - Assembly 2.0.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-assembly
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-assembly
> ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @
> hbase-assembly ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> hbase-assembly ---
> [ERROR] Error invoking method 'get(java.lang.Integer)' in
> java.util.ArrayList at META-INF/LICENSE.vm[line 1627, column 22]
> java.lang.reflect.InvocationTargetException
>         at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:497)
>         at
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
>         at
> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
>         at
> org.apache.velocity.runtime.parser.node.ASTIndex.execute(ASTIndex.java:149)
>         at
> org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
>         at
> org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReference.java:530)
>         at
> org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
>         at
> org.apache.velocity.runtime.parser.node.ASTNotNode.evaluate(ASTNotNode.java:63)
>         at
> org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:62)
>         at
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:85)
>         at
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
>         at
> org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420)
>         at
> org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
>         at
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
>         at
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
>         at
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
>         at org.apache.velocity.Template.merge(Template.java:356)
>         at org.apache.velocity.Template.merge(Template.java:260)
>         at
> org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:354)
>         at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.processResourceBundles(ProcessRemoteResourcesMojo.java:1164)
>         at
> org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:520)
>         at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
>         at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
>         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:108)
>         at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
>         at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>         at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
>         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
>         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:497)
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>         at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
>         at java.util.ArrayList.rangeCheck(ArrayList.java:653)
>         at java.util.ArrayList.get(ArrayList.java:429)
>         ... 44 more
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache HBase ...................................... SUCCESS [
> 2.838 s]
> [INFO] Apache HBase - Checkstyle ......................... SUCCESS [
> 0.670 s]
> [INFO] Apache HBase - Resource Bundle .................... SUCCESS [
> 0.202 s]
> [INFO] Apache HBase - Annotations ........................ SUCCESS [
> 7.319 s]
> [INFO] Apache HBase - Protocol ........................... SUCCESS [01:31
> min]
> [INFO] Apache HBase - Common ............................. SUCCESS [
> 27.269 s]
> [INFO] Apache HBase - Procedure .......................... SUCCESS [
> 11.745 s]
> [INFO] Apache HBase - Client ............................. SUCCESS [
> 39.272 s]
> [INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [
> 5.077 s]
> [INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [
> 9.805 s]
> [INFO] Apache HBase - Prefix Tree ........................ SUCCESS [
> 10.011 s]
> [INFO] Apache HBase - Server ............................. SUCCESS [01:51
> min]
> [INFO] Apache HBase - Testing Util ....................... SUCCESS [
> 1.599 s]
> [INFO] Apache HBase - Thrift ............................. SUCCESS [
> 53.557 s]
> [INFO] Apache HBase - Shell .............................. SUCCESS [
> 1.718 s]
> [INFO] Apache HBase - Integration Tests .................. SUCCESS [
> 3.151 s]
> [INFO] Apache HBase - Examples ........................... SUCCESS [
> 12.913 s]
> [INFO] Apache HBase - Rest ............................... SUCCESS [
> 23.177 s]
> [INFO] Apache HBase - External Block Cache ............... SUCCESS [
> 6.493 s]
> [INFO] Apache HBase - Assembly ........................... FAILURE [
> 1.921 s]
> [INFO] Apache HBase - Shaded ............................. SKIPPED
> [INFO] Apache HBase - Shaded - Client .................... SKIPPED
> [INFO] Apache HBase - Shaded - Server .................... SKIPPED
> [INFO] Apache HBase - Spark .............................. SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 07:03 min
> [INFO] Finished at: 2015-12-30T17:35:52+00:00
> [INFO] Final Memory: 182M/2259M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process
> (default) on project hbase-assembly: Error rendering velocity resource.
> Error invoking method 'get(java.lang.Integer)' in java.util.ArrayList at
> META-INF/LICENSE.vm[line 1627, column 22]: InvocationTargetException:
> Index: 0, Size: 0 -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :hbase-assembly
> Build step 'Invoke top-level Maven targets' marked build as failure
> Performing Post build task...
> Match found for :.* : True
> Logical operation result is TRUE
> Running script  : # Run zombie detector script
> ./dev-support/zombie-detector.sh --jenkins ${BUILD_ID}
> [Hadoop] $ /bin/bash -xe /tmp/hudson5242495409480145369.sh
> + ./dev-support/zombie-detector.sh --jenkins 600
> Wed Dec 30 17:35:53 UTC 2015 We're ok: there is no zombie test
>
>
>     {color:green}+1 zombies{color}. No zombie tests found running at the
> end of the build.
> POST BUILD TASK : SUCCESS
> END OF POST BUILD TASK : 0
> Archiving artifacts
> Compressed 3.35 MB of artifacts by 51.3% relative to #598
> Recording test results
> ERROR: Publisher 'Publish JUnit test result report' failed: No test report
> files were found. Configuration error?
> [FINDBUGS] Skipping publisher since build result is FAILURE
> [CHECKSTYLE] Skipping publisher since build result is FAILURE
>