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/21 18:27:44 UTC

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

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

------------------------------------------
Started by upstream project "HBase-Trunk_matrix" build number 573
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H9 (Mapreduce Falcon Hadoop Pig Zookeeper Tez Hdfs) in workspace <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/hbase.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/hbase.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:763)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1012)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1043)
	at hudson.scm.SCM.checkout(SCM.java:484)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1274)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:381)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url https://git-wip-us.apache.org/repos/asf/hbase.git" returned status code 4:
stdout: 
stderr: error: failed to write new configuration file .git/config.lock

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1640)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1616)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1612)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1254)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1266)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:972)
	at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
	at sun.reflect.GeneratedMethodAccessor354.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to H9(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1413)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:778)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy131.setRemoteUrl(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:298)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:751)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/hbase.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/hbase.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:763)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1012)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1043)
	at hudson.scm.SCM.checkout(SCM.java:484)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1274)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:381)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url https://git-wip-us.apache.org/repos/asf/hbase.git" returned status code 4:
stdout: 
stderr: error: failed to write new configuration file .git/config.lock

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1640)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1616)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1612)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1254)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1266)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:972)
	at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
	at sun.reflect.GeneratedMethodAccessor354.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to H9(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1413)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:778)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy131.setRemoteUrl(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:298)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:751)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/hbase.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/hbase.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:763)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1012)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1043)
	at hudson.scm.SCM.checkout(SCM.java:484)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1274)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:381)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url https://git-wip-us.apache.org/repos/asf/hbase.git" returned status code 4:
stdout: 
stderr: error: failed to write new configuration file .git/config.lock

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1640)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1616)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1612)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1254)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1266)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:972)
	at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
	at sun.reflect.GeneratedMethodAccessor354.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to H9(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1413)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:778)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
	at com.sun.proxy.$Proxy131.setRemoteUrl(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:298)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:751)
	... 11 more
ERROR: null
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}
FATAL: Unable to produce a script file
java.io.IOException: Failed to create a temp file on <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/>
	at hudson.FilePath.createTextTempFile(FilePath.java:1381)
	at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:144)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:82)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
	at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:123)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:776)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
	at hudson.model.Run.execute(Run.java:1763)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:381)
Caused by: java.io.IOException: remote file operation failed: <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/> at hudson.remoting.Channel@3285d648:H9: java.io.IOException: No space left on device
	at hudson.FilePath.act(FilePath.java:985)
	at hudson.FilePath.act(FilePath.java:967)
	at hudson.FilePath.createTextTempFile(FilePath.java:1355)
	... 13 more
Caused by: java.io.IOException: No space left on device
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:345)
	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
	at sun.nio.cs.StreamEncoder.implClose(StreamEncoder.java:316)
	at sun.nio.cs.StreamEncoder.close(StreamEncoder.java:149)
	at java.io.OutputStreamWriter.close(OutputStreamWriter.java:233)
	at hudson.FilePath$17.invoke(FilePath.java:1374)
	at hudson.FilePath$17.invoke(FilePath.java:1355)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to H9(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1413)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:778)
	at hudson.FilePath.act(FilePath.java:978)
	... 15 more
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: Test reports were found but none of them are new. Did tests run? 
For example, <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/573/artifact/hbase-client/target/surefire-reports/TEST-org.apache.hadoop.hbase.TestHColumnDescriptor.xml> is 2 days 7 hr old

