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

2019-09-14 Thread Alfonso Nishikawa (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929836#comment-16929836
 ] 

Alfonso Nishikawa commented on GORA-636:


Chrony installe on the Jenkins nodes with Ubuntu 18.04. It seems Ubuntu changed 
something about ntp, like in my  personal 18.04.
The error should not keep happening :)

> Kudu unit tests are failing on Jenkins build
> 
>
> Key: GORA-636
> URL: https://issues.apache.org/jira/browse/GORA-636
> Project: Apache Gora
>  Issue Type: Bug
>  Components: gora-kudu
>Reporter: Kevin Ratnasekera
>Priority: Major
> 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) @ 

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

2019-09-08 Thread Kevin Ratnasekera (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925216#comment-16925216
 ] 

Kevin Ratnasekera commented on GORA-636:


[~alfonso.nishikawa] Thank you for opening that ticket. Last build was 
successful.. It seems we dont have a dedicated instance where we execute 
Jenkins builds. It  may fail on some instances. 

> Kudu unit tests are failing on Jenkins build
> 
>
> Key: GORA-636
> URL: https://issues.apache.org/jira/browse/GORA-636
> Project: Apache Gora
>  Issue Type: Bug
>  Components: gora-kudu
>Reporter: Kevin Ratnasekera
>Priority: Major
> 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] --- 

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

2019-09-07 Thread Alfonso Nishikawa (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16924801#comment-16924801
 ] 

Alfonso Nishikawa commented on GORA-636:


I opened the issue INFRA-18995 to see if they can address it.

> Kudu unit tests are failing on Jenkins build
> 
>
> Key: GORA-636
> URL: https://issues.apache.org/jira/browse/GORA-636
> Project: Apache Gora
>  Issue Type: Bug
>  Components: gora-kudu
>Reporter: Kevin Ratnasekera
>Priority: Major
> 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 

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

2019-09-07 Thread Alfonso Nishikawa (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16924792#comment-16924792
 ] 

Alfonso Nishikawa commented on GORA-636:


Something alike happened to me on my own computer. I had to execute on Ubuntu:

{code:java}
sudo apt-get install chrony
systemctl enable chrony
{code}

I guess maybe the Jenkins machines don't have that package installed.

> Kudu unit tests are failing on Jenkins build
> 
>
> Key: GORA-636
> URL: https://issues.apache.org/jira/browse/GORA-636
> Project: Apache Gora
>  Issue Type: Bug
>  Components: gora-kudu
>Reporter: Kevin Ratnasekera
>Priority: Major
> 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] --- 

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

2019-09-07 Thread Kevin Ratnasekera (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16924735#comment-16924735
 ] 

Kevin Ratnasekera commented on GORA-636:


[~jhnmora000] [~alfonso.nishikawa] Can you please have a look?

> Kudu unit tests are failing on Jenkins build
> 
>
> Key: GORA-636
> URL: https://issues.apache.org/jira/browse/GORA-636
> Project: Apache Gora
>  Issue Type: Bug
>  Components: gora-kudu
>Reporter: Kevin Ratnasekera
>Priority: Major
> 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