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 2015/06/17 22:00:30 UTC

Build failed in Jenkins: HBase-0.98-on-Hadoop-1.1 #984

See <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/984/changes>

Changes:

[apurtell] HBASE-13878 Set hbase.fs.tmp.dir config in HBaseTestingUtility.java for Phoenix UT to use

[apurtell] HBASE-13918 Fix hbase:namespace description

[enis] HBASE-13877 Interrupt to flush from TableFlushProcedure causes dataloss in ITBLL

[apurtell] HBASE-13356 HBase should provide an InputFormat supporting multiple scans in mapreduce jobs over snapshots (Andrew Mains)

------------------------------------------
[...truncated 680 lines...]
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-prefix-tree ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-prefix-tree ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-prefix-tree ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-prefix-tree ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-prefix-tree ---
[INFO] Compiling 39 source files to <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-prefix-tree ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hbase-prefix-tree ---
[INFO] Compiling 47 source files to <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-prefix-tree ---
[INFO] Surefire report directory: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/surefire-reports>
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.codec.prefixtree.builder.TestTreeDepth
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec - in org.apache.hadoop.hbase.codec.prefixtree.builder.TestTreeDepth
Running org.apache.hadoop.hbase.codec.prefixtree.builder.TestTokenizer
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.hadoop.hbase.codec.prefixtree.builder.TestTokenizer
Running org.apache.hadoop.hbase.codec.prefixtree.timestamp.TestTimestampEncoder
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.hadoop.hbase.codec.prefixtree.timestamp.TestTimestampEncoder
Running org.apache.hadoop.hbase.codec.prefixtree.column.TestColumnBuilder
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 sec - in org.apache.hadoop.hbase.codec.prefixtree.column.TestColumnBuilder
Running org.apache.hadoop.hbase.codec.prefixtree.blockmeta.TestBlockMeta
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.hadoop.hbase.codec.prefixtree.blockmeta.TestBlockMeta
Running org.apache.hadoop.hbase.codec.prefixtree.row.TestPrefixTreeSearcher
Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 sec - in org.apache.hadoop.hbase.codec.prefixtree.row.TestPrefixTreeSearcher
Running org.apache.hadoop.hbase.codec.prefixtree.row.TestRowEncoder
Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec - in org.apache.hadoop.hbase.codec.prefixtree.row.TestRowEncoder
Running org.apache.hadoop.hbase.codec.keyvalue.TestKeyValueTool
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.hadoop.hbase.codec.keyvalue.TestKeyValueTool
Running org.apache.hadoop.hbase.util.vint.TestFIntTool
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.hadoop.hbase.util.vint.TestFIntTool
Running org.apache.hadoop.hbase.util.vint.TestVLongTool
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.apache.hadoop.hbase.util.vint.TestVLongTool
Running org.apache.hadoop.hbase.util.vint.TestVIntTool
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.hadoop.hbase.util.vint.TestVIntTool
Running org.apache.hadoop.hbase.util.bytes.TestByteRange
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.hadoop.hbase.util.bytes.TestByteRange

Results :




