You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Kevin Ratnasekera (Jira)" <ji...@apache.org> on 2019/09/07 06:03:00 UTC

[jira] [Created] (GORA-636) Kudu unit tests are failing on Jenkins

Kevin Ratnasekera created GORA-636:
--------------------------------------

             Summary: Kudu unit tests are failing on Jenkins
                 Key: GORA-636
                 URL: https://issues.apache.org/jira/browse/GORA-636
             Project: Apache Gora
          Issue Type: Bug
          Components: gora-kudu
            Reporter: Kevin Ratnasekera
             Fix For: 1.0


[INFO] ---------------------< org.apache.gora:gora-kudu >----------------------
[INFO] Building Apache Gora :: Kudu 1.0-SNAPSHOT                        [21/24]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kudu/kudu-client/1.9.0/kudu-client-1.9.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kudu/kudu-client/1.9.0/kudu-client-1.9.0.pom (3.1 kB at 32 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/stumbleupon/async/1.4.1/async-1.4.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/stumbleupon/async/1.4.1/async-1.4.1.pom (3.8 kB at 180 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kudu/kudu-binary/1.9.0/kudu-binary-1.9.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kudu/kudu-binary/1.9.0/kudu-binary-1.9.0.pom (777 B at 9.2 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kudu/kudu-test-utils/1.9.0/kudu-test-utils-1.9.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kudu/kudu-test-utils/1.9.0/kudu-test-utils-1.9.0.pom (1.9 kB at 117 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kudu/kudu-client/1.9.0/kudu-client-1.9.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/stumbleupon/async/1.4.1/async-1.4.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kudu/kudu-binary/1.9.0/kudu-binary-1.9.0-linux-x86_64.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kudu/kudu-test-utils/1.9.0/kudu-test-utils-1.9.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/stumbleupon/async/1.4.1/async-1.4.1.jar (18 kB at 502 kB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kudu/kudu-client/1.9.0/kudu-client-1.9.0.jar (9.8 MB at 17 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kudu/kudu-test-utils/1.9.0/kudu-test-utils-1.9.0.jar (10 MB at 17 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kudu/kudu-binary/1.9.0/kudu-binary-1.9.0-linux-x86_64.jar (23 MB at 18 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gora-kudu ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ gora-kudu ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:add-source (default) @ gora-kudu ---
[INFO] Source directory: /home/jenkins/jenkins-slave/workspace/gora-trunk/gora-kudu/src/examples/java added.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ gora-kudu ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ gora-kudu ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/gora-trunk/gora-kudu/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ gora-kudu ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/jenkins/jenkins-slave/workspace/gora-trunk/gora-kudu/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ gora-kudu ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ gora-kudu ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/jenkins-slave/workspace/gora-trunk/gora-kudu/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ gora-kudu ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.gora.kudu.store.TestKuduStore
[ERROR] Tests run: 44, Failures: 0, Errors: 40, Skipped: 4, Time elapsed: 32.479 s <<< FAILURE! - in org.apache.gora.kudu.store.TestKuduStore
[ERROR] testNewInstance(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 1.146 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar6691028675015419489/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testCreateSchema(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.851 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar2455743702647115114/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testAutoCreateSchema(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.827 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar8218725886825775765/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testTruncateSchema(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.82 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar655025431903551546/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testDeleteSchema(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.808 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar3543499602631808074/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testSchemaExists(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.754 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar2138043516950158875/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testPut(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.796 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar4934663824233892727/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testPutNested(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.781 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar8982840006355311495/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testPutArray(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.808 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar7346376406644492053/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testPutBytes(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.812 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar1476074217060901174/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testPutMap(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.807 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar5518627034654825853/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testPutMixedMaps(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.818 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar4317203606560292153/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testUpdate(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.8 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar1319957357546336365/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testExists(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.894 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar5134635306242968241/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testBenchamarkExists(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.815 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar265002759830670395/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testGet(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.788 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar8091151041099588470/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testGetRecursive(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.702 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar3559707961294688083/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testGetDoubleRecursive(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.834 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar4756240317508649651/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testGetNested(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.779 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar4408337223128870130/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testGet3UnionField(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.704 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar9087243627711802387/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testGetWithFields(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.797 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar430780841721197081/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testGetWebPage(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.813 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar4092131431623749216/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testGetWebPageDefaultFields(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.757 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar5381732273443548924/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testGetNonExisting(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.833 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar5306339727368074517/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testQuery(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.8 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar424157942614341322/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testQueryStartKey(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.808 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar9188238171705930100/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testQueryEndKey(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.805 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar4849024781182944405/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testQueryKeyRange(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.801 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar1788358173674842942/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testQueryWebPageSingleKey(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.815 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar745309358784663732/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testQueryWebPageSingleKeyDefaultFields(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.827 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar8114841602288846140/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testQueryWebPageQueryEmptyResults(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.816 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar506891940492263436/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testDelete(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.767 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar2854083592658730080/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testDeleteByQuery(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.812 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar7300728859649411508/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testDeleteByQueryFields(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.782 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar8189016430509834937/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testGetPartitions(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.697 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar3885192173257078599/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testResultSizeWithLimit(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.779 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar2557256963848746554/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testResultSizeStartKeyWithLimit(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.773 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar6183344086322915935/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testResultSizeEndKeyWithLimit(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.792 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar550519551000434193/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testResultSizeKeyRangeWithLimit(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.795 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar8086892758907614013/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[ERROR] testObjectFieldValue(org.apache.gora.kudu.store.TestKuduStore)  Time elapsed: 0.808 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar7594358860142677731/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6

[INFO] Running org.apache.gora.kudu.mapreduce.KuduStoreMapReduceTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.326 s <<< FAILURE! - in org.apache.gora.kudu.mapreduce.KuduStoreMapReduceTest
[ERROR] testCountQuery(org.apache.gora.kudu.mapreduce.KuduStoreMapReduceTest)  Time elapsed: 1.128 s  <<< ERROR!
java.io.IOException: failed to start masters: Unable to start Master at index 0: /tmp/kudu-binary-jar7143737465199434511/kudu-binary-1.9.0-linux-x86_64/bin/kudu-master: process exited on signal 6
	at org.apache.gora.kudu.mapreduce.KuduStoreMapReduceTest.setUp(KuduStoreMapReduceTest.java:46)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   KuduStoreMapReduceTest.setUp:46 » IO failed to start masters: Unable to start ...
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[ERROR]   TestKuduStore>DataStoreTestBase.setUp:80->DataStoreTestBase.setUpClass:61 » IO
[INFO] 
[ERROR] Tests run: 45, Failures: 0, Errors: 41, Skipped: 4
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache Gora
[INFO] This project has been banned from the build due to previous failures.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)