See <https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestAcidGuarantees,jdk=JDK%201.7%20(latest),label=Hadoop/679/display/redirect?page=changes>
Changes: [stack] HBASE-24016 Change nightly poll from cron @daily to pollSCM @daily; i.e. ------------------------------------------ Started by upstream project "HBase-1.3-IT" build number 679 originally caused by: Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on H12 (Hadoop) in workspace <https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestAcidGuarantees,jdk=JDK%201.7%20(latest),label=Hadoop/ws/> No credentials specified Cloning the remote Git repository Cloning repository https://gitbox.apache.org/repos/asf/hbase.git > git init > <https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestAcidGuarantees,jdk=JDK%201.7%20(latest),label=Hadoop/ws/> > # timeout=10 Fetching upstream changes from https://gitbox.apache.org/repos/asf/hbase.git > git --version # timeout=10 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/hbase.git > +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://gitbox.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://gitbox.apache.org/repos/asf/hbase.git # > timeout=10 Fetching upstream changes from https://gitbox.apache.org/repos/asf/hbase.git > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/hbase.git > +refs/heads/*:refs/remotes/origin/* Checking out Revision 0b34742812be9bdf9c91880804ac0983972a2eaa (refs/remotes/origin/branch-1.3) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b34742812be9bdf9c91880804ac0983972a2eaa Commit message: "HBASE-24016 Change nightly poll from cron @daily to pollSCM @daily; i.e. run nightly if a change ONLY" > git rev-list --no-walk 43efbc5814564d75f750cf1789a22740aeb4e2e5 # timeout=10 [468d432e] $ /bin/bash -xe /tmp/jenkins6850349940518005457.sh + which java /home/jenkins/tools/java/latest1.7/bin/java + java -version java version "1.7.0_80" Java(TM) SE Runtime Environment (build 1.7.0_80-b15) Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode) + 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) 386349 max locked memory (kbytes, -l) 16384 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 [468d432e] $ /home/jenkins/tools/maven/apache-maven-3.0.5/bin/mvn "-Djdk=JDK 1.7 (latest)" -Dit.test=IntegrationTestAcidGuarantees -Dlabel=Hadoop -Dmaven.repo.local=<https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestAcidGuarantees,jdk=JDK%201.7%20(latest),label=Hadoop/ws/.repository> -Dtest=NoUnitTests clean package verify --batch-mode [INFO] Scanning for projects... Downloading: https://repository.apache.org/content/repositories/releases/org/apache/apache/12/apache-12.pom Downloaded: https://repository.apache.org/content/repositories/releases/org/apache/apache/12/apache-12.pom (16 KB at 5.5 KB/sec) Downloading: http://repository.apache.org/snapshots/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom Downloading: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.hbase:hbase:1.3.7-SNAPSHOT (<https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestAcidGuarantees,jdk=JDK%201.7%20(latest),label=Hadoop/ws/pom.xml)> has 1 error [ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:2.5.3 or one of its dependencies could not be resolved: Failed to collect dependencies for org.apache.felix:maven-bundle-plugin:jar:2.5.3 (): Failed to read artifact descriptor for org.apache.felix:maven-bundle-plugin:jar:2.5.3: Could not transfer artifact org.apache.felix:maven-bundle-plugin:pom:2.5.3 from/to central-https (https://repo.maven.apache.org/maven2): peer not authenticated -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException 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 : # 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 [468d432e] $ /bin/bash -xe /tmp/jenkins8731657793779154504.sh + pwd <https://builds.apache.org/job/HBase-1.3-IT/it.test=IntegrationTestAcidGuarantees,jdk=JDK%201.7%20(latest),label=Hadoop/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-hbtop 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 LICENSE.txt NOTICE.txt pom.xml README.txt src ++ grep -e -Dhbase.test ++ wc -l ++ jps -v ++ 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
