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 2016/03/31 00:49:48 UTC

Build failed in Jenkins: HBase-1.3 » latest1.7,yahoo-not-h2 #628

See <https://builds.apache.org/job/HBase-1.3/jdk=latest1.7,label=yahoo-not-h2/628/changes>

Changes:

[eclark] HBASE-15559 Fix  BaseMasterAndRegionObserver doesn't implement all the

------------------------------------------
[...truncated 45659 lines...]
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at org.apache.hadoop.metrics2.lib.MutableMetricsFactory.newForMethod(MutableMetricsFactory.java:86)
	at org.apache.hadoop.metrics2.lib.MetricsSourceBuilder.add(MetricsSourceBuilder.java:151)
	at org.apache.hadoop.metrics2.lib.MetricsSourceBuilder.<init>(MetricsSourceBuilder.java:62)
	at org.apache.hadoop.metrics2.lib.MetricsAnnotations.newSourceBuilder(MetricsAnnotations.java:42)
	at org.apache.hadoop.metrics2.impl.MetricsSystemImpl.register(MetricsSystemImpl.java:213)
	at org.apache.hadoop.ipc.metrics.RpcMetrics.create(RpcMetrics.java:81)
	at org.apache.hadoop.ipc.Server.<init>(Server.java:2169)
	at org.apache.hadoop.ipc.RPC$Server.<init>(RPC.java:897)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Server.<init>(ProtobufRpcEngine.java:505)
	at org.apache.hadoop.ipc.ProtobufRpcEngine.getServer(ProtobufRpcEngine.java:480)
	at org.apache.hadoop.ipc.RPC$Builder.build(RPC.java:742)
	at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.<init>(NameNodeRpcServer.java:311)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.createRpcServer(NameNode.java:614)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:587)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:751)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:735)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1407)
	at org.apache.hadoop.hdfs.MiniDFSCluster.createNameNode(MiniDFSCluster.java:998)
	at org.apache.hadoop.hdfs.MiniDFSCluster.createNameNodesAndSetConf(MiniDFSCluster.java:869)
	at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:704)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:642)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1017)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:898)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:892)
	at org.apache.hadoop.hbase.regionserver.TestRegionServerHostname.testInvalidRegionServerHostnameAbortsServer(TestRegionServerHostname.java:53)

testRegionServerHostname(org.apache.hadoop.hbase.regionserver.TestRegionServerHostname)  Time elapsed: 0.143 sec  <<< ERROR!
java.lang.IllegalStateException: A mini-cluster is already running
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1007)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:898)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:892)
	at org.apache.hadoop.hbase.regionserver.TestRegionServerHostname.testRegionServerHostname(TestRegionServerHostname.java:86)

Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 36.374 sec <<< FAILURE! - in org.apache.hadoop.hbase.regionserver.TestRegionServerHostname
testInvalidRegionServerHostnameAbortsServer(org.apache.hadoop.hbase.regionserver.TestRegionServerHostname)  Time elapsed: 1.288 sec  <<< ERROR!
java.lang.IllegalStateException: A mini-cluster is already running
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1007)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:898)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:892)
	at org.apache.hadoop.hbase.regionserver.TestRegionServerHostname.testInvalidRegionServerHostnameAbortsServer(TestRegionServerHostname.java:53)

testRegionServerHostname(org.apache.hadoop.hbase.regionserver.TestRegionServerHostname)  Time elapsed: 2.603 sec  <<< ERROR!
java.net.BindException: Port in use: localhost:48171
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:463)
	at sun.nio.ch.Net.bind(Net.java:455)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
	at org.apache.hadoop.http.HttpServer2.openListeners(HttpServer2.java:885)
	at org.apache.hadoop.http.HttpServer2.start(HttpServer2.java:826)
	at org.apache.hadoop.hdfs.server.namenode.NameNodeHttpServer.start(NameNodeHttpServer.java:142)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.startHttpServer(NameNode.java:693)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:583)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:751)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:735)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1407)
	at org.apache.hadoop.hdfs.MiniDFSCluster.createNameNode(MiniDFSCluster.java:998)
	at org.apache.hadoop.hdfs.MiniDFSCluster.createNameNodesAndSetConf(MiniDFSCluster.java:869)
	at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:704)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:642)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:620)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:1017)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:898)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:892)
	at org.apache.hadoop.hbase.regionserver.TestRegionServerHostname.testRegionServerHostname(TestRegionServerHostname.java:86)

