See <https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestBigLinkedList,jdk=latest1.8,label=yahoo-not-h2/772/changes>
Changes: [jerryjch] HBASE-16284 Unauthorized client can shutdown the cluster (Deokwoo Han) ------------------------------------------ Started by upstream project "HBase-1.3-IT" build number 772 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H0 (Hadoop Tez yahoo-not-h2) in workspace <https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestBigLinkedList,jdk=latest1.8,label=yahoo-not-h2/ws/> > git rev-parse --is-inside-work-tree # timeout=10 ERROR: Workspace has a .git repository, but it appears to be corrupt. hudson.plugins.git.GitException: Error performing command: git rev-parse --is-inside-work-tree at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1700) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1669) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1307) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1319) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:194) at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:232) at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:608) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542) at hudson.remoting.UserRequest.perform(UserRequest.java:120) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: java.io.IOException: Cannot run program "git" (in directory "<https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestBigLinkedList,jdk=latest1.8,label=yahoo-not-h2/ws/")>: error=11, Resource temporarily unavailable at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047) at hudson.Proc$LocalProc.<init>(Proc.java:244) at hudson.Proc$LocalProc.<init>(Proc.java:216) at hudson.Launcher$LocalLauncher.launch(Launcher.java:815) at hudson.Launcher$ProcStarter.start(Launcher.java:381) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1689) ... 20 more Caused by: java.io.IOException: error=11, Resource temporarily unavailable at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.<init>(UNIXProcess.java:187) at java.lang.ProcessImpl.start(ProcessImpl.java:130) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028) ... 25 more 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=IntegrationTestBigLinkedList,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 1b94f359431e00a3fcf609bd2712b504257e378a (refs/remotes/origin/branch-1.3) > git config core.sparsecheckout # timeout=10 > git checkout -f 1b94f359431e00a3fcf609bd2712b504257e378a > git rev-list b0b4592f1b4eaa87a94d4af09ae7bd3681a39ad1 # timeout=10 [yahoo-not-h2] $ /bin/bash -xe /tmp/hudson6937995933489259446.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=IntegrationTestBigLinkedList,jdk=latest1.8,label=yahoo-not-h2/ws/hs_err_pid22798.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/hudson3516095765134034749.sh + pwd <https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestBigLinkedList,jdk=latest1.8,label=yahoo-not-h2/ws/> + ls bin CHANGES.txt conf dev-support hbase-annotations hbase-archetypes 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_pid22798.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
