See <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/493/changes>
Changes: [apurtell] HBASE-11972 The doAs user used in the update to hbase:acl table RPC is incorrect (Devaraj Das) ------------------------------------------ Started by an SCM change Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/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/0.98^{commit} Checking out Revision bdf7a91426174e01920ef7afa65e8df8d2684f53 (origin/0.98) > git config core.sparsecheckout > git checkout -f bdf7a91426174e01920ef7afa65e8df8d2684f53 > git rev-list 696f0f883143a08a4e6e0ddfaa8abc7488ab1260 [HBase-0.98-on-Hadoop-1.1] $ /bin/bash -xe /tmp/hudson4458742346211267173.sh + uname -a Linux asf910.gq1.ygridcore.net 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [HBase-0.98-on-Hadoop-1.1] $ /bin/bash -xe /tmp/hudson8663447925447607288.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) 386177 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 4096 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) 386177 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited + rm -rf /tmp/hbase-jenkins/hbase [HBase-0.98-on-Hadoop-1.1] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.3/bin/mvn -PrunAllTests -Dmaven.test.redirectTestOutputToFile=true install -Dsurefire.secondPartThreadCount=2 -Dhadoop.profile=1.1 -Dit.test=noTest Error occurred during initialization of VM Cannot create VM thread. Out of system resources. 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 | 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-0.98-on-Hadoop-1.1] $ /bin/bash -xe /tmp/hudson4415469859232300393.sh ++ jps ++ grep surefirebooter ++ 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 Sending artifact delta relative to HBase-0.98-on-Hadoop-1.1 #492 Archived 9 artifacts Archive block size is 32768 Received 4 blocks and 56637 bytes Compression is 69.8% Took 42 sec Recording test results Updating HBASE-11972
