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/11/02 10:50:36 UTC

Build failed in Jenkins: HBase-1.2 » latest1.7,Hadoop #337

See <https://builds.apache.org/job/HBase-1.2/jdk=latest1.7,label=Hadoop/337/changes>

Changes:

[stack] HBASE-14725 Vet categorization of tests so they for sure go into the

------------------------------------------
[...truncated 44993 lines...]
	at org.apache.hadoop.hbase.LocalHBaseCluster.addRegionServer(LocalHBaseCluster.java:196)
	at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:222)
	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:94)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:1020)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:980)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:852)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:834)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:803)
	at org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase.setupCluster(TableSnapshotInputFormatTestBase.java:63)
	at org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase.testWithMapReduce(TableSnapshotInputFormatTestBase.java:160)
	at org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase.testWithMapReduceAndOfflineHBaseMultiRegion(TableSnapshotInputFormatTestBase.java:111)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:714)
	at org.apache.hadoop.hbase.ipc.RpcExecutor.startHandlers(RpcExecutor.java:114)
	at org.apache.hadoop.hbase.ipc.RpcExecutor.startHandlers(RpcExecutor.java:96)
	at org.apache.hadoop.hbase.ipc.RpcExecutor.start(RpcExecutor.java:71)
	at org.apache.hadoop.hbase.ipc.SimpleRpcScheduler.start(SimpleRpcScheduler.java:181)
	at org.apache.hadoop.hbase.ipc.RpcServer.start(RpcServer.java:2119)
	at org.apache.hadoop.hbase.regionserver.RSRpcServices.start(RSRpcServices.java:995)
	at org.apache.hadoop.hbase.regionserver.HRegionServer.<init>(HRegionServer.java:601)
	at org.apache.hadoop.hbase.MiniHBaseCluster$MiniHBaseClusterRegionServer.<init>(MiniHBaseCluster.java:115)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.apache.hadoop.hbase.util.JVMClusterUtil.createRegionServerThread(JVMClusterUtil.java:91)
	at org.apache.hadoop.hbase.LocalHBaseCluster.addRegionServer(LocalHBaseCluster.java:185)
	at org.apache.hadoop.hbase.LocalHBaseCluster$1.run(LocalHBaseCluster.java:199)
	at org.apache.hadoop.hbase.LocalHBaseCluster$1.run(LocalHBaseCluster.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1614)
	at org.apache.hadoop.hbase.security.User$SecureHadoopUser.runAs(User.java:340)
	at org.apache.hadoop.hbase.LocalHBaseCluster.addRegionServer(LocalHBaseCluster.java:196)
	at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java:222)
	at org.apache.hadoop.hbase.MiniHBaseCluster.<init>(MiniHBaseCluster.java:94)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(HBaseTestingUtility.java:1020)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:980)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:852)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:834)
	at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:803)
	at org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase.setupCluster(TableSnapshotInputFormatTestBase.java:63)
	at org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase.testWithMapReduce(TableSnapshotInputFormatTestBase.java:160)
	at org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase.testWithMapReduceAndOfflineHBaseMultiRegion(TableSnapshotInputFormatTestBase.java:111)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.lang.Thread.run(Thread.java:745)

Running org.apache.hadoop.hbase.filter.TestFilterWrapper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.765 sec - in org.apache.hadoop.hbase.filter.TestFilterWrapper
Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 438.273 sec <<< FAILURE! - in org.apache.hadoop.hbase.mapreduce.TestRowCounter
testRowCounterTimeRange(org.apache.hadoop.hbase.mapreduce.TestRowCounter)  Time elapsed: 180.16 sec  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 180 seconds
	at java.lang.Thread.sleep(Native Method)
	at org.apache.hadoop.mapreduce.Job.monitorAndPrintJob(Job.java:1348)
	at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1306)
	at org.apache.hadoop.hbase.mapreduce.TestRowCounter.runRowCount(TestRowCounter.java:211)
	at org.apache.hadoop.hbase.mapreduce.TestRowCounter.testRowCounterTimeRange(TestRowCounter.java:195)

Running org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
Running org.apache.hadoop.hbase.filter.TestColumnRangeFilter
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 106.458 sec - in org.apache.hadoop.hbase.io.encoding.TestDataBlockEncoders
Running org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.405 sec - in org.apache.hadoop.hbase.filter.TestColumnRangeFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.163 sec - in org.apache.hadoop.hbase.filter.TestFuzzyRowAndColumnRangeFilter
Running org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 345.833 sec - in org.apache.hadoop.hbase.mapreduce.TestMultiTableSnapshotInputFormat
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.046 sec - in org.apache.hadoop.hbase.filter.TestMultiRowRangeFilter
Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 509.106 sec <<< FAILURE! - in org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
testMROnTable(org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels)  Time elapsed: 33.994 sec  <<< FAILURE!
java.lang.AssertionError: expected:<0> but was:<1>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels.doMROnTableTest(TestImportTSVWithVisibilityLabels.java:363)
	at org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels.doMROnTableTest(TestImportTSVWithVisibilityLabels.java:320)
	at org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels.testMROnTable(TestImportTSVWithVisibilityLabels.java:170)

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 183.172 sec - in org.apache.hadoop.hbase.io.encoding.TestChangingEncoding
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 579.528 sec - in org.apache.hadoop.hbase.mapreduce.TestImportTsv
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 415.623 sec - in org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1
Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 276.246 sec - in org.apache.hadoop.hbase.io.hfile.TestCacheOnWrite
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 225.644 sec - in org.apache.hadoop.hbase.io.encoding.TestEncodedSeekers
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 574.98 sec - in org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 602.977 sec - in org.apache.hadoop.hbase.mapreduce.TestRowCounter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 209.337 sec - in org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 535.792 sec - in org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 687.709 sec - in org.apache.hadoop.hbase.mapreduce.TestImportExport

