See 
<https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestImportTsv,jdk=latest1.8,label=yahoo-not-h2/695/changes>

Changes:

[enis] HBASE-15957 RpcClientImpl.close never ends in some circumstances

------------------------------------------
Started by upstream project "HBase-1.3-IT" build number 695
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (docker Ubuntu ubuntu yahoo-not-h2 ubuntu1) in 
workspace 
<https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestImportTsv,jdk=latest1.8,label=yahoo-not-h2/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/hbase.git
 > git init 
 > <https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestImportTsv,jdk=latest1.8,label=yahoo-not-h2/ws/>
 >  # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/hbase.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/hbase.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/hbase.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/hbase.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/hbase.git
 > git -c core.askpass=true fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/hbase.git 
 > +refs/heads/*:refs/remotes/origin/*
Checking out Revision 600d10a8b831afe0c881bc109d53f53cee9e3a8a 
(refs/remotes/origin/branch-1.3)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 600d10a8b831afe0c881bc109d53f53cee9e3a8a
 > git rev-list f51dfe1086efd2634f9da127b0f1c48d5b54556b # timeout=10
[yahoo-not-h2] $ /bin/bash -xe /tmp/hudson251093671984739439.sh
+ which java
/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/bin/java
+ java -version
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Cannot create GC thread. Out of system resources.
# An error report file with more information is saved as:
# 
<https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestImportTsv,jdk=latest1.8,label=yahoo-not-h2/ws/hs_err_pid18297.log>
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
[yahoo-not-h2] $ /bin/bash -xe /tmp/hudson2800068672317765338.sh
+ pwd
<https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestImportTsv,jdk=latest1.8,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
hs_err_pid18297.log
LICENSE.txt
NOTICE.txt
pom.xml
README.txt
src
++ 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

Reply via email to