Return-Path: X-Original-To: apmail-hbase-builds-archive@minotaur.apache.org Delivered-To: apmail-hbase-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10C5611D73 for ; Sat, 12 Jul 2014 17:29:42 +0000 (UTC) Received: (qmail 83029 invoked by uid 500); 12 Jul 2014 17:29:42 -0000 Delivered-To: apmail-hbase-builds-archive@hbase.apache.org Received: (qmail 82994 invoked by uid 500); 12 Jul 2014 17:29:42 -0000 Mailing-List: contact builds-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@hbase.apache.org Delivered-To: mailing list builds@hbase.apache.org Received: (qmail 82982 invoked by uid 99); 12 Jul 2014 17:29:41 -0000 Received: from crius.apache.org (HELO crius) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jul 2014 17:29:41 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius (Postfix) with ESMTP id 1FB58E00698 for ; Sat, 12 Jul 2014 17:29:40 +0000 (UTC) Date: Sat, 12 Jul 2014 17:29:38 +0000 (UTC) From: Apache Jenkins Server To: builds@hbase.apache.org Message-ID: <1123837720.240.1405186178318.JavaMail.jenkins@crius> In-Reply-To: <201589210.3679.1405135244495.JavaMail.jenkins@crius> References: <201589210.3679.1405135244495.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: HBase-0.98 #390 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: HBase-0.98 X-Jenkins-Result: FAILURE See Changes: [anoopsamjohn] HBASE-11118 non environment variable solution for "IllegalAccessError: class com.google.protobuf.ZeroCopyLiteralByteString cannot access its superclass com.google.protobuf.LiteralByteString". -Addendum ------------------------------------------ Started by an SCM change Building remotely on ubuntu-2 (Ubuntu ubuntu) in workspace Cloning the remote Git repository Cloning repository https://git-wip-us.apache.org/repos/asf/hbase.git > git init 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/0.98^{commit} Checking out Revision cedd53a75eebe507da220785cb6c44e97300092c (origin/0.98) > git config core.sparsecheckout > git checkout -f cedd53a75eebe507da220785cb6c44e97300092c > git rev-list d1b5ccef5bf066e77c14d41d3971734afc8340cb [HBase-0.98] $ /bin/bash -xe /tmp/hudson4016833761913136750.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) 386178 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) 386178 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-0.98] $ /bin/bash -xe /tmp/hudson7923470555785835773.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 #388 Archived 9 artifacts Archive block size is 32768 Received 3 blocks and 72470 bytes Compression is 57.6% Took 38 sec Recording test results Updating HBASE-11118