See <https://builds.apache.org/job/HBase-TRUNK/5503/>
------------------------------------------ Started by user tedyu Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/HBase-TRUNK/ws/> > git rev-parse --is-inside-work-tree Fetching changes from the remote Git repository > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/hbase.git Cleaning workspace > git rev-parse --verify HEAD Resetting working tree > git reset --hard > git clean -fdx Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/hbase.git > git --version > git fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/hbase.git > +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} Checking out Revision 3c9bd7d296f7ce44a00a6df830906949e2676e1f (origin/master) > git config core.sparsecheckout > git checkout -f 3c9bd7d296f7ce44a00a6df830906949e2676e1f > git rev-list 3c9bd7d296f7ce44a00a6df830906949e2676e1f [HBase-TRUNK] $ /bin/bash -xe /tmp/hudson3555402593659234539.sh + which java /home/jenkins/tools/java/latest1.7/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-TRUNK/ws/hs_err_pid3478.log> Build step 'Execute shell' marked build as failure Performing Post build task... Match found for :.* : True Logical operation result is TRUE Running script : ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l` if [[ $ZOMBIE_TESTS_COUNT != 0 ]] ; then #It seems sometimes the tests are not dying immediately. Let's give them 10s echo "Suspicious java process found - waiting 10s to see if there are just slow to stop" sleep 10 ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | 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 "************ BEGIN zombies jstack extract" ZB_STACK=`jps | grep surefirebooter | cut -d ' ' -f 1 | xargs -n 1 jstack | grep ".test" | grep "\.java"` jps | grep surefirebooter | 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 jps | grep surefirebooter | 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 else echo "We're ok: there is no zombie test" fi [HBase-TRUNK] $ /bin/bash -xe /tmp/hudson7276370300789511681.sh ++ jps ++ wc -l ++ grep surefirebooter + 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 Sending artifact delta relative to HBase-TRUNK #5500 Archived 14 artifacts Archive block size is 32768 Received 8 blocks and 50945 bytes Compression is 83.7% Took 41 sec Recording test results