Running org.apache.hadoop.hbase.regionserver.TestCompactionState

Results :

Failed tests: 
org.apache.hadoop.hbase.regionserver.TestEncryptionKeyRotation.testCFKeyRotation(org.apache.hadoop.hbase.regionserver.TestEncryptionKeyRotation)
  Run 1: TestEncryptionKeyRotation.testCFKeyRotation:151 Store file hdfs://localhost:48581/user/jenkins/test-data/a18199e1-d7dd-4204-acf6-e0d9673fea67/data/default/testCFKeyRotation/2aa57c5595f653c92ac573435ba724cb/cf/6158c3f9e41d47e6b8e333984813d000 has incorrect key
  Run 2: TestEncryptionKeyRotation.testCFKeyRotation:151 Store file hdfs://localhost:53799/user/jenkins/test-data/f79e75a7-ce33-4ca2-8687-476118ba8503/data/default/testCFKeyRotation/6e550fb6238ec15b74d123718299e455/cf/c853b7b07e4343ff9e62235fe13626d1 has incorrect key
  Run 3: TestEncryptionKeyRotation.testCFKeyRotation:151 Store file hdfs://localhost:55223/user/jenkins/test-data/2386b380-d487-4331-a6ba-8bbaa5170b03/data/default/testCFKeyRotation/1c65dc6f62ff042455cf65c6903e46a3/cf/1ca19d7aaa3b481690edf8733757ef29 has incorrect key

Tests in error: 
org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort.testExceptionDuringInitialization(org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort)
  Run 1: TestRegionServerCoprocessorExceptionWithAbort.testExceptionDuringInitialization:73 » TestTimedOut
  Run 2: TestRegionServerCoprocessorExceptionWithAbort.testExceptionDuringInitialization:65 » IllegalState
  Run 3: TestRegionServerCoprocessorExceptionWithAbort.testExceptionDuringInitialization:65 » IllegalState

org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort.testExceptionFromCoprocessorDuringPut(org.apache.hadoop.hbase.coprocessor.TestRegionServerCoprocessorExceptionWithAbort)
  Run 1: TestRegionServerCoprocessorExceptionWithAbort.testExceptionFromCoprocessorDuringPut:93 » IllegalState
  Run 2: TestRegionServerCoprocessorExceptionWithAbort.testExceptionFromCoprocessorDuringPut:93 » IllegalState
  Run 3: TestRegionServerCoprocessorExceptionWithAbort.testExceptionFromCoprocessorDuringPut:93 » IllegalState

org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.testReadModifyWrite(org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint)
  Run 1: TestRowProcessorEndpoint.testReadModifyWrite:184 expected:<101> but was:<99>
  Run 2: TestRowProcessorEndpoint.testReadModifyWrite:183->incrementCounter:206 » Service

org.apache.hadoop.hbase.regionserver.TestRegionServerHostname.testInvalidRegionServerHostnameAbortsServer(org.apache.hadoop.hbase.regionserver.TestRegionServerHostname)
  Run 1: TestRegionServerHostname.testInvalidRegionServerHostnameAbortsServer:53 » TestTimedOut
  Run 2: TestRegionServerHostname.testInvalidRegionServerHostnameAbortsServer:53 » IllegalState

org.apache.hadoop.hbase.regionserver.TestRegionServerHostname.testRegionServerHostname(org.apache.hadoop.hbase.regionserver.TestRegionServerHostname)
  Run 1: TestRegionServerHostname.testRegionServerHostname:86 » IllegalState A mini-clu...
  Run 2: TestRegionServerHostname.testRegionServerHostname:86 » Bind Port in use: local...

Flaked tests: 
org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush.testCompareStoreFileCount(org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush)
  Run 1: TestPerColumnFamilyFlush.testCompareStoreFileCount:622->doPut:559->Object.wait:-2 » TestTimedOut
  Run 2: PASS

