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 2014/09/19 21:49:13 UTC

Build failed in Jenkins: HBase-1.0 #207

See <https://builds.apache.org/job/HBase-1.0/207/changes>

Changes:

[stack] HBASE-12021 Hbase shell does not respect the HBASE_OPTS set by the user in console (Ashish Singhi)

[jxiang] HBASE-12007 StochasticBalancer should avoid putting user regions on master

[larsh] HBASE-12023 HRegion.applyFamilyMapToMemstore creates too many iterator objects. (Vladimir Rodionov)

------------------------------------------
Started by an SCM change
Started by an SCM change
Building remotely on jenkins-ubuntu-1404-4gb-5a7 (jenkins-cloud-4GB Ubuntu ubuntu) in workspace <https://builds.apache.org/job/HBase-1.0/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.0/ws/>
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 config remote.origin.url https://git-wip-us.apache.org/repos/asf/hbase.git
 > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/hbase.git
Cleaning workspace
 > git rev-parse --verify HEAD
No valid HEAD. Skipping the resetting
 > git clean -fdx
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/hbase.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/hbase.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/branch-1^{commit}
Checking out Revision 62e8cf751e530db0ff0522bfca58db177a508d00 (origin/branch-1)
 > git config core.sparsecheckout
 > git checkout -f 62e8cf751e530db0ff0522bfca58db177a508d00
 > git rev-list 0eba052ad6c198cee3e5f60aeb643beb3b60c704
[HBase-1.0] $ /bin/bash -xe /tmp/hudson8952848349952638453.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) 31591
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
+ rm -rf /tmp/hbase-jenkins/hbase
+ ls /home/hudson/tools
ls: cannot access /home/hudson/tools: No such file or directory
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-1.0] $ /bin/bash -xe /tmp/hudson8305601679506462912.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-1.0 #174
Archived 14 artifacts
Archive block size is 32768
Received 0 blocks and 137250 bytes
Compression is 0.0%
Took 32 sec
Recording test results
Updating HBASE-12007
Updating HBASE-12023
Updating HBASE-12021

Jenkins build is back to normal : HBase-1.0 #208

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-1.0/208/changes>