Results :

Tests in error: 
  TestCopyTable.beforeClass:66 » OutOfMemory unable to create new native thread
  TestMultiTableInputFormat.setUpBeforeClass:75 » OutOfMemory unable to create n...
  TestSecureLoadIncrementalHFiles.setUpBeforeClass:55 » IO Shutting down
  TestSecureLoadIncrementalHFiles.testRegionCrossingHFileSplitRowBloom » Remote ...
  TestSyncTable.beforeClass:68 » OutOfMemory unable to create new native thread
Flaked tests: 
org.apache.hadoop.hbase.io.TestFileLink.testHDFSLinkReadDuringDelete(org.apache.hadoop.hbase.io.TestFileLink)
  Run 1: TestFileLink.testHDFSLinkReadDuringDelete:190 » OutOfMemory unable to create n...
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat.testMRIncrementalLoadWithSplit(org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat)
  Run 1: TestHFileOutputFormat.testMRIncrementalLoadWithSplit:382->doIncrementalLoadTest:396 » Runtime
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels.testMROnTable(org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels)
  Run 1: TestImportTSVWithVisibilityLabels.testMROnTable:170->doMROnTableTest:320->doMROnTableTest:363 expected:<0> but was:<1>
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestRowCounter.testRowCounterTimeRange(org.apache.hadoop.hbase.mapreduce.TestRowCounter)
  Run 1: TestRowCounter.testRowCounterTimeRange:195->runRowCount:211 » TestTimedOut tes...
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat.testRestoreSnapshotDoesNotCreateBackRefLinks(org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat)
  Run 1: TestTableSnapshotInputFormat.testRestoreSnapshotDoesNotCreateBackRefLinks » Remote
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat.testWithMapReduceAndOfflineHBaseMultiRegion(org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat)
  Run 1: TestTableSnapshotInputFormat>TableSnapshotInputFormatTestBase.testWithMapReduceAndOfflineHBaseMultiRegion:111->TableSnapshotInputFormatTestBase.testWithMapReduce:160->TableSnapshotInputFormatTestBase.setupCluster:63 » IO
  Run 2: PASS

org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat.testWithMapReduceMultiRegion(org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat)
  Run 1: TestTableSnapshotInputFormat>TableSnapshotInputFormatTestBase.testWithMapReduceMultiRegion:105->TableSnapshotInputFormatTestBase.testWithMapReduce:161 » OutOfMemory
  Run 2: PASS


Tests run: 2316, Failures: 0, Errors: 5, Skipped: 40, Flakes: 7

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [1:19.283s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [4.655s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.197s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [0.992s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [17.517s]
[INFO] Apache HBase - Common ............................. SUCCESS [3:23.591s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [51.632s]
[INFO] Apache HBase - Client ............................. SUCCESS [54.531s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [9.494s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [7.794s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [9.306s]
[INFO] Apache HBase - Server ............................. FAILURE [53:58.466s]
[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: 1:01:37.171s
[INFO] Finished at: Mon Nov 02 09:48:31 UTC 2015
[INFO] Final Memory: 431M/688M
[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: There was an error in the forked process
[ERROR] java.lang.ArrayIndexOutOfBoundsException: 1
[ERROR] at org.apache.maven.surefire.common.junit4.JUnit4ProviderUtil.generateFailingTests(JUnit4ProviderUtil.java:64)
[ERROR] at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:151)
[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
[ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
[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-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  :     ZOMBIE_TESTS_COUNT=`jps -v | grep surefirebooter | grep '-Dhbase.test' | wc -l`
  if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
    #It seems sometimes the tests are not dying immediately. Let's give them 30s
    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 '-Dhbase.test' | wc -l`
    if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then
      echo "There are $ZOMBIE_TESTS_COUNT zombie tests, they should have been killed by surefire but survived"
      echo "************ zombies jps listing"
      jps -v
      jps -v | grep surefirebooter | grep '-Dhbase.test'
      echo "************ BEGIN zombies jstack extract"
      # HBase tests have been flagged with an innocuous '-Dhbase.test' just so they can
      # be identified as hbase in a process listing.
      ZB_STACK=`jps -v | grep surefirebooter | grep '-Dhbase.test' | cut -d ' ' -f 1 | xargs -n 1 jstack | grep ".test" | grep "\.java"`
      jps -v | grep surefirebooter | grep '-Dhbase.test' | cut -d ' ' -f 1 | xargs -n 1 jstack
      echo "************ END  zombies jstack extract"
      JIRA_COMMENT="$JIRA_COMMENT

     {color:red}-1 core zombie tests{color}.  There are ${ZOMBIE_TESTS_COUNT} zombie test(s): ${ZB_STACK}"
      BAD=1
      # Killing these zombies
      echo 'Killing ZOMBIES!!!'
      jps -v
      jps -v | grep surefirebooter | grep '-Dhbase.test' | cut -d ' ' -f 1 | xargs kill -9
    else
      echo "We're ok: there is no zombie test, but some tests took some time to stop"
    fi
[Hadoop] $ /bin/bash -xe /tmp/hudson1123205577088632378.sh
++ jps -v
++ grep surefirebooter
++ grep -Dhbase.test
++ wc -l
grep: unknown devices method
grep: write error: Broken pipe
+ ZOMBIE_TESTS_COUNT=0
/tmp/hudson1123205577088632378.sh: line 30: syntax error: unexpected end of file
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Archiving artifacts
Recording test results

Jenkins build is back to normal : HBase-1.2 » latest1.7,Hadoop #338

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