[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 #575

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


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

Posted by Stack <st...@duboce.net>.
HBASE-15024 is anyone wants to fix it.. .its a long-lived flakey
St.Ack

On Mon, Dec 21, 2015 at 2:02 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/574/changes
> >
>
> Changes:
>
> [stack] Fix bad link found by Boris of vectorportal
>
> [antonov] HBASE-14976 fix tests
>
> [matteo.bertozzi] HBASE-15022 replication_admin.rb throws undefined method
>
> ------------------------------------------
> [...truncated 3057 lines...]
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestHBaseConfiguration
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 sec
> - in org.apache.hadoop.hbase.TestHBaseConfiguration
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestCellComparator
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
> - in org.apache.hadoop.hbase.TestCellComparator
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestCellUtil
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec
> - in org.apache.hadoop.hbase.TestCellUtil
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestClassFinder
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.252 sec
> - in org.apache.hadoop.hbase.TestClassFinder
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestTimeout
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.246 sec
> - in org.apache.hadoop.hbase.TestTimeout
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestChoreService
> Tests run: 17, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 41.869
> sec <<< FAILURE! - in org.apache.hadoop.hbase.TestChoreService
> testShutdownRejectsNewSchedules(org.apache.hadoop.hbase.TestChoreService)
> Time elapsed: 20.026 sec  <<< ERROR!
> org.junit.runners.model.TestTimedOutException: test timed out after 20000
> milliseconds
>         at
> org.apache.hadoop.hbase.ScheduledChore.getName(ScheduledChore.java:272)
>         at
> org.apache.hadoop.hbase.ScheduledChore.toString(ScheduledChore.java:344)
>         at java.lang.String.valueOf(String.java:2994)
>         at java.lang.StringBuilder.append(StringBuilder.java:131)
>         at
> java.util.AbstractCollection.toString(AbstractCollection.java:462)
>         at java.lang.String.valueOf(String.java:2994)
>         at java.lang.StringBuilder.append(StringBuilder.java:131)
>         at
> org.apache.hadoop.hbase.ChoreService.shutdown(ChoreService.java:323)
>         at
> org.apache.hadoop.hbase.TestChoreService.shutdownService(TestChoreService.java:361)
>         at
> org.apache.hadoop.hbase.TestChoreService.testShutdownRejectsNewSchedules(TestChoreService.java:842)
>
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.nio.TestMultiByteBuff
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 sec
> - in org.apache.hadoop.hbase.nio.TestMultiByteBuff
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.nio.TestSingleByteBuff
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec
> - in org.apache.hadoop.hbase.nio.TestSingleByteBuff
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.zookeeper.TestZKConfig
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 sec
> - in org.apache.hadoop.hbase.zookeeper.TestZKConfig
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestThreads
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.125 sec
> - in org.apache.hadoop.hbase.util.TestThreads
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestDrainBarrier
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.288 sec
> - in org.apache.hadoop.hbase.util.TestDrainBarrier
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestBytes
> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.067 sec
> - in org.apache.hadoop.hbase.util.TestBytes
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestLoadTestKVGenerator
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 sec
> - in org.apache.hadoop.hbase.util.TestLoadTestKVGenerator
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestKeyLocker
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
> - in org.apache.hadoop.hbase.util.TestKeyLocker
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestCoprocessorClassLoader
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.95 sec -
> in org.apache.hadoop.hbase.util.TestCoprocessorClassLoader
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestSimpleMutableByteRange
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
> - in org.apache.hadoop.hbase.util.TestSimpleMutableByteRange
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestWeakObjectPool
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec
> - in org.apache.hadoop.hbase.util.TestWeakObjectPool
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestSimplePositionedMutableByteRange
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 sec
> - in org.apache.hadoop.hbase.util.TestSimplePositionedMutableByteRange
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestOrder
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
> - in org.apache.hadoop.hbase.util.TestOrder
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestShowProperties
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec
> - in org.apache.hadoop.hbase.util.TestShowProperties
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestDynamicClassLoader
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 sec
> - in org.apache.hadoop.hbase.util.TestDynamicClassLoader
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestBase64
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
> - in org.apache.hadoop.hbase.util.TestBase64
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestOrderedBytes
> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.767 sec
> - in org.apache.hadoop.hbase.util.TestOrderedBytes
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestBoundedArrayQueue
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec
> - in org.apache.hadoop.hbase.util.TestBoundedArrayQueue
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestConcatenatedLists
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec
> - in org.apache.hadoop.hbase.util.TestConcatenatedLists
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestByteRangeWithKVSerialization
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 sec
> - in org.apache.hadoop.hbase.util.TestByteRangeWithKVSerialization
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestFastLongHistogram
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 sec
> - in org.apache.hadoop.hbase.util.TestFastLongHistogram
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestOffheapKeyValue
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
> - in org.apache.hadoop.hbase.TestOffheapKeyValue
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestCompoundConfiguration
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 sec -
> in org.apache.hadoop.hbase.TestCompoundConfiguration
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.util.TestLRUDictionary
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 sec
> - in org.apache.hadoop.hbase.io.util.TestLRUDictionary
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.TestMultiByteBuffInputStream
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec
> - in org.apache.hadoop.hbase.io.TestMultiByteBuffInputStream
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.TestBoundedByteBufferPool
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 sec
> - in org.apache.hadoop.hbase.io.TestBoundedByteBufferPool
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> - in org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.crypto.TestEncryption
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.16 sec -
> in org.apache.hadoop.hbase.io.crypto.TestEncryption
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.crypto.aes.TestAES
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 sec -
> in org.apache.hadoop.hbase.io.crypto.aes.TestAES
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.crypto.TestKeyProvider
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.34 sec -
> in org.apache.hadoop.hbase.io.crypto.TestKeyProvider
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.crypto.TestCipherProvider
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 sec -
> in org.apache.hadoop.hbase.io.crypto.TestCipherProvider
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.TestTagCompressionContext
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
> - in org.apache.hadoop.hbase.io.TestTagCompressionContext
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.codec.TestKeyValueCodec
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec
> - in org.apache.hadoop.hbase.codec.TestKeyValueCodec
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.codec.TestCellCodec
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec
> - in org.apache.hadoop.hbase.codec.TestCellCodec
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.codec.TestKeyValueCodecWithTags
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> - in org.apache.hadoop.hbase.codec.TestKeyValueCodecWithTags
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.codec.TestCellCodecWithTags
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec
> - in org.apache.hadoop.hbase.codec.TestCellCodecWithTags
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestFixedLengthWrapper
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec
> - in org.apache.hadoop.hbase.types.TestFixedLengthWrapper
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestOrderedString
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec
> - in org.apache.hadoop.hbase.types.TestOrderedString
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestTerminatedWrapper
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec
> - in org.apache.hadoop.hbase.types.TestTerminatedWrapper
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestUnion2
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
> - in org.apache.hadoop.hbase.types.TestUnion2
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestOrderedBlobVar
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
> - in org.apache.hadoop.hbase.types.TestOrderedBlobVar
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestRawString
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
> - in org.apache.hadoop.hbase.types.TestRawString
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.504
> sec - in org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestStruct
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
> - in org.apache.hadoop.hbase.types.TestStruct
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestOrderedBlob
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> - in org.apache.hadoop.hbase.types.TestOrderedBlob
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestStructNullExtension
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec -
> in org.apache.hadoop.hbase.types.TestStructNullExtension
>
> Results :
>
> Tests in error:
>
> TestChoreService.testShutdownRejectsNewSchedules:842->shutdownService:361 »
> TestTimedOut
>
> Tests run: 235, Failures: 0, Errors: 1, Skipped: 1
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache HBase ...................................... SUCCESS [
> 2.831 s]
> [INFO] Apache HBase - Checkstyle ......................... SUCCESS [
> 0.558 s]
> [INFO] Apache HBase - Resource Bundle .................... SUCCESS [
> 0.174 s]
> [INFO] Apache HBase - Annotations ........................ SUCCESS [
> 0.149 s]
> [INFO] Apache HBase - Protocol ........................... SUCCESS [
> 2.227 s]
> [INFO] Apache HBase - Common ............................. FAILURE [01:46
> min]
> [INFO] Apache HBase - Procedure .......................... SKIPPED
> [INFO] Apache HBase - Client ............................. SKIPPED
> [INFO] Apache HBase - Hadoop Compatibility ............... SKIPPED
> [INFO] Apache HBase - Hadoop Two Compatibility ........... SKIPPED
> [INFO] Apache HBase - Prefix Tree ........................ SKIPPED
> [INFO] Apache HBase - Server ............................. SKIPPED
> [INFO] Apache HBase - Testing Util ....................... SKIPPED
> [INFO] Apache HBase - Thrift ............................. SKIPPED
> [INFO] Apache HBase - Shell .............................. SKIPPED
> [INFO] Apache HBase - Integration Tests .................. SKIPPED
> [INFO] Apache HBase - Examples ........................... SKIPPED
> [INFO] Apache HBase - Rest ............................... SKIPPED
> [INFO] Apache HBase - External Block Cache ............... SKIPPED
> [INFO] Apache HBase - Assembly ........................... SKIPPED
> [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: 01:53 min
> [INFO] Finished at: 2015-12-21T22:02:07+00:00
> [INFO] Final Memory: 56M/1240M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test)
> on project hbase-common: There are test failures.
> [ERROR]
> [ERROR] Please refer to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-common/target/surefire-reports>
> for the individual test results.
> [ERROR] -> [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/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :hbase-common
> 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/hudson1256801588322128974.sh
> + ./dev-support/zombie-detector.sh --jenkins 574
> Mon Dec 21 22:02:08 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 13.71 MB of artifacts by 55.8% relative to #567
> Recording test results
> [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 #574

Posted by Stack <st...@duboce.net>.
HBASE-15024 is anyone wants to fix it.. .its a long-lived flakey
St.Ack

On Mon, Dec 21, 2015 at 2:02 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/574/changes
> >
>
> Changes:
>
> [stack] Fix bad link found by Boris of vectorportal
>
> [antonov] HBASE-14976 fix tests
>
> [matteo.bertozzi] HBASE-15022 replication_admin.rb throws undefined method
>
> ------------------------------------------
> [...truncated 3057 lines...]
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestHBaseConfiguration
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 sec
> - in org.apache.hadoop.hbase.TestHBaseConfiguration
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestCellComparator
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec
> - in org.apache.hadoop.hbase.TestCellComparator
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestCellUtil
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec
> - in org.apache.hadoop.hbase.TestCellUtil
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestClassFinder
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.252 sec
> - in org.apache.hadoop.hbase.TestClassFinder
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestTimeout
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.246 sec
> - in org.apache.hadoop.hbase.TestTimeout
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestChoreService
> Tests run: 17, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 41.869
> sec <<< FAILURE! - in org.apache.hadoop.hbase.TestChoreService
> testShutdownRejectsNewSchedules(org.apache.hadoop.hbase.TestChoreService)
> Time elapsed: 20.026 sec  <<< ERROR!
> org.junit.runners.model.TestTimedOutException: test timed out after 20000
> milliseconds
>         at
> org.apache.hadoop.hbase.ScheduledChore.getName(ScheduledChore.java:272)
>         at
> org.apache.hadoop.hbase.ScheduledChore.toString(ScheduledChore.java:344)
>         at java.lang.String.valueOf(String.java:2994)
>         at java.lang.StringBuilder.append(StringBuilder.java:131)
>         at
> java.util.AbstractCollection.toString(AbstractCollection.java:462)
>         at java.lang.String.valueOf(String.java:2994)
>         at java.lang.StringBuilder.append(StringBuilder.java:131)
>         at
> org.apache.hadoop.hbase.ChoreService.shutdown(ChoreService.java:323)
>         at
> org.apache.hadoop.hbase.TestChoreService.shutdownService(TestChoreService.java:361)
>         at
> org.apache.hadoop.hbase.TestChoreService.testShutdownRejectsNewSchedules(TestChoreService.java:842)
>
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.nio.TestMultiByteBuff
> Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 sec
> - in org.apache.hadoop.hbase.nio.TestMultiByteBuff
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.nio.TestSingleByteBuff
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec
> - in org.apache.hadoop.hbase.nio.TestSingleByteBuff
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.zookeeper.TestZKConfig
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 sec
> - in org.apache.hadoop.hbase.zookeeper.TestZKConfig
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestThreads
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.125 sec
> - in org.apache.hadoop.hbase.util.TestThreads
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestDrainBarrier
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.288 sec
> - in org.apache.hadoop.hbase.util.TestDrainBarrier
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestBytes
> Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.067 sec
> - in org.apache.hadoop.hbase.util.TestBytes
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestLoadTestKVGenerator
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 sec
> - in org.apache.hadoop.hbase.util.TestLoadTestKVGenerator
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestKeyLocker
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
> - in org.apache.hadoop.hbase.util.TestKeyLocker
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestCoprocessorClassLoader
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.95 sec -
> in org.apache.hadoop.hbase.util.TestCoprocessorClassLoader
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestSimpleMutableByteRange
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
> - in org.apache.hadoop.hbase.util.TestSimpleMutableByteRange
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestWeakObjectPool
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec
> - in org.apache.hadoop.hbase.util.TestWeakObjectPool
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestSimplePositionedMutableByteRange
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 sec
> - in org.apache.hadoop.hbase.util.TestSimplePositionedMutableByteRange
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestOrder
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
> - in org.apache.hadoop.hbase.util.TestOrder
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestShowProperties
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec
> - in org.apache.hadoop.hbase.util.TestShowProperties
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestDynamicClassLoader
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 sec
> - in org.apache.hadoop.hbase.util.TestDynamicClassLoader
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestBase64
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec
> - in org.apache.hadoop.hbase.util.TestBase64
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestOrderedBytes
> Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.767 sec
> - in org.apache.hadoop.hbase.util.TestOrderedBytes
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestBoundedArrayQueue
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec
> - in org.apache.hadoop.hbase.util.TestBoundedArrayQueue
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestConcatenatedLists
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec
> - in org.apache.hadoop.hbase.util.TestConcatenatedLists
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestByteRangeWithKVSerialization
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 sec
> - in org.apache.hadoop.hbase.util.TestByteRangeWithKVSerialization
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.util.TestFastLongHistogram
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 sec
> - in org.apache.hadoop.hbase.util.TestFastLongHistogram
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestOffheapKeyValue
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec
> - in org.apache.hadoop.hbase.TestOffheapKeyValue
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.TestCompoundConfiguration
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 sec -
> in org.apache.hadoop.hbase.TestCompoundConfiguration
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.util.TestLRUDictionary
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 sec
> - in org.apache.hadoop.hbase.io.util.TestLRUDictionary
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.TestMultiByteBuffInputStream
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec
> - in org.apache.hadoop.hbase.io.TestMultiByteBuffInputStream
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.TestBoundedByteBufferPool
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 sec
> - in org.apache.hadoop.hbase.io.TestBoundedByteBufferPool
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
> - in org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.crypto.TestEncryption
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.16 sec -
> in org.apache.hadoop.hbase.io.crypto.TestEncryption
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.crypto.aes.TestAES
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 sec -
> in org.apache.hadoop.hbase.io.crypto.aes.TestAES
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.crypto.TestKeyProvider
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.34 sec -
> in org.apache.hadoop.hbase.io.crypto.TestKeyProvider
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.crypto.TestCipherProvider
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 sec -
> in org.apache.hadoop.hbase.io.crypto.TestCipherProvider
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.io.TestTagCompressionContext
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
> - in org.apache.hadoop.hbase.io.TestTagCompressionContext
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.codec.TestKeyValueCodec
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec
> - in org.apache.hadoop.hbase.codec.TestKeyValueCodec
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.codec.TestCellCodec
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec
> - in org.apache.hadoop.hbase.codec.TestCellCodec
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.codec.TestKeyValueCodecWithTags
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
> - in org.apache.hadoop.hbase.codec.TestKeyValueCodecWithTags
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.codec.TestCellCodecWithTags
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec
> - in org.apache.hadoop.hbase.codec.TestCellCodecWithTags
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestFixedLengthWrapper
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec
> - in org.apache.hadoop.hbase.types.TestFixedLengthWrapper
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestOrderedString
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec
> - in org.apache.hadoop.hbase.types.TestOrderedString
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestTerminatedWrapper
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec
> - in org.apache.hadoop.hbase.types.TestTerminatedWrapper
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestUnion2
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
> - in org.apache.hadoop.hbase.types.TestUnion2
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestOrderedBlobVar
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
> - in org.apache.hadoop.hbase.types.TestOrderedBlobVar
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestRawString
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
> - in org.apache.hadoop.hbase.types.TestRawString
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.504
> sec - in org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestStruct
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
> - in org.apache.hadoop.hbase.types.TestStruct
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestOrderedBlob
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec
> - in org.apache.hadoop.hbase.types.TestOrderedBlob
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
> MaxPermSize=256m; support was removed in 8.0
> Running org.apache.hadoop.hbase.types.TestStructNullExtension
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec -
> in org.apache.hadoop.hbase.types.TestStructNullExtension
>
> Results :
>
> Tests in error:
>
> TestChoreService.testShutdownRejectsNewSchedules:842->shutdownService:361 »
> TestTimedOut
>
> Tests run: 235, Failures: 0, Errors: 1, Skipped: 1
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache HBase ...................................... SUCCESS [
> 2.831 s]
> [INFO] Apache HBase - Checkstyle ......................... SUCCESS [
> 0.558 s]
> [INFO] Apache HBase - Resource Bundle .................... SUCCESS [
> 0.174 s]
> [INFO] Apache HBase - Annotations ........................ SUCCESS [
> 0.149 s]
> [INFO] Apache HBase - Protocol ........................... SUCCESS [
> 2.227 s]
> [INFO] Apache HBase - Common ............................. FAILURE [01:46
> min]
> [INFO] Apache HBase - Procedure .......................... SKIPPED
> [INFO] Apache HBase - Client ............................. SKIPPED
> [INFO] Apache HBase - Hadoop Compatibility ............... SKIPPED
> [INFO] Apache HBase - Hadoop Two Compatibility ........... SKIPPED
> [INFO] Apache HBase - Prefix Tree ........................ SKIPPED
> [INFO] Apache HBase - Server ............................. SKIPPED
> [INFO] Apache HBase - Testing Util ....................... SKIPPED
> [INFO] Apache HBase - Thrift ............................. SKIPPED
> [INFO] Apache HBase - Shell .............................. SKIPPED
> [INFO] Apache HBase - Integration Tests .................. SKIPPED
> [INFO] Apache HBase - Examples ........................... SKIPPED
> [INFO] Apache HBase - Rest ............................... SKIPPED
> [INFO] Apache HBase - External Block Cache ............... SKIPPED
> [INFO] Apache HBase - Assembly ........................... SKIPPED
> [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: 01:53 min
> [INFO] Finished at: 2015-12-21T22:02:07+00:00
> [INFO] Final Memory: 56M/1240M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test)
> on project hbase-common: There are test failures.
> [ERROR]
> [ERROR] Please refer to <
> https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-common/target/surefire-reports>
> for the individual test results.
> [ERROR] -> [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/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :hbase-common
> 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/hudson1256801588322128974.sh
> + ./dev-support/zombie-detector.sh --jenkins 574
> Mon Dec 21 22:02:08 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 13.71 MB of artifacts by 55.8% relative to #567
> Recording test results
> [FINDBUGS] Skipping publisher since build result is FAILURE
> [CHECKSTYLE] Skipping publisher since build result is FAILURE
>

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

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

Changes:

[stack] Fix bad link found by Boris of vectorportal

[antonov] HBASE-14976 fix tests

[matteo.bertozzi] HBASE-15022 replication_admin.rb throws undefined method

------------------------------------------
[...truncated 3057 lines...]
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.TestHBaseConfiguration
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 sec - in org.apache.hadoop.hbase.TestHBaseConfiguration
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.TestCellComparator
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec - in org.apache.hadoop.hbase.TestCellComparator
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.TestCellUtil
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 sec - in org.apache.hadoop.hbase.TestCellUtil
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.TestClassFinder
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.252 sec - in org.apache.hadoop.hbase.TestClassFinder
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.TestTimeout
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.246 sec - in org.apache.hadoop.hbase.TestTimeout
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.TestChoreService
Tests run: 17, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 41.869 sec <<< FAILURE! - in org.apache.hadoop.hbase.TestChoreService
testShutdownRejectsNewSchedules(org.apache.hadoop.hbase.TestChoreService)  Time elapsed: 20.026 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 20000 milliseconds
	at org.apache.hadoop.hbase.ScheduledChore.getName(ScheduledChore.java:272)
	at org.apache.hadoop.hbase.ScheduledChore.toString(ScheduledChore.java:344)
	at java.lang.String.valueOf(String.java:2994)
	at java.lang.StringBuilder.append(StringBuilder.java:131)
	at java.util.AbstractCollection.toString(AbstractCollection.java:462)
	at java.lang.String.valueOf(String.java:2994)
	at java.lang.StringBuilder.append(StringBuilder.java:131)
	at org.apache.hadoop.hbase.ChoreService.shutdown(ChoreService.java:323)
	at org.apache.hadoop.hbase.TestChoreService.shutdownService(TestChoreService.java:361)
	at org.apache.hadoop.hbase.TestChoreService.testShutdownRejectsNewSchedules(TestChoreService.java:842)

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.nio.TestMultiByteBuff
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 sec - in org.apache.hadoop.hbase.nio.TestMultiByteBuff
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.nio.TestSingleByteBuff
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec - in org.apache.hadoop.hbase.nio.TestSingleByteBuff
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.zookeeper.TestZKConfig
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 sec - in org.apache.hadoop.hbase.zookeeper.TestZKConfig
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestThreads
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.125 sec - in org.apache.hadoop.hbase.util.TestThreads
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestDrainBarrier
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.288 sec - in org.apache.hadoop.hbase.util.TestDrainBarrier
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestBytes
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.067 sec - in org.apache.hadoop.hbase.util.TestBytes
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestLoadTestKVGenerator
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 sec - in org.apache.hadoop.hbase.util.TestLoadTestKVGenerator
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestKeyLocker
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec - in org.apache.hadoop.hbase.util.TestKeyLocker
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestCoprocessorClassLoader
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.95 sec - in org.apache.hadoop.hbase.util.TestCoprocessorClassLoader
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestSimpleMutableByteRange
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec - in org.apache.hadoop.hbase.util.TestSimpleMutableByteRange
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestWeakObjectPool
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec - in org.apache.hadoop.hbase.util.TestWeakObjectPool
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestSimplePositionedMutableByteRange
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 sec - in org.apache.hadoop.hbase.util.TestSimplePositionedMutableByteRange
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestOrder
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec - in org.apache.hadoop.hbase.util.TestOrder
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestShowProperties
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec - in org.apache.hadoop.hbase.util.TestShowProperties
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestDynamicClassLoader
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 sec - in org.apache.hadoop.hbase.util.TestDynamicClassLoader
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestBase64
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec - in org.apache.hadoop.hbase.util.TestBase64
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestOrderedBytes
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.767 sec - in org.apache.hadoop.hbase.util.TestOrderedBytes
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestBoundedArrayQueue
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec - in org.apache.hadoop.hbase.util.TestBoundedArrayQueue
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestConcatenatedLists
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec - in org.apache.hadoop.hbase.util.TestConcatenatedLists
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestByteRangeWithKVSerialization
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 sec - in org.apache.hadoop.hbase.util.TestByteRangeWithKVSerialization
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.util.TestFastLongHistogram
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 sec - in org.apache.hadoop.hbase.util.TestFastLongHistogram
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.TestOffheapKeyValue
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 sec - in org.apache.hadoop.hbase.TestOffheapKeyValue
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.TestCompoundConfiguration
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 sec - in org.apache.hadoop.hbase.TestCompoundConfiguration
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.io.util.TestLRUDictionary
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 sec - in org.apache.hadoop.hbase.io.util.TestLRUDictionary
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.io.TestMultiByteBuffInputStream
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec - in org.apache.hadoop.hbase.io.TestMultiByteBuffInputStream
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.io.TestBoundedByteBufferPool
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.251 sec - in org.apache.hadoop.hbase.io.TestBoundedByteBufferPool
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in org.apache.hadoop.hbase.io.crypto.TestKeyStoreKeyProvider
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.io.crypto.TestEncryption
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.16 sec - in org.apache.hadoop.hbase.io.crypto.TestEncryption
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.io.crypto.aes.TestAES
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 sec - in org.apache.hadoop.hbase.io.crypto.aes.TestAES
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.io.crypto.TestKeyProvider
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.34 sec - in org.apache.hadoop.hbase.io.crypto.TestKeyProvider
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.io.crypto.TestCipherProvider
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 sec - in org.apache.hadoop.hbase.io.crypto.TestCipherProvider
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.io.TestTagCompressionContext
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec - in org.apache.hadoop.hbase.io.TestTagCompressionContext
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.codec.TestKeyValueCodec
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec - in org.apache.hadoop.hbase.codec.TestKeyValueCodec
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.codec.TestCellCodec
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec - in org.apache.hadoop.hbase.codec.TestCellCodec
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.codec.TestKeyValueCodecWithTags
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec - in org.apache.hadoop.hbase.codec.TestKeyValueCodecWithTags
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.codec.TestCellCodecWithTags
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec - in org.apache.hadoop.hbase.codec.TestCellCodecWithTags
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.types.TestFixedLengthWrapper
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec - in org.apache.hadoop.hbase.types.TestFixedLengthWrapper
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.types.TestOrderedString
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec - in org.apache.hadoop.hbase.types.TestOrderedString
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.types.TestTerminatedWrapper
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec - in org.apache.hadoop.hbase.types.TestTerminatedWrapper
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.types.TestUnion2
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec - in org.apache.hadoop.hbase.types.TestUnion2
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.types.TestOrderedBlobVar
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in org.apache.hadoop.hbase.types.TestOrderedBlobVar
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.types.TestRawString
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec - in org.apache.hadoop.hbase.types.TestRawString
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.504 sec - in org.apache.hadoop.hbase.types.TestCopyOnWriteMaps
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.types.TestStruct
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec - in org.apache.hadoop.hbase.types.TestStruct
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.types.TestOrderedBlob
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.apache.hadoop.hbase.types.TestOrderedBlob
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running org.apache.hadoop.hbase.types.TestStructNullExtension
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec - in org.apache.hadoop.hbase.types.TestStructNullExtension

Results :

Tests in error: 
  TestChoreService.testShutdownRejectsNewSchedules:842->shutdownService:361 » TestTimedOut

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [  2.831 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  0.558 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  0.174 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  0.149 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [  2.227 s]
[INFO] Apache HBase - Common ............................. FAILURE [01:46 min]
[INFO] Apache HBase - Procedure .......................... SKIPPED
[INFO] Apache HBase - Client ............................. SKIPPED
[INFO] Apache HBase - Hadoop Compatibility ............... SKIPPED
[INFO] Apache HBase - Hadoop Two Compatibility ........... SKIPPED
[INFO] Apache HBase - Prefix Tree ........................ SKIPPED
[INFO] Apache HBase - Server ............................. SKIPPED
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[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: 01:53 min
[INFO] Finished at: 2015-12-21T22:02:07+00:00
[INFO] Final Memory: 56M/1240M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project hbase-common: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/HBase-Trunk_matrix/jdk=latest1.8,label=Hadoop/ws/hbase-common/target/surefire-reports> for the individual test results.
[ERROR] -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hbase-common
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/hudson1256801588322128974.sh
+ ./dev-support/zombie-detector.sh --jenkins 574
Mon Dec 21 22:02:08 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 13.71 MB of artifacts by 55.8% relative to #567
Recording test results
[FINDBUGS] Skipping publisher since build result is FAILURE
[CHECKSTYLE] Skipping publisher since build result is FAILURE