Tests run: 277, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-prefix-tree ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-prefix-tree ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-prefix-tree ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/hbase-prefix-tree-0.98.13-sources.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-prefix-tree ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/hbase-prefix-tree-0.98.13-tests.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-prefix-tree ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/hbase-prefix-tree-0.98.13.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-prefix-tree ---
[INFO] Installing <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/hbase-prefix-tree-0.98.13.jar> to /home/jenkins/.m2/repository/org/apache/hbase/hbase-prefix-tree/0.98.13/hbase-prefix-tree-0.98.13.jar
[INFO] Installing <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/pom.xml> to /home/jenkins/.m2/repository/org/apache/hbase/hbase-prefix-tree/0.98.13/hbase-prefix-tree-0.98.13.pom
[INFO] Installing <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/hbase-prefix-tree-0.98.13-sources.jar> to /home/jenkins/.m2/repository/org/apache/hbase/hbase-prefix-tree/0.98.13/hbase-prefix-tree-0.98.13-sources.jar
[INFO] Installing <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/hbase-prefix-tree-0.98.13-tests.jar> to /home/jenkins/.m2/repository/org/apache/hbase/hbase-prefix-tree/0.98.13/hbase-prefix-tree-0.98.13-tests.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Server 0.98.13
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-server ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-server ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/hbase-webapps>
15/06/17 19:59:20 INFO mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-source (jspcSource-packageInfo-source) @ hbase-server ---
[INFO] Source directory: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/generated-jamon> added.
[INFO] Source directory: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/generated-sources/java> added.
[INFO] 
[INFO] --- jamon-maven-plugin:2.3.4:translate (default) @ hbase-server ---
[INFO] Translating 10 templates from <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/jamon> to <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/generated-jamon>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-server ---
[INFO] Compiling 664 source files to <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java>:[56,45] error: cannot find symbol
[ERROR]   symbol:   class MapFileOutputFormat
  location: package org.apache.hadoop.mapreduce.lib.output
<https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/ConfigurationUtil.java>:[113,37] error: no suitable method found for split(String,char)
[ERROR]     method StringUtils.split(String,char,char) is not applicable
      (actual and formal argument lists differ in length)
    method StringUtils.split(String) is not applicable
      (actual and formal argument lists differ in length)
<https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java>:[411,24] error: no suitable constructor found for Reader(Path,Configuration)
[ERROR]     constructor Reader.Reader(FileSystem,String,WritableComparator,Configuration,boolean) is not applicable
      (actual and formal argument lists differ in length)
    constructor Reader.Reader(FileSystem,String,WritableComparator,Configuration) is not applicable
      (actual and formal argument lists differ in length)
    constructor Reader.Reader(FileSystem,String,Configuration) is not applicable
      (actual and formal argument lists differ in length)