org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush.testFlushingWhenLogRolling(org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush)
  Run 1: TestPerColumnFamilyFlush.testFlushingWhenLogRolling:467 » IllegalState A mini-...
  Run 2: PASS

org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush.testLogReplayWithDistributedLogSplit(org.apache.hadoop.hbase.regionserver.TestPerColumnFamilyFlush)
  Run 1: TestPerColumnFamilyFlush.testLogReplayWithDistributedLogSplit:431->doTestLogReplay:342 » IllegalState
  Run 2: PASS

org.apache.hadoop.hbase.regionserver.TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing(org.apache.hadoop.hbase.regionserver.TestRecoveredEdits)
  Run 1: TestRecoveredEdits.testReplayWorksThoughLotsOfFlushing:134->verifyAllEditsMadeItIn:170 » TestTimedOut
  Run 2: PASS


Tests run: 844, Failures: 1, Errors: 5, Skipped: 20, Flakes: 4

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [1:14.601s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [7.250s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.553s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [3.557s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [38.414s]
[INFO] Apache HBase - Common ............................. SUCCESS [3:54.459s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [5:11.418s]
[INFO] Apache HBase - Client ............................. SUCCESS [2:24.407s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [13.565s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [24.473s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [24.820s]
[INFO] Apache HBase - Server ............................. FAILURE [2:09:32.902s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... 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] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:24:37.465s
[INFO] Finished at: Wed Mar 30 22:47:02 UTC 2016
[INFO] Final Memory: 254M/395M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) on project hbase-server: ExecutionException: java.lang.RuntimeException: java.lang.RuntimeException: org.apache.maven.surefire.report.ReporterException: When writing xml report stdout/stderr: /tmp/stderr8106327185064685007deferred (No such file or directory) -> [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-server
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  : # Post-build task script. TODO: Check this in and have all builds reference check-in.
pwd && ls
# NOTE!!!! The below code has been copied and pasted from ./dev-tools/run-test.sh
# Do not change here without syncing there and vice-versa.
ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc -l`
if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
 echo "Suspicious java process found - waiting 30s to see if there are just slow to stop"
 sleep 30
 ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep -e '-Dhbase.test' | wc -l`
 if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
   echo " {color:red}There appear to be $ZOMBIE_TESTS_COUNT zombie tests{color}, they should have been killed by surefire but survived"
   jps -v | grep surefirebooter | grep -e '-Dhbase.test'
   jps -v | grep surefirebooter | grep -e '-Dhbase.test' | cut -d ' ' -f 1 | xargs -n 1 jstack
   # Exit with error
   exit 1
 else
   echo "We're ok: there is no zombie test, but some tests took some time to stop"
 fi
else
  echo "We're ok: there is no zombie test"
fi
[yahoo-not-h2] $ /bin/bash -xe /tmp/hudson5706685476962638600.sh
+ pwd
<https://builds.apache.org/job/HBase-1.3/jdk=latest1.7,label=yahoo-not-h2/ws/>
+ ls
bin
CHANGES.txt
conf
dev-support
hbase-annotations
hbase-assembly
hbase-checkstyle
hbase-client
hbase-common
hbase-examples
hbase-external-blockcache
hbase-hadoop2-compat
hbase-hadoop-compat
hbase-it
hbase-native-client
hbase-prefix-tree
hbase-procedure
hbase-protocol
hbase-resource-bundle
hbase-rest
hbase-server
hbase-shaded
hbase-shell
hbase-testing-util
hbase-thrift
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
target
++ grep surefirebooter
++ jps -v
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=6
+ [[ 6 != 0 ]]
+ echo 'Suspicious java process found - waiting 30s to see if there are just slow to stop'
Suspicious java process found - waiting 30s to see if there are just slow to stop
+ sleep 30
++ wc -l
++ grep -e -Dhbase.test
++ grep surefirebooter
++ jps -v
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test, but some tests took some time to stop'
We're ok: there is no zombie test, but some tests took some time to stop
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results

Jenkins build is back to normal : HBase-1.3 » latest1.7,yahoo-not-h2 #629

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-1.3/jdk=latest1.7,label=yahoo-not-h2/629/changes>