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 2017/05/05 19:33:44 UTC

Build failed in Jenkins: HBase-1.4 » JDK_1_8,Hadoop&&!H13 #723

See <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/723/display/redirect?page=changes>

Changes:

[apurtell] HBASE-18000 Make sure we always return the scanner id with ScanResponse

------------------------------------------
Started by upstream project "HBase-1.4" build number 723
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H12 (Hadoop xenial) in workspace <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/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
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/hbase.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/hbase.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 408645c4ef4c0ea0f675dc4689397cb11a7a6499 (refs/remotes/origin/branch-1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 408645c4ef4c0ea0f675dc4689397cb11a7a6499
 > git rev-list 737b489eddac94bf14390aa410661136811ea181 # timeout=10
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
[30b16b4c] $ /bin/bash -xe /tmp/hudson5732504220726820739.sh
+ ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 386417
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 60000
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 10240
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
+ echo 'Listing of other java processes on this box'
Listing of other java processes on this box
+ jps -v
/tmp/hudson5732504220726820739.sh: line 4: jps: command not found
Build step 'Execute shell' 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
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
[30b16b4c] $ /bin/bash -xe /tmp/hudson5273495091068404419.sh
+ pwd
<https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/ws/>
+ ls
bin
CHANGES.txt
conf
dev-support
hbase-annotations
hbase-archetypes
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
++ jps -v
++ grep surefirebooter
/tmp/hudson5273495091068404419.sh: line 6: jps: command not found
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Compressed 822.76 KB of artifacts by 54.5% relative to #717
Recording test results
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8

Jenkins build is back to normal : HBase-1.4 » JDK_1_8,Hadoop&&!H13 #725

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/725/display/redirect?page=changes>


Build failed in Jenkins: HBase-1.4 » JDK_1_8,Hadoop&&!H13 #724

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/724/display/redirect>

------------------------------------------
[...truncated 2.26 MB...]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.01 sec - in org.apache.hadoop.hbase.replication.regionserver.TestReplicationSink
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.115 sec - in org.apache.hadoop.hbase.replication.regionserver.TestRegionReplicaReplicationEndpoint
Running org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.862 sec - in org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager
Running org.apache.hadoop.hbase.replication.regionserver.TestGlobalThrottler
Running org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 174.083 sec - in org.apache.hadoop.hbase.TestZooKeeper
Running org.apache.hadoop.hbase.replication.TestReplicationTrackerZKImpl
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.878 sec - in org.apache.hadoop.hbase.replication.TestReplicationTrackerZKImpl
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.318 sec - in org.apache.hadoop.hbase.replication.TestReplicationSyncUpToolWithBulkLoadedData
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.178 sec - in org.apache.hadoop.hbase.replication.regionserver.TestGlobalThrottler
Running org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
Running org.apache.hadoop.hbase.replication.TestReplicationKillMasterRSCompressed
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 182.625 sec - in org.apache.hadoop.hbase.replication.TestSerialReplication
Running org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.061 sec - in org.apache.hadoop.hbase.replication.TestReplicationKillMasterRSCompressed
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.151 sec - in org.apache.hadoop.hbase.replication.TestReplicationKillMasterRS
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 228.116 sec - in org.apache.hadoop.hbase.replication.regionserver.TestReplicationWALReaderManager
Running org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.481 sec - in org.apache.hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
Running org.apache.hadoop.hbase.replication.TestReplicationStatus
Running org.apache.hadoop.hbase.replication.TestReplicationKillSlaveRS
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.69 sec - in org.apache.hadoop.hbase.replication.TestMultiSlaveReplication
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.446 sec - in org.apache.hadoop.hbase.replication.TestReplicationStatus
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.488 sec - in org.apache.hadoop.hbase.replication.TestReplicationKillSlaveRS
Running org.apache.hadoop.hbase.replication.multiwal.TestReplicationKillMasterRSCompressedWithMultipleWAL
Running org.apache.hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.139 sec - in org.apache.hadoop.hbase.replication.multiwal.TestReplicationKillMasterRSCompressedWithMultipleWAL
Running org.apache.hadoop.hbase.replication.TestMasterReplication
Running org.apache.hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleWAL
Running org.apache.hadoop.hbase.replication.TestPerTableCFReplication
Running org.apache.hadoop.hbase.replication.TestReplicationDisableInactivePeer
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.303 sec - in org.apache.hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleWAL
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.748 sec - in org.apache.hadoop.hbase.replication.TestReplicationDisableInactivePeer
Running org.apache.hadoop.hbase.replication.TestReplicationWithTags
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.445 sec - in org.apache.hadoop.hbase.replication.TestReplicationWithTags
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.381 sec - in org.apache.hadoop.hbase.replication.TestPerTableCFReplication
Running org.apache.hadoop.hbase.replication.TestReplicationSource
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.869 sec - in org.apache.hadoop.hbase.replication.TestReplicationSource
Running org.apache.hadoop.hbase.replication.TestReplicationEndpoint
Running org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.67 sec - in org.apache.hadoop.hbase.replication.TestReplicationEndpoint
Running org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.981 sec - in org.apache.hadoop.hbase.replication.multiwal.TestReplicationSyncUpToolWithMultipleWAL
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.323 sec - in org.apache.hadoop.hbase.replication.TestReplicationStateZKImpl
Running org.apache.hadoop.hbase.fs.TestBlockReorder
Running org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
Running org.apache.hadoop.hbase.trace.TestHTraceHooks
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.53 sec - in org.apache.hadoop.hbase.fs.TestBlockReorder
Running org.apache.hadoop.hbase.TestMovedRegionsCleaner
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.7 sec - in org.apache.hadoop.hbase.trace.TestHTraceHooks
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.382 sec - in org.apache.hadoop.hbase.TestMovedRegionsCleaner
Running org.apache.hadoop.hbase.TestMetaTableLocator
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.677 sec - in org.apache.hadoop.hbase.TestMetaTableLocator
Running org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 79.397 sec - in org.apache.hadoop.hbase.replication.TestReplicationSmallTests
Running org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 73.065 sec - in org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool
Running org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
Running org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.849 sec - in org.apache.hadoop.hbase.mapred.TestMultiTableSnapshotInputFormat
Running org.apache.hadoop.hbase.mapred.TestTableInputFormat
Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 111.107 sec - in org.apache.hadoop.hbase.namespace.TestNamespaceAuditor
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 235.449 sec - in org.apache.hadoop.hbase.replication.TestMasterReplication
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 97.029 sec - in org.apache.hadoop.hbase.mapred.TestTableMapReduceUtil
Running org.apache.hadoop.hbase.TestMultiVersions
Running org.apache.hadoop.hbase.mapred.TestTableMapReduce
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 104.558 sec - in org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.157 sec - in org.apache.hadoop.hbase.TestMultiVersions
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.957 sec - in org.apache.hadoop.hbase.mapred.TestTableMapReduce
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 94.932 sec - in org.apache.hadoop.hbase.mapred.TestTableInputFormat

Results :

Failed tests: 
org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages.testScannerHeartbeatMessages(org.apache.hadoop.hbase.regionserver.TestScannerHeartbeatMessages)
  Run 1: TestScannerHeartbeatMessages.testScannerHeartbeatMessages:207->testImportanceOfHeartbeats:237 Heartbeats messages are disabled, an exception should be thrown. If an exception  is not thrown, the test case is not testing the importance of heartbeat messages
  Run 2: TestScannerHeartbeatMessages.testScannerHeartbeatMessages:207->testImportanceOfHeartbeats:237 Heartbeats messages are disabled, an exception should be thrown. If an exception  is not thrown, the test case is not testing the importance of heartbeat messages
  Run 3: TestScannerHeartbeatMessages.testScannerHeartbeatMessages:207->testImportanceOfHeartbeats:237 Heartbeats messages are disabled, an exception should be thrown. If an exception  is not thrown, the test case is not testing the importance of heartbeat messages

Tests in error: 
org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitializing.testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode(org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitializing)
  Run 1: TestRSKilledWhenInitializing.testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode:123 null
  Run 2: TestRSKilledWhenInitializing.testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode:113 » TestTimedOut
  Run 3: TestRSKilledWhenInitializing.testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode » 
  Run 4: TestRSKilledWhenInitializing.testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode:113 » TestTimedOut
  Run 5: TestRSKilledWhenInitializing.testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode » 

Flaked tests: 
org.apache.hadoop.hbase.master.TestTableLockManager.testReapAllTableLocks(org.apache.hadoop.hbase.master.TestTableLockManager)
  Run 1: TestTableLockManager.testReapAllTableLocks:283 » LockTimeout Timed out acquiri...
  Run 2: PASS


Tests run: 2785, Failures: 1, Errors: 1, Skipped: 57, Flakes: 1

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [1:38.847s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [14.924s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.206s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [1.289s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [16.323s]
[INFO] Apache HBase - Common ............................. SUCCESS [2:34.420s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [3:34.895s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [10.273s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [17.715s]
[INFO] Apache HBase - Client ............................. SUCCESS [1:39.218s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [7.559s]
[INFO] Apache HBase - Server ............................. FAILURE [1:30:31.336s]
[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] Apache HBase - Archetypes ......................... SKIPPED
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:41:47.775s
[INFO] Finished at: Fri May 05 23:13:24 UTC 2017
[INFO] Final Memory: 98M/755M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) on project hbase-server: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/ws/hbase-server/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-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
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
[30b16b4c] $ /bin/bash -xe /tmp/hudson2051922669644908453.sh
+ pwd
<https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/ws/>
+ ls
bin
CHANGES.txt
conf
dev-support
extra_env_var
hbase-annotations
hbase-archetypes
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
++ jps -v
++ grep surefirebooter
++ grep -e -Dhbase.test
++ wc -l
+ ZOMBIE_TESTS_COUNT=0
+ [[ 0 != 0 ]]
+ echo 'We'\''re ok: there is no zombie test'
We're ok: there is no zombie test
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Recording test results
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
ERROR: Step ?Publish JUnit test result report? aborted due to exception: 
java.lang.OutOfMemoryError: Java heap space
Caused: java.io.IOException: Remote call on H7 failed
	at hudson.remoting.Channel.call(Channel.java:838)
	at hudson.FilePath.act(FilePath.java:985)
Caused: java.io.IOException: remote file operation failed: <https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop&&!H13/ws/> at hudson.remoting.Channel@7bddf732:H7
	at hudson.FilePath.act(FilePath.java:992)
	at hudson.FilePath.act(FilePath.java:974)
	at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:103)
	at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:128)
	at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:149)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
	at hudson.model.Run.execute(Run.java:1753)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8