<https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java>:[449,29] error: cannot find symbol
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] HBase ............................................. SUCCESS [3.489s]
[INFO] HBase - Checkstyle ................................ SUCCESS [0.691s]
[INFO] HBase - Annotations ............................... SUCCESS [0.860s]
[INFO] HBase - Common .................................... SUCCESS [47.117s]
[INFO] HBase - Protocol .................................. SUCCESS [9.000s]
[INFO] HBase - Client .................................... SUCCESS [51.112s]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [7.089s]
[INFO] HBase - Hadoop One Compatibility .................. SUCCESS [5.705s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [8.096s]
[INFO] HBase - Server .................................... FAILURE [4.124s]
[INFO] HBase - Testing Util .............................. SKIPPED
[INFO] HBase - Thrift .................................... SKIPPED
[INFO] HBase - Rest ...................................... SKIPPED
[INFO] HBase - Shell ..................................... SKIPPED
[INFO] HBase - Integration Tests ......................... SKIPPED
[INFO] HBase - Examples .................................. SKIPPED
[INFO] HBase - Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:18.170s
[INFO] Finished at: Wed Jun 17 19:59:24 UTC 2015
[INFO] Final Memory: 64M/693M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java>:[56,45] error: cannot find symbol
[ERROR] symbol:   class MapFileOutputFormat
[ERROR] location: package org.apache.hadoop.mapreduce.lib.output
[ERROR] <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/ConfigurationUtil.java>:[113,37] error: no suitable method found for split(String,char)
[ERROR] method StringUtils.split(String,char,char) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method StringUtils.split(String) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java>:[411,24] error: no suitable constructor found for Reader(Path,Configuration)
[ERROR] constructor Reader.Reader(FileSystem,String,WritableComparator,Configuration,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] constructor Reader.Reader(FileSystem,String,WritableComparator,Configuration) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] constructor Reader.Reader(FileSystem,String,Configuration) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java>:[449,29] error: cannot find symbol
[ERROR] -> [Help 1]
[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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hbase-server
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/hudson4249725812865707247.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 #978
Archived 245 artifacts
Archive block size is 32768
Received 4 blocks and 868914 bytes
Compression is 13.1%
Took 1 min 0 sec
Recording test results
Updating HBASE-13918
Updating HBASE-13356
Updating HBASE-13878
Updating HBASE-13877

Build failed in Jenkins: HBase-0.98-on-Hadoop-1.1 #985

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/985/changes>

Changes:

[apurtell] Update version to 0.98.14-SNAPSHOT

[ndimiduk] HBASE-13666 Correct PDF renaming and bump version of maven-antrun-plugin

------------------------------------------
[...truncated 681 lines...]
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Prefix Tree 0.98.14-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-prefix-tree ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-prefix-tree ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-prefix-tree ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-prefix-tree ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-prefix-tree ---
[INFO] Compiling 39 source files to <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-prefix-tree ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ hbase-prefix-tree ---
[INFO] Compiling 47 source files to <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hbase-prefix-tree ---
[INFO] Surefire report directory: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/surefire-reports>
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.util.vint.TestVIntTool
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.hadoop.hbase.util.vint.TestVIntTool
Running org.apache.hadoop.hbase.util.vint.TestVLongTool
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.apache.hadoop.hbase.util.vint.TestVLongTool
Running org.apache.hadoop.hbase.util.vint.TestFIntTool
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.hadoop.hbase.util.vint.TestFIntTool
Running org.apache.hadoop.hbase.util.bytes.TestByteRange
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.hadoop.hbase.util.bytes.TestByteRange
Running org.apache.hadoop.hbase.codec.keyvalue.TestKeyValueTool
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.hadoop.hbase.codec.keyvalue.TestKeyValueTool
Running org.apache.hadoop.hbase.codec.prefixtree.column.TestColumnBuilder
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec - in org.apache.hadoop.hbase.codec.prefixtree.column.TestColumnBuilder
Running org.apache.hadoop.hbase.codec.prefixtree.blockmeta.TestBlockMeta
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.hadoop.hbase.codec.prefixtree.blockmeta.TestBlockMeta
Running org.apache.hadoop.hbase.codec.prefixtree.timestamp.TestTimestampEncoder
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.hadoop.hbase.codec.prefixtree.timestamp.TestTimestampEncoder
Running org.apache.hadoop.hbase.codec.prefixtree.builder.TestTokenizer
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.hadoop.hbase.codec.prefixtree.builder.TestTokenizer
Running org.apache.hadoop.hbase.codec.prefixtree.builder.TestTreeDepth
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec - in org.apache.hadoop.hbase.codec.prefixtree.builder.TestTreeDepth
Running org.apache.hadoop.hbase.codec.prefixtree.row.TestRowEncoder
Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 sec - in org.apache.hadoop.hbase.codec.prefixtree.row.TestRowEncoder
Running org.apache.hadoop.hbase.codec.prefixtree.row.TestPrefixTreeSearcher
Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 sec - in org.apache.hadoop.hbase.codec.prefixtree.row.TestPrefixTreeSearcher

Results :




Tests run: 277, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-surefire-plugin:2.18:test (secondPartTestsExecution) @ hbase-prefix-tree ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ hbase-prefix-tree ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ hbase-prefix-tree ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/hbase-prefix-tree-0.98.14-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-prefix-tree ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/hbase-prefix-tree-0.98.14-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-prefix-tree ---
[INFO] Building jar: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/hbase-prefix-tree-0.98.14-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-prefix-tree ---
[INFO] Installing <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/hbase-prefix-tree-0.98.14-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/hbase/hbase-prefix-tree/0.98.14-SNAPSHOT/hbase-prefix-tree-0.98.14-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/pom.xml> to /home/jenkins/.m2/repository/org/apache/hbase/hbase-prefix-tree/0.98.14-SNAPSHOT/hbase-prefix-tree-0.98.14-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/hbase-prefix-tree-0.98.14-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/org/apache/hbase/hbase-prefix-tree/0.98.14-SNAPSHOT/hbase-prefix-tree-0.98.14-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-prefix-tree/target/hbase-prefix-tree-0.98.14-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/hbase/hbase-prefix-tree/0.98.14-SNAPSHOT/hbase-prefix-tree-0.98.14-SNAPSHOT-tests.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building HBase - Server 0.98.14-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-server ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ hbase-server ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/hbase-webapps>
15/06/20 04:15:13 INFO mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:add-source (jspcSource-packageInfo-source) @ hbase-server ---
[INFO] Source directory: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/generated-jamon> added.
[INFO] Source directory: <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/generated-sources/java> added.
[INFO] 
[INFO] --- jamon-maven-plugin:2.3.4:translate (default) @ hbase-server ---
[INFO] Translating 10 templates from <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/jamon> to <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/generated-jamon>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hbase-server ---
[INFO] Compiling 664 source files to <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java>:[56,45] error: cannot find symbol
[ERROR]   symbol:   class MapFileOutputFormat
  location: package org.apache.hadoop.mapreduce.lib.output
<https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/ConfigurationUtil.java>:[113,37] error: no suitable method found for split(String,char)
[ERROR]     method StringUtils.split(String,char,char) is not applicable
      (actual and formal argument lists differ in length)
    method StringUtils.split(String) is not applicable
      (actual and formal argument lists differ in length)
<https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java>:[411,24] error: no suitable constructor found for Reader(Path,Configuration)
[ERROR]     constructor Reader.Reader(FileSystem,String,WritableComparator,Configuration,boolean) is not applicable
      (actual and formal argument lists differ in length)
    constructor Reader.Reader(FileSystem,String,WritableComparator,Configuration) is not applicable
      (actual and formal argument lists differ in length)
    constructor Reader.Reader(FileSystem,String,Configuration) is not applicable
      (actual and formal argument lists differ in length)
<https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java>:[449,29] error: cannot find symbol
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] HBase ............................................. SUCCESS [3.824s]
[INFO] HBase - Checkstyle ................................ SUCCESS [0.862s]
[INFO] HBase - Annotations ............................... SUCCESS [0.846s]
[INFO] HBase - Common .................................... SUCCESS [46.719s]
[INFO] HBase - Protocol .................................. SUCCESS [9.032s]
[INFO] HBase - Client .................................... SUCCESS [51.040s]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [7.022s]
[INFO] HBase - Hadoop One Compatibility .................. SUCCESS [5.680s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [8.035s]
[INFO] HBase - Server .................................... FAILURE [4.094s]
[INFO] HBase - Testing Util .............................. SKIPPED
[INFO] HBase - Thrift .................................... SKIPPED
[INFO] HBase - Rest ...................................... SKIPPED
[INFO] HBase - Shell ..................................... SKIPPED
[INFO] HBase - Integration Tests ......................... SKIPPED
[INFO] HBase - Examples .................................. SKIPPED
[INFO] HBase - Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:17.969s
[INFO] Finished at: Sat Jun 20 04:15:17 UTC 2015
[INFO] Final Memory: 66M/882M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java>:[56,45] error: cannot find symbol
[ERROR] symbol:   class MapFileOutputFormat
[ERROR] location: package org.apache.hadoop.mapreduce.lib.output
[ERROR] <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/ConfigurationUtil.java>:[113,37] error: no suitable method found for split(String,char)
[ERROR] method StringUtils.split(String,char,char) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] method StringUtils.split(String) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java>:[411,24] error: no suitable constructor found for Reader(Path,Configuration)
[ERROR] constructor Reader.Reader(FileSystem,String,WritableComparator,Configuration,boolean) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] constructor Reader.Reader(FileSystem,String,WritableComparator,Configuration) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] constructor Reader.Reader(FileSystem,String,Configuration) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] <https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HashTable.java>:[449,29] error: cannot find symbol
[ERROR] -> [Help 1]
[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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hbase-server
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/hudson4252556599063397009.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 #978
Archived 245 artifacts
Archive block size is 32768
Received 4 blocks and 882486 bytes
Compression is 12.9%
Took 1 min 21 sec
Recording test results
Updating HBASE-13666