You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ci@bigtop.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/01/19 07:45:30 UTC

Build failed in Jenkins: Bigtop-trunk-test-execution #2361

See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2361/display/redirect?page=changes>

Changes:

[github] BIGTOP-3138. Maven installation failed on debian-9 (#448)

[github] BIGTOP-3139. Failed to deploy Ambari on CentOS/Fedora cause no service

[github] BIGTOP-3140. [Test] TestHadoopExamples.groovy can have $USER = null when

[github] BIGTOP-3126. [Puppet] Failed to deploy QFS due to Permission denied

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3d000a6865522d4e9d87dc6286d51378a52dc048 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3d000a6865522d4e9d87dc6286d51378a52dc048
Commit message: "BIGTOP-3126. [Puppet] Failed to deploy QFS due to Permission denied error at initailization (#447)"
 > git rev-list --no-walk ed4be689c5a6fa2a4c77caa04f942f70b399e9ab # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.500 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.011 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.047 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.038 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.424 s
[INFO] Finished at: 2019-01-19T07:45:30Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4584862819258707876.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins4584862819258707876.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2482

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2482/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/bigtop.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1196.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy123.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/bigtop.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1196.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy123.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/bigtop.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1815)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: error: cannot fork() for rev-list: Resource temporarily unavailable
error: Could not run 'git rev-list'
error: cannot fork() for fetch-pack: Resource temporarily unavailable

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H23
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1196.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy123.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'

Build failed in Jenkins: Bigtop-trunk-test-execution #2481

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2481/display/redirect?page=changes>

Changes:

[github] BIGTOP-3359. Fix failure of installing Hadoop due to conflicting


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 00b394f8dcc54cc25d962c720c5fbcf8f88c5e07 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 00b394f8dcc54cc25d962c720c5fbcf8f88c5e07
Commit message: "BIGTOP-3359. Fix failure of installing Hadoop due to conflicting .build-id entry on CentOS 8. (#642)"
 > git rev-list --no-walk c15ce38f85ae0b201d7f8b879115e6169459bf9d # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.352 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.011 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.032 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.019 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.021 s
[INFO] Finished at: 2020-05-27T05:51:39Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8337156051294171507.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8337156051294171507.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2480

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2480/display/redirect?page=changes>

Changes:

[github] BIGTOP-3356: Add CentOS 8 support to the Docker provisioner (#640)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c15ce38f85ae0b201d7f8b879115e6169459bf9d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c15ce38f85ae0b201d7f8b879115e6169459bf9d
Commit message: "BIGTOP-3356: Add CentOS 8 support to the Docker provisioner (#640)"
 > git rev-list --no-walk 4c9586044e8d7844d785b2b44936a989c7b62316 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.444 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.037 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.021 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.273 s
[INFO] Finished at: 2020-05-27T02:15:28Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7008347064234060949.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins7008347064234060949.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2479

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2479/display/redirect?page=changes>

Changes:

[github] BIGTOP-3358: get_roles() function should fail if a component is not in


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4c9586044e8d7844d785b2b44936a989c7b62316 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c9586044e8d7844d785b2b44936a989c7b62316
Commit message: "BIGTOP-3358: get_roles() function should fail if a component is not in roles_map (#641)"
 > git rev-list --no-walk 2e1654037f944d207edb7a0f0b37b1cf3a6a3fcc # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.342 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.050 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.022 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.174 s
[INFO] Finished at: 2020-05-25T10:00:27Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7367164437928467447.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins7367164437928467447.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2478

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2478/display/redirect?page=changes>

Changes:

[github] BIGTOP-3327: Fix Zeppelin build issue after upgrading Spark-2.4.5 (#631)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2e1654037f944d207edb7a0f0b37b1cf3a6a3fcc (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2e1654037f944d207edb7a0f0b37b1cf3a6a3fcc
Commit message: "BIGTOP-3327: Fix Zeppelin build issue after upgrading Spark-2.4.5 (#631)"
 > git rev-list --no-walk 9b66904274239c058833e792565823ca3152cf96 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.338 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.018 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.894 s
[INFO] Finished at: 2020-05-15T15:00:15Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins395929464335572981.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins395929464335572981.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2477

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2477/display/redirect?page=changes>

Changes:

[github] BIGTOP-3348. Fix Hive test failures caused by NoSuchMethodError of


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9b66904274239c058833e792565823ca3152cf96 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9b66904274239c058833e792565823ca3152cf96
Commit message: "BIGTOP-3348. Fix Hive test failures caused by NoSuchMethodError of ApplicationId.fromString. (#636)"
 > git rev-list --no-walk 5784cad1f3a32dcbe3001f1f1db55eac2c947a3f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.294 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.020 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.046 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.902 s
[INFO] Finished at: 2020-05-13T15:30:20Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3334475585999764122.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins3334475585999764122.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2476

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2476/display/redirect?page=changes>

Changes:

[github] BIGTOP-3353: hive.hwi.war.file configuration is no longer needed (#638)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5784cad1f3a32dcbe3001f1f1db55eac2c947a3f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5784cad1f3a32dcbe3001f1f1db55eac2c947a3f
Commit message: "BIGTOP-3353: hive.hwi.war.file configuration is no longer needed (#638)"
 > git rev-list --no-walk 399a210dbd85270079945a13ae6f94dc84db52e4 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.357 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.079 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.024 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.337 s
[INFO] Finished at: 2020-05-06T18:30:32Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7532434861420447478.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins7532434861420447478.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2475

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2475/display/redirect?page=changes>

Changes:

[github] BIGTOP-3347. Fix test failures of Hive ProxyFileSystem against Hadoop


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 399a210dbd85270079945a13ae6f94dc84db52e4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 399a210dbd85270079945a13ae6f94dc84db52e4
Commit message: "BIGTOP-3347. Fix test failures of Hive ProxyFileSystem against Hadoop 2.10.0. (#633)"
 > git rev-list --no-walk 0db0aafadac99363f41347c6a2d4010fd6959b1c # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.346 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.035 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.021 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.131 s
[INFO] Finished at: 2020-05-05T07:15:23Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3462561519633401659.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins3462561519633401659.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2474

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2474/display/redirect?page=changes>

Changes:

[junhe] BIGTOP-3352: Fix qfs build error on Ubuntu 18.04


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 0db0aafadac99363f41347c6a2d4010fd6959b1c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0db0aafadac99363f41347c6a2d4010fd6959b1c
Commit message: "BIGTOP-3352: Fix qfs build error on Ubuntu 18.04"
 > git rev-list --no-walk 20b7a14488902b74b3d74bd3cd6a46d8f0ea0702 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.302 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.019 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.013 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.776 s
[INFO] Finished at: 2020-04-30T06:30:18Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4872491236264830351.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins4872491236264830351.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2473

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2473/display/redirect?page=changes>

Changes:

[junhe] BIGTOP-3351: Fix sqoop build error on Ubuntu 18.04


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 20b7a14488902b74b3d74bd3cd6a46d8f0ea0702 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 20b7a14488902b74b3d74bd3cd6a46d8f0ea0702
Commit message: "BIGTOP-3351: Fix sqoop build error on Ubuntu 18.04"
 > git rev-list --no-walk 5795aea07fd3fd74e2865b60445ce18d39fa3da8 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.326 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.034 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.026 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.921 s
[INFO] Finished at: 2020-04-30T02:45:38Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1461998051601466278.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1461998051601466278.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2472

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2472/display/redirect?page=changes>

Changes:

[github] BIGTOP-3333. Fix Hive build after upgrading Spark to 2.4.5 (#622)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5795aea07fd3fd74e2865b60445ce18d39fa3da8 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5795aea07fd3fd74e2865b60445ce18d39fa3da8
Commit message: "BIGTOP-3333. Fix Hive build after upgrading Spark to 2.4.5 (#622)"
 > git rev-list --no-walk 2fedbd625a351248a5e78a81c777ebf62c827ff4 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.470 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.151 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.024 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.514 s
[INFO] Finished at: 2020-04-27T23:45:29Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3798553851166129981.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins3798553851166129981.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2471

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2471/display/redirect?page=changes>

Changes:

[github] BIGTOP-3337. Remove Node.js from the toolchain. (#626)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2fedbd625a351248a5e78a81c777ebf62c827ff4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2fedbd625a351248a5e78a81c777ebf62c827ff4
Commit message: "BIGTOP-3337. Remove Node.js from the toolchain. (#626)"
 > git rev-list --no-walk 85bf2eb35755712e914ba16373b961fff4738201 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.446 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.097 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.015 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.180 s
[INFO] Finished at: 2020-04-23T11:45:27Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5551879796538546865.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins5551879796538546865.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2470

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2470/display/redirect?page=changes>

Changes:

[github] BIGTOP-3339. Fix Ambari build failure due to using old Bower. (#628)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 85bf2eb35755712e914ba16373b961fff4738201 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 85bf2eb35755712e914ba16373b961fff4738201
Commit message: "BIGTOP-3339. Fix Ambari build failure due to using old Bower. (#628)"
 > git rev-list --no-walk 5d77f12e6365e6a776791fc0fcf39adc171aff9e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.277 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.149 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.015 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.922 s
[INFO] Finished at: 2020-04-21T05:30:22Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins464722899405737589.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins464722899405737589.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2469

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2469/display/redirect?page=changes>

Changes:

[github] BIGTOP-3341. Support for Openssl 1.1.1. (#630)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5d77f12e6365e6a776791fc0fcf39adc171aff9e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d77f12e6365e6a776791fc0fcf39adc171aff9e
Commit message: "BIGTOP-3341. Support for Openssl 1.1.1. (#630)"
 > git rev-list --no-walk 71cc526b2ef584a1fe5bc70910ed6378edb42919 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.359 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.045 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.022 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.209 s
[INFO] Finished at: 2020-04-20T04:30:22Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7076230657982247957.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins7076230657982247957.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2468

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2468/display/redirect?page=changes>

Changes:

[github] BIGTOP-3340. Add Masatake Iwasaki to team list. (#629)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 71cc526b2ef584a1fe5bc70910ed6378edb42919 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71cc526b2ef584a1fe5bc70910ed6378edb42919
Commit message: "BIGTOP-3340. Add Masatake Iwasaki to team list. (#629)"
 > git rev-list --no-walk d46b0e56e21b24f652efe0467c81e654c9e0f392 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.531 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.082 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.013 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.173 s
[INFO] Finished at: 2020-04-18T01:00:27Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins823082753812524943.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins823082753812524943.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2467

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2467/display/redirect?page=changes>

Changes:

[github] BIGTOP-3338. Fix `./gradlew repo` to work with GPDB and QFS on Ubuntu


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H37 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d46b0e56e21b24f652efe0467c81e654c9e0f392 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d46b0e56e21b24f652efe0467c81e654c9e0f392
Commit message: "BIGTOP-3338. Fix `./gradlew repo` to work with GPDB and QFS on Ubuntu 18.04. (#627)"
 > git rev-list --no-walk f82d6fd9c568ea4741c723a5a452617fd3aa1551 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 160 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 108 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kBProgress (2): 15 kB | 5.0/25 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 479 kB/s)
Progress (1): 7.7/25 kBProgress (2): 7.7/25 kB | 2.2/53 kBProgress (2): 10/25 kB | 2.2/53 kB Progress (2): 13/25 kB | 2.2/53 kBProgress (2): 13/25 kB | 5.0/53 kBProgress (2): 16/25 kB | 5.0/53 kBProgress (2): 16/25 kB | 7.7/53 kBProgress (2): 19/25 kB | 7.7/53 kBProgress (2): 21/25 kB | 7.7/53 kBProgress (2): 21/25 kB | 10/53 kB Progress (2): 24/25 kB | 10/53 kBProgress (2): 24/25 kB | 13/53 kBProgress (2): 25 kB | 13/53 kB   Progress (2): 25 kB | 16/53 kBProgress (2): 25 kB | 19/53 kBProgress (2): 25 kB | 21/53 kBProgress (2): 25 kB | 24/53 kBProgress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 518 kB/s)
Progress (1): 40/53 kBProgress (1): 45/53 kBProgress (1): 49/53 kBProgress (1): 53 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 834 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 337 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 501 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 899 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom
Progress (1): 2.2/13 kBProgress (1): 5.0/13 kBProgress (1): 7.8/13 kBProgress (1): 11/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom (13 kB at 644 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Progress (1): 2.2/11 kBProgress (1): 5.0/11 kBProgress (1): 7.8/11 kBProgress (1): 11/11 kB Progress (1): 11 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 578 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar
Progress (1): 2.2/50 kBProgress (1): 5.0/50 kBProgress (1): 7.7/50 kBProgress (1): 10/50 kB Progress (1): 13/50 kBProgress (1): 16/50 kBProgress (1): 19/50 kBProgress (1): 21/50 kBProgress (1): 24/50 kBProgress (1): 27/50 kBProgress (1): 30/50 kBProgress (1): 32/50 kBProgress (1): 36/50 kBProgress (1): 40/50 kBProgress (1): 45/50 kBProgress (1): 49/50 kBProgress (1): 50 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar (50 kB at 2.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.279 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.089 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.011 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.682 s
[INFO] Finished at: 2020-04-10T18:16:10Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2338292835894772352.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins2338292835894772352.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2466

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2466/display/redirect?page=changes>

Changes:

[github] BIGTOP-3336. Fix Livy build on CentOS and Fedora (#625)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f82d6fd9c568ea4741c723a5a452617fd3aa1551 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f82d6fd9c568ea4741c723a5a452617fd3aa1551
Commit message: "BIGTOP-3336. Fix Livy build on CentOS and Fedora (#625)"
 > git rev-list --no-walk c8bd842e5117589d5130ec19c3550c001f57c53e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.230 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.019 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.679 s
[INFO] Finished at: 2020-04-10T14:15:19Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4248866548587622401.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins4248866548587622401.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2465

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2465/display/redirect?page=changes>

Changes:

[github] BIGTOP-3335. Fix Mahout build after upgrading Spark to 2.4.5 (#624)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c8bd842e5117589d5130ec19c3550c001f57c53e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8bd842e5117589d5130ec19c3550c001f57c53e
Commit message: "BIGTOP-3335. Fix Mahout build after upgrading Spark to 2.4.5 (#624)"
 > git rev-list --no-walk 9d1010aa8cdc83dcddab7aec870ef745b67d02b3 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.308 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.017 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.013 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.840 s
[INFO] Finished at: 2020-04-10T11:15:27Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins785322015220883645.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins785322015220883645.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2464

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2464/display/redirect?page=changes>

Changes:

[github] BIGTOP-3334. Fix Oozie build after upgrading Spark to 2.4.5 (#623)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9d1010aa8cdc83dcddab7aec870ef745b67d02b3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9d1010aa8cdc83dcddab7aec870ef745b67d02b3
Commit message: "BIGTOP-3334. Fix Oozie build after upgrading Spark to 2.4.5 (#623)"
 > git rev-list --no-walk 5b0dd2e62886a3ed4d8d42183e186e541c5e9744 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.379 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.049 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.023 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.270 s
[INFO] Finished at: 2020-04-10T06:30:22Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3208972111688971051.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins3208972111688971051.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2463

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2463/display/redirect?page=changes>

Changes:

[github] BIGTOP-3331: Provisioner Deployment failed on Fedora (#619)


------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H26 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5b0dd2e62886a3ed4d8d42183e186e541c5e9744 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5b0dd2e62886a3ed4d8d42183e186e541c5e9744
Commit message: "BIGTOP-3331: Provisioner Deployment failed on Fedora (#619)"
 > git rev-list --no-walk 2d6f3dd7b7241aa2191c9ebc5a502a1415932464 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 9.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 136 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 97 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kBProgress (2): 15 kB | 5.0/25 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 572 kB/s)
Progress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 651 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 374 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 640 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 400 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.8/134 kBProgress (1): 5.5/134 kBProgress (1): 8.3/134 kBProgress (1): 11/134 kB Progress (1): 14/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 22/134 kBProgress (1): 25/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 33/134 kBProgress (1): 37/134 kBProgress (1): 41/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 66/134 kBProgress (1): 70/134 kBProgress (1): 74/134 kBProgress (1): 78/134 kBProgress (1): 82/134 kBProgress (1): 86/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 111/134 kBProgress (1): 115/134 kBProgress (1): 119/134 kBProgress (1): 123/134 kBProgress (1): 127/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 3.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.370 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.050 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.885 s
[INFO] Finished at: 2020-04-02T13:48:20Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2203255608562294156.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins2203255608562294156.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2462

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2462/display/redirect?page=changes>

Changes:

[of] BIGTOP-3332: Add new provisioner yaml configuration for Fedora 31


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2d6f3dd7b7241aa2191c9ebc5a502a1415932464 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d6f3dd7b7241aa2191c9ebc5a502a1415932464
Commit message: "BIGTOP-3332: Add new provisioner yaml configuration for Fedora 31"
 > git rev-list --no-walk b37aafaa2b7c8c1bfe4ef9057c040d14c4f59f08 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.373 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.124 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.022 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.282 s
[INFO] Finished at: 2020-04-01T17:30:17Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5239876364987403316.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins5239876364987403316.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2461

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2461/display/redirect?page=changes>

Changes:

[of] BIGTOP-3330: avoid duplicate jars between oozie and oozie-client


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b37aafaa2b7c8c1bfe4ef9057c040d14c4f59f08 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b37aafaa2b7c8c1bfe4ef9057c040d14c4f59f08
Commit message: "BIGTOP-3330: avoid duplicate jars between oozie and oozie-client"
 > git rev-list --no-walk 074766113c68b246b2fd06b12d04dd97c4784d8f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.229 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.008 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.021 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.076 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.949 s
[INFO] Finished at: 2020-03-22T18:00:33Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6553422627454108108.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins6553422627454108108.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2460

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2460/display/redirect?page=changes>

Changes:

[github] BIGTOP-3301. Add smoke-tests for hadoop-kms. (#617)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 074766113c68b246b2fd06b12d04dd97c4784d8f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 074766113c68b246b2fd06b12d04dd97c4784d8f
Commit message: "BIGTOP-3301. Add smoke-tests for hadoop-kms. (#617)"
 > git rev-list --no-walk cc2179b0f1df2c4d7e8633f237f524234cd26602 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.292 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.021 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.061 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.065 s
[INFO] Finished at: 2020-03-18T18:45:20Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3872194791648954078.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins3872194791648954078.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2459

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2459/display/redirect?page=changes>

Changes:

[junhe] BIGTOP-3286: Bump Ignite to 2.7.6


------------------------------------------
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H35 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision cc2179b0f1df2c4d7e8633f237f524234cd26602 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cc2179b0f1df2c4d7e8633f237f524234cd26602
Commit message: "BIGTOP-3286: Bump Ignite to 2.7.6"
 > git rev-list --no-walk 6307ef3b99e250d786b128bd6039f7f5701dccbf # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 6.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 105 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 87 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kBProgress (2): 15 kB | 5.0/25 kBProgress (2): 15 kB | 7.7/25 kBProgress (2): 15 kB | 10/25 kB Progress (2): 15 kB | 13/25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 402 kB/s)
Progress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 470 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 280 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.8/12 kBProgress (1): 5.2/12 kBProgress (1): 7.9/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 524 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 86 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 830 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 801 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 2.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom
Progress (1): 2.2/13 kBProgress (1): 5.0/13 kBProgress (1): 7.8/13 kBProgress (1): 11/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom (13 kB at 614 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Progress (1): 2.2/11 kBProgress (1): 5.0/11 kBProgress (1): 7.8/11 kBProgress (1): 11/11 kB Progress (1): 11 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 499 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar
Progress (1): 2.2/50 kBProgress (1): 5.0/50 kBProgress (1): 7.8/50 kBProgress (1): 11/50 kB Progress (1): 13/50 kBProgress (1): 16/50 kBProgress (1): 19/50 kBProgress (1): 21/50 kBProgress (1): 24/50 kBProgress (1): 27/50 kBProgress (1): 30/50 kBProgress (1): 32/50 kBProgress (1): 36/50 kBProgress (1): 40/50 kBProgress (1): 45/50 kBProgress (1): 49/50 kBProgress (1): 50 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar (50 kB at 1.5 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.753 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.108 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.017 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.038 s
[INFO] Finished at: 2020-03-17T04:03:47Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins906778612403240980.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins906778612403240980.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2458

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2458/display/redirect?page=changes>

Changes:

[github] BIGTOP-3300. Add puppet manifests for hadoop-kms. (#615)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6307ef3b99e250d786b128bd6039f7f5701dccbf (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6307ef3b99e250d786b128bd6039f7f5701dccbf
Commit message: "BIGTOP-3300. Add puppet manifests for hadoop-kms. (#615)"
 > git rev-list --no-walk 85218c9dfdb5b45812c1bb4bbbea4b751591e987 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.417 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.043 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.054 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.399 s
[INFO] Finished at: 2020-03-15T15:30:19Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7523750632244398795.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins7523750632244398795.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2457

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2457/display/redirect?page=changes>

Changes:

[github] BIGTOP-3305. Bump Flume to 1.9.0. (#599)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 85218c9dfdb5b45812c1bb4bbbea4b751591e987 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 85218c9dfdb5b45812c1bb4bbbea4b751591e987
Commit message: "BIGTOP-3305. Bump Flume to 1.9.0. (#599)"
 > git rev-list --no-walk f479c66960a5ed5e45435d77eca3eebbcec44db9 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.254 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.023 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.013 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.729 s
[INFO] Finished at: 2020-03-15T14:00:06Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1519196835734358045.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1519196835734358045.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2456

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2456/display/redirect?page=changes>

Changes:

[github] BIGTOP-3325. Spark LICENSE files should be exempted by RAT check (#616)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f479c66960a5ed5e45435d77eca3eebbcec44db9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f479c66960a5ed5e45435d77eca3eebbcec44db9
Commit message: "BIGTOP-3325. Spark LICENSE files should be exempted by RAT check (#616)"
 > git rev-list --no-walk acec07ac92777da34b26cb87edcb762ab245beab # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.241 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.020 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.707 s
[INFO] Finished at: 2020-03-15T07:29:57Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7754559971646993966.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins7754559971646993966.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2455

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2455/display/redirect?page=changes>

Changes:

[iwasakims] BIGTOP-3322. Lintian Warnings in Hadoop.


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision acec07ac92777da34b26cb87edcb762ab245beab (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f acec07ac92777da34b26cb87edcb762ab245beab
Commit message: "Merge pull request #612 from iwasakims/BIGTOP-3322"
 > git rev-list --no-walk f1971ff7733eccc0db5e56f99d67bbdedbd0da6d # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.509 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.021 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.111 s
[INFO] Finished at: 2020-03-14T17:00:01Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7119063027616248740.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins7119063027616248740.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2454

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2454/display/redirect?page=changes>

Changes:

[github] BIGTOP-3234: TEZ smoke tests implementation (#568)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H36 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f1971ff7733eccc0db5e56f99d67bbdedbd0da6d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f1971ff7733eccc0db5e56f99d67bbdedbd0da6d
Commit message: "BIGTOP-3234: TEZ smoke tests implementation (#568)"
 > git rev-list --no-walk 73f45a8b9f8c5bf1a7801de04d0c33f55bc8be65 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.305 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.043 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.937 s
[INFO] Finished at: 2020-03-14T15:45:20Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3110964139316567059.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins3110964139316567059.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2453

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2453/display/redirect?page=changes>

Changes:

[sekikn] BIGTOP-3165. Bump Spark to 2.4.5.


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 73f45a8b9f8c5bf1a7801de04d0c33f55bc8be65 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 73f45a8b9f8c5bf1a7801de04d0c33f55bc8be65
Commit message: "BIGTOP-3165. Bump Spark to 2.4.5."
 > git rev-list --no-walk e5fcaac887a3518473040b6b03e930f163271ded # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.370 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.029 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.022 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.053 s
[INFO] Finished at: 2020-03-13T10:47:07Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5329807779605851678.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins5329807779605851678.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2452

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2452/display/redirect?page=changes>

Changes:

[junhe] BIGTOP-3237: Add smoke tests for YCSB


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H36 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e5fcaac887a3518473040b6b03e930f163271ded (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e5fcaac887a3518473040b6b03e930f163271ded
Commit message: "BIGTOP-3237: Add smoke tests for YCSB"
 > git rev-list --no-walk 720d6ae3e039e93e836171dfccbe16553a84ca5e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.298 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.008 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.050 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.890 s
[INFO] Finished at: 2020-03-10T14:00:16Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3227607224055952192.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins3227607224055952192.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2451

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2451/display/redirect?page=changes>

Changes:

[of] BIGTOP-3317: fix broken symlink for hadoop-hdfs.jar


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 720d6ae3e039e93e836171dfccbe16553a84ca5e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 720d6ae3e039e93e836171dfccbe16553a84ca5e
Commit message: "BIGTOP-3317: fix broken symlink for hadoop-hdfs.jar"
 > git rev-list --no-walk 5a6a81aa4e541825e7fe61be9bebb8f32fbdb64b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.239 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.024 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.698 s
[INFO] Finished at: 2020-03-10T03:00:07Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7637315263442615658.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins7637315263442615658.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2450

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2450/display/redirect?page=changes>

Changes:

[junhe] BIGTOP-3312: Fix Ambari build failure as maven repo only accepts https


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5a6a81aa4e541825e7fe61be9bebb8f32fbdb64b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5a6a81aa4e541825e7fe61be9bebb8f32fbdb64b
Commit message: "BIGTOP-3312: Fix Ambari build failure as maven repo only accepts https now"
 > git rev-list --no-walk 4a4c6a2bbf79d1f04cabd327b846feac228f6a66 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.242 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.019 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.013 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.724 s
[INFO] Finished at: 2020-03-09T10:15:05Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4116438163192646116.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins4116438163192646116.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2449

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2449/display/redirect?page=changes>

Changes:

[of] BIGTOP-3293. Add hadoop-kms package.


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4a4c6a2bbf79d1f04cabd327b846feac228f6a66 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a4c6a2bbf79d1f04cabd327b846feac228f6a66
Commit message: "BIGTOP-3293. Add hadoop-kms package."
 > git rev-list --no-walk 148675a77022606caaa0ec9338eb8ce66a700839 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.371 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.023 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.035 s
[INFO] Finished at: 2020-03-08T18:45:10Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8033024414722031479.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8033024414722031479.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2448

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2448/display/redirect?page=changes>

Changes:

[junhe] BIGTOP-3306. Bump Giraph to 1.2.0

[junhe] BIGTOP-3316: Fix HBase build failure on Arm platform


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 148675a77022606caaa0ec9338eb8ce66a700839 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 148675a77022606caaa0ec9338eb8ce66a700839
Commit message: "BIGTOP-3316: Fix HBase build failure on Arm platform"
 > git rev-list --no-walk 8bc7e788ae73d455793b9230dc348fa2c22968c4 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.502 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.171 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.022 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.531 s
[INFO] Finished at: 2020-03-08T04:30:26Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1836437336972650792.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1836437336972650792.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2447

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2447/display/redirect?page=changes>

Changes:

[of] BIGTOP-3318: Use secure repo in bigtop-tests


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8bc7e788ae73d455793b9230dc348fa2c22968c4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8bc7e788ae73d455793b9230dc348fa2c22968c4
Commit message: "BIGTOP-3318: Use secure repo in bigtop-tests"
 > git rev-list --no-walk e21d985b4a7aaa5c88824fe0cc410c5afa1b37ba # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.257 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.018 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.013 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.712 s
[INFO] Finished at: 2020-02-29T19:45:05Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6664009410002474501.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins6664009410002474501.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2446

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2446/display/redirect?page=changes>

Changes:

[ltoscano] BIGTOP-3308: add support for openssl 1.1.0 on Debian


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e21d985b4a7aaa5c88824fe0cc410c5afa1b37ba (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e21d985b4a7aaa5c88824fe0cc410c5afa1b37ba
Commit message: "BIGTOP-3308: add support for openssl 1.1.0 on Debian"
 > git rev-list --no-walk 2b70354a1529ee22087480eb04d4903e760f5199 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.281 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.070 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.013 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.920 s
[INFO] Finished at: 2020-02-29T19:30:00Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2677685556866615401.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins2677685556866615401.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2445

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2445/display/redirect?page=changes>

Changes:

[github] BIGTOP-3314: Fix flink build failure with upgraded hadoop version (#609)


------------------------------------------
[...truncated 4.24 KB...]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 240 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 640 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 961 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 3.3 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.356 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.057 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.025 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.309 s
[INFO] Finished at: 2020-02-28T04:22:27Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6002268192389954829.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime-1.6/1.0/gmaven-runtime-1.6-1.0.pom
Progress (1): 1.4/3.3 kBProgress (1): 2.7/3.3 kBProgress (1): 3.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime-1.6/1.0/gmaven-runtime-1.6-1.0.pom (3.3 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime/1.0/gmaven-runtime-1.0.pom
Progress (1): 1.4/2.4 kBProgress (1): 2.4 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime/1.0/gmaven-runtime-1.0.pom (2.4 kB at 121 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/feature/gmaven-feature-support/1.0/gmaven-feature-support-1.0.pom
Progress (1): 1.4/1.7 kBProgress (1): 1.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/feature/gmaven-feature-support/1.0/gmaven-feature-support-1.0.pom (1.7 kB at 84 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/feature/gmaven-feature/1.0/gmaven-feature-1.0.pom
Progress (1): 1.4/1.5 kBProgress (1): 1.5 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/feature/gmaven-feature/1.0/gmaven-feature-1.0.pom (1.5 kB at 72 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/feature/gmaven-feature-api/1.0/gmaven-feature-api-1.0.pom
Progress (1): 1.4/1.8 kBProgress (1): 1.8 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/feature/gmaven-feature-api/1.0/gmaven-feature-api-1.0.pom (1.8 kB at 99 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime-support/1.0/gmaven-runtime-support-1.0.pom
Progress (1): 1.4/2.5 kBProgress (1): 2.5 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime-support/1.0/gmaven-runtime-support-1.0.pom (2.5 kB at 145 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime-api/1.0/gmaven-runtime-api-1.0.pom
Progress (1): 1.4/1.5 kBProgress (1): 1.5 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime-api/1.0/gmaven-runtime-api-1.0.pom (1.5 kB at 84 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/gmaven-common/1.0/gmaven-common-1.0.pom
Progress (1): 1.4/1.5 kBProgress (1): 1.5 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/gmaven-common/1.0/gmaven-common-1.0.pom (1.5 kB at 84 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.8/qdox-1.8.pom
Progress (1): 1.4/12 kBProgress (1): 2.7/12 kBProgress (1): 4.1/12 kBProgress (1): 5.5/12 kBProgress (1): 6.9/12 kBProgress (1): 8.2/12 kBProgress (1): 9.6/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.8/qdox-1.8.pom (12 kB at 538 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.10/groovy-all-2.4.10.pom
Progress (1): 1.4/21 kBProgress (1): 2.7/21 kBProgress (1): 4.1/21 kBProgress (1): 5.5/21 kBProgress (1): 6.9/21 kBProgress (1): 8.2/21 kBProgress (1): 9.6/21 kBProgress (1): 11/21 kB Progress (1): 12/21 kBProgress (1): 14/21 kBProgress (1): 15/21 kBProgress (1): 16/21 kBProgress (1): 18/21 kBProgress (1): 19/21 kBProgress (1): 21/21 kBProgress (1): 21 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.10/groovy-all-2.4.10.pom (21 kB at 794 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime-1.6/1.0/gmaven-runtime-1.6-1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/feature/gmaven-feature-support/1.0/gmaven-feature-support-1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/feature/gmaven-feature-api/1.0/gmaven-feature-api-1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime-support/1.0/gmaven-runtime-support-1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime-api/1.0/gmaven-runtime-api-1.0.jar
Progress (1): 1.4/14 kBProgress (1): 2.7/14 kBProgress (1): 4.1/14 kBProgress (1): 5.5/14 kBProgress (1): 6.9/14 kBProgress (1): 8.2/14 kBProgress (1): 9.6/14 kBProgress (1): 11/14 kB Progress (1): 12/14 kBProgress (1): 14/14 kBProgress (1): 14 kB   Progress (2): 14 kB | 2.2/17 kBProgress (3): 14 kB | 2.2/17 kB | 2.2/23 kBProgress (3): 14 kB | 5.0/17 kB | 2.2/23 kBProgress (3): 14 kB | 5.0/17 kB | 5.0/23 kBProgress (3): 14 kB | 7.7/17 kB | 5.0/23 kBProgress (3): 14 kB | 7.7/17 kB | 7.7/23 kBProgress (3): 14 kB | 10/17 kB | 7.7/23 kB Progress (3): 14 kB | 10/17 kB | 10/23 kB Progress (3): 14 kB | 13/17 kB | 10/23 kBProgress (3): 14 kB | 13/17 kB | 13/23 kB                                         Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/feature/gmaven-feature-support/1.0/gmaven-feature-support-1.0.jar (14 kB at 476 kB/s)
Progress (2): 16/17 kB | 13/23 kB                                 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/gmaven-common/1.0/gmaven-common-1.0.jar
Progress (2): 16/17 kB | 16/23 kBProgress (2): 17 kB | 16/23 kB   Progress (2): 17 kB | 19/23 kBProgress (2): 17 kB | 21/23 kBProgress (2): 17 kB | 23 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/feature/gmaven-feature-api/1.0/gmaven-feature-api-1.0.jar (17 kB at 459 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.8/qdox-1.8.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime-api/1.0/gmaven-runtime-api-1.0.jar (23 kB at 582 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.10/groovy-all-2.4.10.jar
Progress (1): 2.2/159 kBProgress (2): 2.2/159 kB | 0/7.0 MBProgress (2): 5.0/159 kB | 0/7.0 MBProgress (2): 5.0/159 kB | 0/7.0 MBProgress (2): 7.7/159 kB | 0/7.0 MBProgress (2): 7.7/159 kB | 0/7.0 MBProgress (2): 10/159 kB | 0/7.0 MB Progress (2): 10/159 kB | 0/7.0 MBProgress (2): 13/159 kB | 0/7.0 MBProgress (2): 13/159 kB | 0/7.0 MBProgress (2): 16/159 kB | 0/7.0 MBProgress (2): 16/159 kB | 0/7.0 MBProgress (2): 19/159 kB | 0/7.0 MBProgress (2): 19/159 kB | 0/7.0 MBProgress (2): 21/159 kB | 0/7.0 MBProgress (2): 21/159 kB | 0/7.0 MBProgress (2): 24/159 kB | 0/7.0 MBProgress (2): 24/159 kB | 0/7.0 MBProgress (2): 27/159 kB | 0/7.0 MBProgress (2): 27/159 kB | 0/7.0 MBProgress (2): 30/159 kB | 0/7.0 MBProgress (2): 30/159 kB | 0/7.0 MBProgress (2): 32/159 kB | 0/7.0 MBProgress (2): 32/159 kB | 0/7.0 MBProgress (2): 32/159 kB | 0/7.0 MBProgress (2): 32/159 kB | 0/7.0 MBProgress (2): 32/159 kB | 0/7.0 MBProgress (2): 36/159 kB | 0/7.0 MBProgress (2): 36/159 kB | 0/7.0 MBProgress (2): 40/159 kB | 0/7.0 MBProgress (2): 40/159 kB | 0/7.0 MBProgress (2): 45/159 kB | 0/7.0 MBProgress (2): 45/159 kB | 0/7.0 MBProgress (2): 49/159 kB | 0/7.0 MBProgress (2): 49/159 kB | 0/7.0 MBProgress (2): 49/159 kB | 0/7.0 MBProgress (2): 49/159 kB | 0/7.0 MBProgress (2): 49/159 kB | 0/7.0 MBProgress (2): 53/159 kB | 0/7.0 MBProgress (2): 57/159 kB | 0/7.0 MBProgress (2): 57/159 kB | 0/7.0 MBProgress (2): 61/159 kB | 0/7.0 MBProgress (2): 61/159 kB | 0/7.0 MBProgress (2): 65/159 kB | 0/7.0 MBProgress (2): 65/159 kB | 0/7.0 MBProgress (2): 65/159 kB | 0/7.0 MBProgress (2): 65/159 kB | 0/7.0 MBProgress (2): 69/159 kB | 0/7.0 MBProgress (2): 69/159 kB | 0/7.0 MBProgress (2): 73/159 kB | 0/7.0 MBProgress (2): 73/159 kB | 0/7.0 MBProgress (2): 77/159 kB | 0/7.0 MBProgress (2): 77/159 kB | 0/7.0 MBProgress (2): 81/159 kB | 0/7.0 MBProgress (2): 81/159 kB | 0/7.0 MBProgress (2): 81/159 kB | 0/7.0 MBProgress (2): 81/159 kB | 0/7.0 MBProgress (2): 85/159 kB | 0/7.0 MBProgress (2): 85/159 kB | 0/7.0 MBProgress (2): 90/159 kB | 0/7.0 MBProgress (2): 90/159 kB | 0/7.0 MBProgress (2): 94/159 kB | 0/7.0 MBProgress (2): 94/159 kB | 0/7.0 MBProgress (2): 98/159 kB | 0/7.0 MBProgress (2): 98/159 kB | 0.1/7.0 MBProgress (2): 98/159 kB | 0.1/7.0 MBProgress (2): 98/159 kB | 0.1/7.0 MBProgress (2): 102/159 kB | 0.1/7.0 MBProgress (2): 102/159 kB | 0.1/7.0 MBProgress (2): 106/159 kB | 0.1/7.0 MBProgress (2): 110/159 kB | 0.1/7.0 MBProgress (2): 110/159 kB | 0.1/7.0 MBProgress (2): 114/159 kB | 0.1/7.0 MBProgress (2): 114/159 kB | 0.1/7.0 MBProgress (2): 114/159 kB | 0.1/7.0 MBProgress (2): 118/159 kB | 0.1/7.0 MBProgress (2): 122/159 kB | 0.1/7.0 MBProgress (2): 122/159 kB | 0.1/7.0 MBProgress (2): 126/159 kB | 0.1/7.0 MBProgress (2): 131/159 kB | 0.1/7.0 MBProgress (2): 131/159 kB | 0.1/7.0 MBProgress (2): 131/159 kB | 0.1/7.0 MBProgress (2): 131/159 kB | 0.1/7.0 MBProgress (2): 135/159 kB | 0.1/7.0 MBProgress (2): 139/159 kB | 0.1/7.0 MBProgress (2): 139/159 kB | 0.1/7.0 MBProgress (2): 143/159 kB | 0.1/7.0 MBProgress (2): 147/159 kB | 0.1/7.0 MBProgress (2): 147/159 kB | 0.1/7.0 MBProgress (2): 147/159 kB | 0.1/7.0 MBProgress (2): 151/159 kB | 0.1/7.0 MBProgress (2): 155/159 kB | 0.1/7.0 MBProgress (2): 155/159 kB | 0.1/7.0 MBProgress (2): 159/159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MB    Progress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MBProgress (2): 159 kB | 0.1/7.0 MB                                 Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.8/qdox-1.8.jar (159 kB at 1.9 MB/s)
Progress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.1/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.2/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.3/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.4/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.5/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.6/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.7/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.8/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 0.9/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.0/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.1/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.2/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.3/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.4/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.5/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.6/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.7/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.8/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 1.9/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.0/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.1/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.2/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.3/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.4/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.5/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.6/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.7/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.8/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 2.9/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.0/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.1/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.2/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.3/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.4/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.5/7.0 MBProgress (1): 3.6/7.0 MBProgress (1): 3.6/7.0 MBProgress (1): 3.6/7.0 MBProgress (1): 3.6/7.0 MBProgress (2): 3.6/7.0 MB | 2.2/15 kBProgress (2): 3.6/7.0 MB | 5.0/15 kBProgress (2): 3.6/7.0 MB | 7.8/15 kBProgress (2): 3.6/7.0 MB | 7.8/15 kBProgress (2): 3.6/7.0 MB | 7.8/15 kBProgress (2): 3.6/7.0 MB | 11/15 kB Progress (2): 3.6/7.0 MB | 11/15 kBProgress (2): 3.6/7.0 MB | 11/15 kBProgress (2): 3.6/7.0 MB | 13/15 kBProgress (2): 3.6/7.0 MB | 15 kB   Progress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.6/7.0 MB | 15 kBProgress (2): 3.7/7.0 MB | 15 kBProgress (2): 3.7/7.0 MB | 15 kBProgress (2): 3.7/7.0 MB | 15 kBProgress (2): 3.7/7.0 MB | 15 kBProgress (2): 3.7/7.0 MB | 15 kBProgress (2): 3.7/7.0 MB | 15 kBProgress (2): 3.7/7.0 MB | 15 kB                                Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/gmaven-common/1.0/gmaven-common-1.0.jar (15 kB at 38 kB/s)
Progress (2): 3.7/7.0 MB | 2.2/43 kBProgress (2): 3.7/7.0 MB | 2.2/43 kBProgress (2): 3.7/7.0 MB | 2.2/43 kBProgress (2): 3.7/7.0 MB | 5.0/43 kBProgress (2): 3.7/7.0 MB | 5.0/43 kBProgress (2): 3.7/7.0 MB | 5.0/43 kBProgress (2): 3.7/7.0 MB | 7.8/43 kBProgress (2): 3.7/7.0 MB | 11/43 kB Progress (2): 3.7/7.0 MB | 13/43 kBProgress (2): 3.7/7.0 MB | 13/43 kBProgress (2): 3.7/7.0 MB | 13/43 kBProgress (2): 3.7/7.0 MB | 13/43 kBProgress (2): 3.7/7.0 MB | 13/43 kBProgress (2): 3.7/7.0 MB | 16/43 kBProgress (2): 3.7/7.0 MB | 19/43 kBProgress (2): 3.7/7.0 MB | 19/43 kBProgress (2): 3.7/7.0 MB | 19/43 kBProgress (2): 3.7/7.0 MB | 21/43 kBProgress (2): 3.7/7.0 MB | 21/43 kBProgress (2): 3.7/7.0 MB | 21/43 kBProgress (2): 3.7/7.0 MB | 24/43 kBProgress (2): 3.7/7.0 MB | 27/43 kBProgress (2): 3.7/7.0 MB | 30/43 kBProgress (2): 3.7/7.0 MB | 30/43 kBProgress (2): 3.7/7.0 MB | 32/43 kBProgress (2): 3.7/7.0 MB | 32/43 kBProgress (2): 3.7/7.0 MB | 32/43 kBProgress (2): 3.7/7.0 MB | 32/43 kBProgress (2): 3.7/7.0 MB | 32/43 kBProgress (2): 3.8/7.0 MB | 32/43 kBProgress (2): 3.8/7.0 MB | 32/43 kBProgress (2): 3.8/7.0 MB | 32/43 kBProgress (2): 3.8/7.0 MB | 36/43 kBProgress (2): 3.8/7.0 MB | 40/43 kBProgress (2): 3.8/7.0 MB | 43 kB   Progress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.8/7.0 MB | 43 kBProgress (2): 3.9/7.0 MB | 43 kBProgress (2): 3.9/7.0 MB | 43 kBProgress (2): 3.9/7.0 MB | 43 kBProgress (2): 3.9/7.0 MB | 43 kBProgress (2): 3.9/7.0 MB | 43 kBProgress (2): 3.9/7.0 MB | 43 kB                                Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime-1.6/1.0/gmaven-runtime-1.6-1.0.jar (43 kB at 105 kB/s)
Progress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 3.9/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.0/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.1/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.2/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.3/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.4/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.5/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.6/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.7/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.8/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 4.9/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (1): 5.0/7.0 MBProgress (2): 5.0/7.0 MB | 2.2/80 kBProgress (2): 5.0/7.0 MB | 2.2/80 kBProgress (2): 5.0/7.0 MB | 5.0/80 kBProgress (2): 5.0/7.0 MB | 7.8/80 kBProgress (2): 5.0/7.0 MB | 11/80 kB Progress (2): 5.0/7.0 MB | 13/80 kBProgress (2): 5.0/7.0 MB | 13/80 kBProgress (2): 5.0/7.0 MB | 13/80 kBProgress (2): 5.1/7.0 MB | 13/80 kBProgress (2): 5.1/7.0 MB | 13/80 kBProgress (2): 5.1/7.0 MB | 16/80 kBProgress (2): 5.1/7.0 MB | 16/80 kBProgress (2): 5.1/7.0 MB | 19/80 kBProgress (2): 5.1/7.0 MB | 19/80 kBProgress (2): 5.1/7.0 MB | 21/80 kBProgress (2): 5.1/7.0 MB | 21/80 kBProgress (2): 5.1/7.0 MB | 24/80 kBProgress (2): 5.1/7.0 MB | 24/80 kBProgress (2): 5.1/7.0 MB | 27/80 kBProgress (2): 5.1/7.0 MB | 30/80 kBProgress (2): 5.1/7.0 MB | 30/80 kBProgress (2): 5.1/7.0 MB | 30/80 kBProgress (2): 5.1/7.0 MB | 32/80 kBProgress (2): 5.1/7.0 MB | 32/80 kBProgress (2): 5.1/7.0 MB | 32/80 kBProgress (2): 5.1/7.0 MB | 32/80 kBProgress (2): 5.1/7.0 MB | 32/80 kBProgress (2): 5.1/7.0 MB | 32/80 kBProgress (2): 5.1/7.0 MB | 32/80 kBProgress (2): 5.1/7.0 MB | 36/80 kBProgress (2): 5.1/7.0 MB | 36/80 kBProgress (2): 5.1/7.0 MB | 40/80 kBProgress (2): 5.1/7.0 MB | 40/80 kBProgress (2): 5.1/7.0 MB | 45/80 kBProgress (2): 5.1/7.0 MB | 45/80 kBProgress (2): 5.1/7.0 MB | 49/80 kBProgress (2): 5.1/7.0 MB | 49/80 kBProgress (2): 5.1/7.0 MB | 53/80 kBProgress (2): 5.1/7.0 MB | 57/80 kBProgress (2): 5.1/7.0 MB | 57/80 kBProgress (2): 5.1/7.0 MB | 61/80 kBProgress (2): 5.1/7.0 MB | 61/80 kBProgress (2): 5.1/7.0 MB | 65/80 kBProgress (2): 5.1/7.0 MB | 65/80 kBProgress (2): 5.1/7.0 MB | 65/80 kBProgress (2): 5.1/7.0 MB | 69/80 kBProgress (2): 5.1/7.0 MB | 69/80 kBProgress (2): 5.1/7.0 MB | 73/80 kBProgress (2): 5.1/7.0 MB | 73/80 kBProgress (2): 5.1/7.0 MB | 77/80 kBProgress (2): 5.1/7.0 MB | 77/80 kBProgress (2): 5.1/7.0 MB | 80 kB   Progress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.2/7.0 MB | 80 kBProgress (2): 5.3/7.0 MB | 80 kB                                Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/maven/runtime/gmaven-runtime-support/1.0/gmaven-runtime-support-1.0.jar (80 kB at 156 kB/s)
Progress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.3/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.4/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.5/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.6/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.7/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.8/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 5.9/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.0/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.1/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.2/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.3/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.4/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.5/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.6/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.7/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.8/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 6.9/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0/7.0 MBProgress (1): 7.0 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.10/groovy-all-2.4.10.jar (7.0 MB at 11 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-property) @ stacks-common ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0/enforcer-api-1.0.pom
Progress (1): 3.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0/enforcer-api-1.0.pom (3.3 kB at 218 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0/enforcer-rules-1.0.pom
Progress (1): 4.1/4.1 kBProgress (1): 4.1 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0/enforcer-rules-1.0.pom (4.1 kB at 276 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0/enforcer-api-1.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0/enforcer-rules-1.0.jar
Progress (1): 4.1/61 kBProgress (1): 7.7/61 kBProgress (2): 7.7/61 kB | 4.1/9.8 kBProgress (2): 12/61 kB | 4.1/9.8 kB Progress (2): 12/61 kB | 8.2/9.8 kBProgress (2): 16/61 kB | 8.2/9.8 kBProgress (2): 16/61 kB | 9.8 kB    Progress (2): 20/61 kB | 9.8 kBProgress (2): 24/61 kB | 9.8 kBProgress (2): 28/61 kB | 9.8 kBProgress (2): 32/61 kB | 9.8 kBProgress (2): 36/61 kB | 9.8 kBProgress (2): 40/61 kB | 9.8 kBProgress (2): 45/61 kB | 9.8 kBProgress (2): 49/61 kB | 9.8 kBProgress (2): 53/61 kB | 9.8 kBProgress (2): 57/61 kB | 9.8 kBProgress (2): 61/61 kB | 9.8 kBProgress (2): 61 kB | 9.8 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0/enforcer-api-1.0.jar (9.8 kB at 577 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0/enforcer-rules-1.0.jar (61 kB at 2.7 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ stacks-common ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ stacks-common ---
[INFO] 
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @ stacks-common ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.8/doxia-integration-tools-1.8.pom
Progress (1): 4.1/5.9 kBProgress (1): 5.9 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.8/doxia-integration-tools-1.8.pom (5.9 kB at 396 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.8/doxia-decoration-model-1.8.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.8/doxia-site-renderer-1.8.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.8/doxia-integration-tools-1.8.jar
Progress (1): 2.2/65 kBProgress (2): 2.2/65 kB | 2.2/47 kBProgress (2): 2.2/65 kB | 5.0/47 kBProgress (2): 5.0/65 kB | 5.0/47 kBProgress (2): 5.0/65 kB | 7.7/47 kBProgress (2): 7.7/65 kB | 7.7/47 kBProgress (2): 7.7/65 kB | 10/47 kB Progress (2): 10/65 kB | 10/47 kB Progress (2): 10/65 kB | 13/47 kBProgress (2): 13/65 kB | 13/47 kBProgress (2): 13/65 kB | 16/47 kBProgress (2): 16/65 kB | 16/47 kBProgress (2): 16/65 kB | 19/47 kBProgress (2): 19/65 kB | 19/47 kBProgress (2): 19/65 kB | 21/47 kBProgress (2): 19/65 kB | 24/47 kBProgress (2): 21/65 kB | 24/47 kBProgress (2): 21/65 kB | 27/47 kBProgress (2): 24/65 kB | 27/47 kBProgress (2): 24/65 kB | 30/47 kBProgress (2): 27/65 kB | 30/47 kBProgress (2): 27/65 kB | 32/47 kBProgress (2): 30/65 kB | 32/47 kBProgress (2): 32/65 kB | 32/47 kBProgress (2): 32/65 kB | 36/47 kBProgress (2): 32/65 kB | 40/47 kBProgress (2): 32/65 kB | 45/47 kBProgress (2): 32/65 kB | 47 kB   Progress (2): 36/65 kB | 47 kBProgress (2): 40/65 kB | 47 kBProgress (2): 45/65 kB | 47 kBProgress (2): 49/65 kB | 47 kBProgress (2): 53/65 kB | 47 kBProgress (2): 57/65 kB | 47 kBProgress (2): 61/65 kB | 47 kBProgress (2): 65/65 kB | 47 kBProgress (2): 65 kB | 47 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.8/doxia-integration-tools-1.8.jar (47 kB at 2.6 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.8/doxia-site-renderer-1.8.jar (65 kB at 3.3 MB/s)
Progress (1): 4.1/61 kBProgress (1): 8.2/61 kBProgress (1): 12/61 kB Progress (1): 16/61 kBProgress (1): 20/61 kBProgress (1): 25/61 kBProgress (1): 29/61 kBProgress (1): 33/61 kBProgress (1): 37/61 kBProgress (1): 41/61 kBProgress (1): 45/61 kBProgress (1): 49/61 kBProgress (1): 53/61 kBProgress (1): 57/61 kBProgress (1): 61 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.8/doxia-decoration-model-1.8.jar (61 kB at 1.5 MB/s)
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ stacks-common ---
[INFO] Installing <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/common/pom.xml> to /home/jenkins/.m2/repository/org/apache/bigtop/itest/stacks-common/1.5.0-SNAPSHOT/stacks-common-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ stacks-common ---
Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/1.5.0-SNAPSHOT/maven-metadata.xml
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/1.5.0-SNAPSHOT/stacks-common-1.5.0-20200228.042235-1.pom
Progress (1): 2.0/12 kBProgress (1): 4.1/12 kBProgress (1): 6.1/12 kBProgress (1): 8.2/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/1.5.0-SNAPSHOT/stacks-common-1.5.0-20200228.042235-1.pom (12 kB at 9.7 kB/s)
Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/maven-metadata.xml
Progress (1): 428 B                   Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/maven-metadata.xml (428 B at 697 B/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/1.5.0-SNAPSHOT/maven-metadata.xml
Progress (1): 613 B                   Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/1.5.0-SNAPSHOT/maven-metadata.xml (613 B at 546 B/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/maven-metadata.xml
Progress (1): 447 B                   Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/maven-metadata.xml (447 B at 399 B/s)
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.11/maven-surefire-plugin-2.11.pom
Progress (1): 4.1/11 kBProgress (1): 8.2/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.11/maven-surefire-plugin-2.11.pom (11 kB at 599 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 4.1/12 kBProgress (1): 8.2/12 kBProgress (1): 12 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 703 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.11/maven-surefire-plugin-2.11.jar
Progress (1): 4.1/31 kBProgress (1): 8.2/31 kBProgress (1): 12/31 kB Progress (1): 16/31 kBProgress (1): 20/31 kBProgress (1): 25/31 kBProgress (1): 29/31 kBProgress (1): 31 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.11/maven-surefire-plugin-2.11.jar (31 kB at 79 kB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-property) @ smoke-tests-conf ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ smoke-tests-conf ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ smoke-tests-conf ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ smoke-tests-conf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ smoke-tests-conf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ smoke-tests-conf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/conf/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ smoke-tests-conf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ smoke-tests-conf ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.11/surefire-booter-2.11.pom
Progress (1): 3.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.11/surefire-booter-2.11.pom (3.0 kB at 202 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.11/surefire-api-2.11.pom
Progress (1): 2.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.11/surefire-api-2.11.pom (2.3 kB at 163 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.11/maven-surefire-common-2.11.pom
Progress (1): 4.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.11/maven-surefire-common-2.11.pom (4.0 kB at 267 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.11/surefire-booter-2.11.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.11/surefire-api-2.11.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.11/maven-surefire-common-2.11.jar
Progress (1): 2.8/160 kBProgress (1): 5.5/160 kBProgress (1): 8.3/160 kBProgress (1): 11/160 kB Progress (2): 11/160 kB | 2.2/84 kBProgress (2): 14/160 kB | 2.2/84 kBProgress (2): 14/160 kB | 5.0/84 kBProgress (2): 16/160 kB | 5.0/84 kBProgress (2): 16/160 kB | 7.8/84 kBProgress (2): 19/160 kB | 7.8/84 kBProgress (2): 19/160 kB | 11/84 kB Progress (2): 22/160 kB | 11/84 kBProgress (2): 22/160 kB | 13/84 kBProgress (2): 25/160 kB | 13/84 kBProgress (2): 25/160 kB | 16/84 kBProgress (2): 27/160 kB | 16/84 kBProgress (2): 27/160 kB | 19/84 kBProgress (2): 30/160 kB | 19/84 kBProgress (2): 30/160 kB | 21/84 kBProgress (2): 33/160 kB | 21/84 kBProgress (2): 33/160 kB | 24/84 kBProgress (2): 33/160 kB | 27/84 kBProgress (2): 33/160 kB | 30/84 kBProgress (2): 33/160 kB | 32/84 kBProgress (2): 33/160 kB | 36/84 kBProgress (2): 33/160 kB | 40/84 kBProgress (2): 33/160 kB | 45/84 kBProgress (2): 37/160 kB | 45/84 kBProgress (2): 37/160 kB | 49/84 kBProgress (2): 41/160 kB | 49/84 kBProgress (2): 45/160 kB | 49/84 kBProgress (2): 49/160 kB | 49/84 kBProgress (2): 49/160 kB | 53/84 kBProgress (2): 49/160 kB | 57/84 kBProgress (2): 49/160 kB | 61/84 kBProgress (2): 49/160 kB | 65/84 kBProgress (2): 53/160 kB | 65/84 kBProgress (2): 57/160 kB | 65/84 kBProgress (2): 61/160 kB | 65/84 kBProgress (2): 66/160 kB | 65/84 kBProgress (2): 66/160 kB | 69/84 kBProgress (2): 66/160 kB | 73/84 kBProgress (2): 66/160 kB | 77/84 kBProgress (2): 66/160 kB | 81/84 kBProgress (2): 66/160 kB | 84 kB   Progress (2): 70/160 kB | 84 kBProgress (2): 74/160 kB | 84 kBProgress (2): 78/160 kB | 84 kBProgress (2): 82/160 kB | 84 kBProgress (2): 86/160 kB | 84 kBProgress (2): 90/160 kB | 84 kBProgress (2): 94/160 kB | 84 kBProgress (2): 98/160 kB | 84 kBProgress (2): 102/160 kB | 84 kBProgress (2): 106/160 kB | 84 kBProgress (2): 111/160 kB | 84 kBProgress (2): 115/160 kB | 84 kBProgress (2): 119/160 kB | 84 kBProgress (2): 123/160 kB | 84 kBProgress (2): 127/160 kB | 84 kBProgress (2): 131/160 kB | 84 kBProgress (2): 135/160 kB | 84 kBProgress (2): 139/160 kB | 84 kBProgress (2): 143/160 kB | 84 kBProgress (2): 147/160 kB | 84 kBProgress (2): 152/160 kB | 84 kBProgress (2): 156/160 kB | 84 kB                                Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.11/maven-surefire-common-2.11.jar (84 kB at 3.2 MB/s)
Progress (1): 160/160 kBProgress (1): 160 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.11/surefire-api-2.11.jar (160 kB at 4.9 MB/s)
Progress (1): 4.1/33 kBProgress (1): 8.2/33 kBProgress (1): 12/33 kB Progress (1): 16/33 kBProgress (1): 20/33 kBProgress (1): 25/33 kBProgress (1): 29/33 kBProgress (1): 33/33 kBProgress (1): 33 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.11/surefire-booter-2.11.jar (33 kB at 162 kB/s)
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ smoke-tests-conf ---
[INFO] Building jar: <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/conf/target/smoke-tests-conf-1.5.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.7:attach-descriptor (attach-descriptor) @ smoke-tests-conf ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ smoke-tests-conf ---
[INFO] Installing <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/conf/target/smoke-tests-conf-1.5.0-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/bigtop/itest/smoke-tests-conf/1.5.0-SNAPSHOT/smoke-tests-conf-1.5.0-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/conf/pom.xml> to /home/jenkins/.m2/repository/org/apache/bigtop/itest/smoke-tests-conf/1.5.0-SNAPSHOT/smoke-tests-conf-1.5.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ smoke-tests-conf ---
Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/1.5.0-SNAPSHOT/maven-metadata.xml
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/1.5.0-SNAPSHOT/smoke-tests-conf-1.5.0-20200228.042241-1.jar
Progress (1): 2.0/8.3 kBProgress (1): 4.1/8.3 kBProgress (1): 6.1/8.3 kBProgress (1): 8.2/8.3 kBProgress (1): 8.3 kB                        Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/1.5.0-SNAPSHOT/smoke-tests-conf-1.5.0-20200228.042241-1.jar (8.3 kB at 7.5 kB/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/1.5.0-SNAPSHOT/smoke-tests-conf-1.5.0-20200228.042241-1.pom
Progress (1): 1.6 kB                    Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/1.5.0-SNAPSHOT/smoke-tests-conf-1.5.0-20200228.042241-1.pom (1.6 kB at 1.4 kB/s)
Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/maven-metadata.xml
Progress (1): 431 B                   Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/maven-metadata.xml (431 B at 720 B/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/1.5.0-SNAPSHOT/maven-metadata.xml
Progress (1): 789 B                   Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/1.5.0-SNAPSHOT/maven-metadata.xml (789 B at 709 B/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/maven-metadata.xml
Progress (1): 450 B                   Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/maven-metadata.xml (450 B at 420 B/s)
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/bigtop/itest/package-smoke/1.5.0-SNAPSHOT/maven-metadata.xml
Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/bigtop/itest/package-smoke/1.5.0-SNAPSHOT/package-smoke-1.5.0-SNAPSHOT.pom
[WARNING] The POM for org.apache.bigtop.itest:package-smoke:jar:1.5.0-SNAPSHOT is missing, no dependency information available
Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/bigtop/itest/itest-common/1.5.0-SNAPSHOT/maven-metadata.xml
Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/bigtop/itest/itest-common/1.5.0-SNAPSHOT/itest-common-1.5.0-SNAPSHOT.pom
[WARNING] The POM for org.apache.bigtop.itest:itest-common:jar:1.5.0-SNAPSHOT is missing, no dependency information available
Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/bigtop/itest/package-smoke/1.5.0-SNAPSHOT/package-smoke-1.5.0-SNAPSHOT.jar
Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/bigtop/itest/itest-common/1.5.0-SNAPSHOT/itest-common-1.5.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  8.386 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  7.220 s]
[INFO] packagesmokes ...................................... FAILURE [  0.819 s]
[INFO] bigtop-smokes ...................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.980 s
[INFO] Finished at: 2020-02-28T04:22:47Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project package-smoke-execution: Could not resolve dependencies for project org.apache.bigtop.itest:package-smoke-execution:jar:1.5.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.bigtop.itest:package-smoke:jar:1.5.0-SNAPSHOT, org.apache.bigtop.itest:itest-common:jar:1.5.0-SNAPSHOT: Could not find artifact org.apache.bigtop.itest:package-smoke:jar:1.5.0-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :package-smoke-execution
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2444

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2444/display/redirect?page=changes>

Changes:

[junhe] BIGTOP-3310: URL of maven and ant package list page is changed


------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H28 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 99423aa68b90030e6972e0607111778ca248f397 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 99423aa68b90030e6972e0607111778ca248f397
Commit message: "BIGTOP-3310: URL of maven and ant package list page is changed"
 > git rev-list --no-walk 15fde5df15d4e88d8b3bac98f57a95f456b98977 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 5.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 109 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 77 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 425 kB/s)
Progress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 462 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 321 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 524 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 938 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 836 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.8/134 kBProgress (1): 5.5/134 kBProgress (1): 8.3/134 kBProgress (1): 11/134 kB Progress (1): 14/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 22/134 kBProgress (1): 25/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 33/134 kBProgress (1): 37/134 kBProgress (1): 41/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 66/134 kBProgress (1): 70/134 kBProgress (1): 74/134 kBProgress (1): 78/134 kBProgress (1): 82/134 kBProgress (1): 86/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 111/134 kBProgress (1): 115/134 kBProgress (1): 119/134 kBProgress (1): 123/134 kBProgress (1): 127/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 2.8 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom (13 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 610 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar
Progress (1): 4.1/50 kBProgress (1): 7.7/50 kBProgress (1): 12/50 kB Progress (1): 16/50 kBProgress (1): 20/50 kBProgress (1): 24/50 kBProgress (1): 28/50 kBProgress (1): 32/50 kBProgress (1): 36/50 kBProgress (1): 40/50 kBProgress (1): 45/50 kBProgress (1): 49/50 kBProgress (1): 50 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar (50 kB at 173 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.461 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.886 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.064 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.669 s
[INFO] Finished at: 2020-02-27T04:42:15Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5109588370658848605.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins5109588370658848605.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2443

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2443/display/redirect?page=changes>

Changes:

[github] BIGTOP-3311: Fix Alluxio build failure with upgraded hadoop version

[github] BIGTOP-3315. Bump Alluxio to 1.8.2. (#606)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 15fde5df15d4e88d8b3bac98f57a95f456b98977 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 15fde5df15d4e88d8b3bac98f57a95f456b98977
Commit message: "BIGTOP-3315. Bump Alluxio to 1.8.2. (#606)"
 > git rev-list --no-walk 9431d051bd5a1cb04da4e2e293c96fa23908b996 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.380 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.039 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.023 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.383 s
[INFO] Finished at: 2020-02-22T06:00:19Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins489562217905066224.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins489562217905066224.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2442

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2442/display/redirect?page=changes>

Changes:

[github] BIGTOP-3285. Bump Kafka to 2.4.0 (#601)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9431d051bd5a1cb04da4e2e293c96fa23908b996 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9431d051bd5a1cb04da4e2e293c96fa23908b996
Commit message: "BIGTOP-3285. Bump Kafka to 2.4.0 (#601)"
 > git rev-list --no-walk 23f698524ab4837b4043833a99e112a5e51a8378 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.264 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.011 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.028 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.016 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.790 s
[INFO] Finished at: 2020-02-21T09:15:08Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4142141208286553752.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins4142141208286553752.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2441

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2441/display/redirect?page=changes>

Changes:

[github] BIGTOP-3313: Bump solr to 6.6.6 (#604)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H36 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 23f698524ab4837b4043833a99e112a5e51a8378 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 23f698524ab4837b4043833a99e112a5e51a8378
Commit message: "BIGTOP-3313: Bump solr to 6.6.6 (#604)"
 > git rev-list --no-walk 93ac5405567e8d049a8b4fda66e9fccb68d114f2 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.269 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.044 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.015 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.877 s
[INFO] Finished at: 2020-02-21T06:00:19Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5889867938141824985.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins5889867938141824985.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2440

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2440/display/redirect?page=changes>

Changes:

[github] BIGTOP-3302. init scripts using su do not work on recent systemd. (#600)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H31 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 93ac5405567e8d049a8b4fda66e9fccb68d114f2 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 93ac5405567e8d049a8b4fda66e9fccb68d114f2
Commit message: "BIGTOP-3302. init scripts using su do not work on recent systemd. (#600)"
 > git rev-list --no-walk 7ce27ff022f9aa32690a140398be708334aa8b04 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 7.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 130 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 645 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 87 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 86 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kBProgress (3): 15 kB | 2.2/25 kB | 2.2/53 kBProgress (3): 15 kB | 5.0/25 kB | 2.2/53 kBProgress (3): 15 kB | 5.0/25 kB | 5.0/53 kBProgress (3): 15 kB | 7.8/25 kB | 5.0/53 kBProgress (3): 15 kB | 7.8/25 kB | 7.7/53 kBProgress (3): 15 kB | 11/25 kB | 7.7/53 kB Progress (3): 15 kB | 11/25 kB | 10/53 kB Progress (3): 15 kB | 13/25 kB | 10/53 kBProgress (3): 15 kB | 13/25 kB | 13/53 kBProgress (3): 15 kB | 16/25 kB | 13/53 kBProgress (3): 15 kB | 16/25 kB | 16/53 kBProgress (3): 15 kB | 19/25 kB | 16/53 kBProgress (3): 15 kB | 19/25 kB | 19/53 kBProgress (3): 15 kB | 21/25 kB | 19/53 kBProgress (3): 15 kB | 21/25 kB | 21/53 kBProgress (3): 15 kB | 24/25 kB | 21/53 kBProgress (3): 15 kB | 24/25 kB | 24/53 kBProgress (3): 15 kB | 25 kB | 24/53 kB   Progress (3): 15 kB | 25 kB | 27/53 kBProgress (3): 15 kB | 25 kB | 30/53 kBProgress (3): 15 kB | 25 kB | 32/53 kBProgress (3): 15 kB | 25 kB | 36/53 kBProgress (3): 15 kB | 25 kB | 40/53 kBProgress (3): 15 kB | 25 kB | 45/53 kBProgress (3): 15 kB | 25 kB | 49/53 kBProgress (3): 15 kB | 25 kB | 53 kB                                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 373 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 665 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 76 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 321 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 640 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 874 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 3.3 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom (13 kB at 586 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 646 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar
Progress (1): 4.1/50 kBProgress (1): 8.2/50 kBProgress (1): 12/50 kB Progress (1): 16/50 kBProgress (1): 20/50 kBProgress (1): 25/50 kBProgress (1): 29/50 kBProgress (1): 33/50 kBProgress (1): 37/50 kBProgress (1): 41/50 kBProgress (1): 45/50 kBProgress (1): 49/50 kBProgress (1): 50 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar (50 kB at 2.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.422 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.097 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.637 s
[INFO] Finished at: 2020-02-21T04:18:13Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1906875040184198285.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1906875040184198285.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2439

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2439/display/redirect?page=changes>

Changes:

[github] BIGTOP-3304. Fix build failure of Flume against hive-2.3.6. (#596)


------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H42 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7ce27ff022f9aa32690a140398be708334aa8b04 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7ce27ff022f9aa32690a140398be708334aa8b04
Commit message: "BIGTOP-3304. Fix build failure of Flume against hive-2.3.6. (#596)"
 > git rev-list --no-walk 3b1bf8064693059423608cfd276ef7ba81cf9e54 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 6.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 130 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 84 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.8/25 kBProgress (3): 15 kB | 2.8/25 kB | 2.2/53 kBProgress (3): 15 kB | 5.5/25 kB | 2.2/53 kBProgress (3): 15 kB | 5.5/25 kB | 5.0/53 kBProgress (3): 15 kB | 8.3/25 kB | 5.0/53 kBProgress (3): 15 kB | 8.3/25 kB | 7.7/53 kBProgress (3): 15 kB | 11/25 kB | 7.7/53 kB Progress (3): 15 kB | 11/25 kB | 10/53 kB Progress (3): 15 kB | 14/25 kB | 10/53 kBProgress (3): 15 kB | 14/25 kB | 13/53 kBProgress (3): 15 kB | 16/25 kB | 13/53 kBProgress (3): 15 kB | 16/25 kB | 16/53 kBProgress (3): 15 kB | 19/25 kB | 16/53 kBProgress (3): 15 kB | 19/25 kB | 19/53 kBProgress (3): 15 kB | 22/25 kB | 19/53 kBProgress (3): 15 kB | 22/25 kB | 21/53 kBProgress (3): 15 kB | 25/25 kB | 21/53 kBProgress (3): 15 kB | 25/25 kB | 24/53 kBProgress (3): 15 kB | 25 kB | 24/53 kB   Progress (3): 15 kB | 25 kB | 27/53 kBProgress (3): 15 kB | 25 kB | 30/53 kBProgress (3): 15 kB | 25 kB | 32/53 kBProgress (3): 15 kB | 25 kB | 36/53 kBProgress (3): 15 kB | 25 kB | 40/53 kBProgress (3): 15 kB | 25 kB | 45/53 kBProgress (3): 15 kB | 25 kB | 49/53 kBProgress (3): 15 kB | 25 kB | 53 kB                                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 564 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 974 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 62 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 306 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 480 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 859 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 981 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 836 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 3.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom (13 kB at 644 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Progress (1): 4.1/11 kBProgress (1): 8.2/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 578 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar
Progress (1): 4.1/50 kBProgress (1): 7.7/50 kBProgress (1): 12/50 kB Progress (1): 16/50 kBProgress (1): 20/50 kBProgress (1): 24/50 kBProgress (1): 28/50 kBProgress (1): 32/50 kBProgress (1): 36/50 kBProgress (1): 40/50 kBProgress (1): 45/50 kBProgress (1): 49/50 kBProgress (1): 50 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar (50 kB at 250 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.411 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.267 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.019 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.594 s
[INFO] Finished at: 2020-02-15T01:37:36Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7727362526982887743.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins7727362526982887743.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2438

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2438/display/redirect?page=changes>

Changes:

[github] BIGTOP-3298. Bump Phoenix to 4.15.0-HBase-1.5. (#589)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3b1bf8064693059423608cfd276ef7ba81cf9e54 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3b1bf8064693059423608cfd276ef7ba81cf9e54
Commit message: "BIGTOP-3298. Bump Phoenix to 4.15.0-HBase-1.5. (#589)"
 > git rev-list --no-walk 8df4af1a8ee99f881b46b36b9c1a4cb02a901f60 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.377 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.039 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.020 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.199 s
[INFO] Finished at: 2020-02-13T00:15:29Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6116339424711889338.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins6116339424711889338.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2437

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2437/display/redirect?page=changes>

Changes:

[github] BIGTOP-3303. Fix build failure of hbase-1.5.0 on Ubuntu. (#593)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8df4af1a8ee99f881b46b36b9c1a4cb02a901f60 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8df4af1a8ee99f881b46b36b9c1a4cb02a901f60
Commit message: "BIGTOP-3303. Fix build failure of hbase-1.5.0 on Ubuntu. (#593)"
 > git rev-list --no-walk 9285f219a98daa997d83180037bf7fc91cb52b94 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 5.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 124 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 92 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 70 kB/s)
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 82 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 306 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 549 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 899 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 836 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 3.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom (13 kB at 66 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 549 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar
Progress (1): 4.1/50 kBProgress (1): 7.7/50 kBProgress (1): 12/50 kB Progress (1): 16/50 kBProgress (1): 20/50 kBProgress (1): 24/50 kBProgress (1): 28/50 kBProgress (1): 32/50 kBProgress (1): 36/50 kBProgress (1): 40/50 kBProgress (1): 45/50 kBProgress (1): 49/50 kBProgress (1): 50 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar (50 kB at 110 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.455 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.703 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.021 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.623 s
[INFO] Finished at: 2020-02-12T14:00:37Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8553600064137627851.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8553600064137627851.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2436

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2436/display/redirect?page=changes>

Changes:

[github] BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8 (#594)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9285f219a98daa997d83180037bf7fc91cb52b94 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9285f219a98daa997d83180037bf7fc91cb52b94
Commit message: "BIGTOP-3295. Fix build failure of hadoop-2.10.0 on CentOS 8 (#594)"
 > git rev-list --no-walk dd75f816d4a78fc4332e606b8791c040f4ad1c5e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.253 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.064 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.012 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.841 s
[INFO] Finished at: 2020-02-12T04:59:58Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1641038044340090309.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1641038044340090309.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2435

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2435/display/redirect?page=changes>

Changes:

[github] BIGTOP-3299. Fix Zookeeper build to make other build success (#586)

[github] BIGTOP-3282. Bump Hive to 2.3.6. (#592)

[github] BIGTOP-3281. Bump Tez to 0.9.2. (#591)


------------------------------------------
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision dd75f816d4a78fc4332e606b8791c040f4ad1c5e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dd75f816d4a78fc4332e606b8791c040f4ad1c5e
Commit message: "BIGTOP-3281. Bump Tez to 0.9.2. (#591)"
 > git rev-list --no-walk 4d2b50b4635e755694f4e46ea0ee67de3df344c6 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.264 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.085 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.027 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.882 s
[INFO] Finished at: 2020-02-07T10:10:25Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins9055771412505477693.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins9055771412505477693.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2434

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2434/display/redirect?page=changes>

Changes:

[ywkim] BIGTOP-3297. Bump HBase to 1.5.0.


------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H36 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4d2b50b4635e755694f4e46ea0ee67de3df344c6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4d2b50b4635e755694f4e46ea0ee67de3df344c6
Commit message: "BIGTOP-3297. Bump HBase to 1.5.0."
 > git rev-list --no-walk eb9c9afc3713ad1461d4df8f80db84039f5c641f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.288 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.051 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.034 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.709 s
[INFO] Finished at: 2020-02-06T05:35:28Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8206394926278015059.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8206394926278015059.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2433

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2433/display/redirect?page=changes>

Changes:

[github] BIGTOP-3296. Creating apt repository fails on Ubuntu 18.04 (#587)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision eb9c9afc3713ad1461d4df8f80db84039f5c641f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eb9c9afc3713ad1461d4df8f80db84039f5c641f
Commit message: "BIGTOP-3296. Creating apt repository fails on Ubuntu 18.04 (#587)"
 > git rev-list --no-walk c51dadd0bd1d26b4871b22e705af24aeee6fc97c # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.248 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.074 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.024 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.850 s
[INFO] Finished at: 2020-02-02T23:00:02Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2126724213269767442.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins2126724213269767442.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2432

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2432/display/redirect?page=changes>

Changes:

[sekikn] BIGTOP-3287. Bump Hadoop to 2.10.0. (#578)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c51dadd0bd1d26b4871b22e705af24aeee6fc97c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c51dadd0bd1d26b4871b22e705af24aeee6fc97c
Commit message: "BIGTOP-3287. Bump Hadoop to 2.10.0. (#578)"
 > git rev-list --no-walk fb4325449f9ffb370765a83acc5777b942bd0b3d # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.303 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.008 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.027 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.021 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.998 s
[INFO] Finished at: 2020-01-27T05:15:18Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1236284784100906732.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1236284784100906732.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2431

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2431/display/redirect?page=changes>

Changes:

[iwasakims] BIGTOP-3292. Fix service configuration of sqoop2-server.


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision fb4325449f9ffb370765a83acc5777b942bd0b3d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb4325449f9ffb370765a83acc5777b942bd0b3d
Commit message: "Merge pull request #581 from iwasakims/BIGTOP-3292"
 > git rev-list --no-walk 81b0b130b7b7b22b8909b0c96a9e8ca781fa133f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.310 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.023 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.023 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.977 s
[INFO] Finished at: 2020-01-25T10:30:20Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7607857682002953654.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins7607857682002953654.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2430

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2430/display/redirect?page=changes>

Changes:

[iwasakims] BIGTOP-3291. Fix build failure of Sqoop.

[iwasakims] BIGTOP-3290. Fix build failure of Oozie.

[iwasakims] the url of apache license should be retained.


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 81b0b130b7b7b22b8909b0c96a9e8ca781fa133f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 81b0b130b7b7b22b8909b0c96a9e8ca781fa133f
Commit message: "Merge pull request #582 from iwasakims/BIGTOP-3291"
 > git rev-list --no-walk 8abed3b1bf197f26af1af1771b683a9073430515 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.336 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.008 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.043 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.023 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.082 s
[INFO] Finished at: 2020-01-25T10:15:21Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4092811875558477867.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins4092811875558477867.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2429

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2429/display/redirect?page=changes>

Changes:

[github] BIGTOP-3288. Update support distros in the Docker build scripts for


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H36 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8abed3b1bf197f26af1af1771b683a9073430515 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8abed3b1bf197f26af1af1771b683a9073430515
Commit message: "BIGTOP-3288. Update support distros in the Docker build scripts for v1.5.0 (#579)"
 > git rev-list --no-walk b8cba2002033ce5ede0593cf0822a431d4696b96 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.214 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.019 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.652 s
[INFO] Finished at: 2020-01-24T06:15:25Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5053124076159090983.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins5053124076159090983.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2428

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2428/display/redirect?page=changes>

Changes:

[sekikn] BIGTOP-3289. Bump Tomcat to 8.5.50. (#580)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H36 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b8cba2002033ce5ede0593cf0822a431d4696b96 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b8cba2002033ce5ede0593cf0822a431d4696b96
Commit message: "BIGTOP-3289. Bump Tomcat to 8.5.50. (#580)"
 > git rev-list --no-walk ab8208768ce93c7c5ef119779e179e86dec3ac81 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 10.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 160 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 108 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 676 kB/s)
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 619 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 421 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 678 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.296 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.047 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.033 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.732 s
[INFO] Finished at: 2020-01-24T02:45:22Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6603869768644113787.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins6603869768644113787.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2427

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2427/display/redirect?page=changes>

Changes:

[sekikn] BIGTOP-3279. Bump Zookeeper to 3.4.13


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ab8208768ce93c7c5ef119779e179e86dec3ac81 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ab8208768ce93c7c5ef119779e179e86dec3ac81
Commit message: "BIGTOP-3279. Bump Zookeeper to 3.4.13"
 > git rev-list --no-walk f8f3a142b293916ac107ab1d233601cc827681bc # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.203 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.018 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.013 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.621 s
[INFO] Finished at: 2019-12-16T02:00:21Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8978637558078709496.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8978637558078709496.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2426

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2426/display/redirect?page=changes>

Changes:

[sekikn] BIGTOP-3276. Update supported distros in the toolchain manifests for


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f8f3a142b293916ac107ab1d233601cc827681bc (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f8f3a142b293916ac107ab1d233601cc827681bc
Commit message: "BIGTOP-3276. Update supported distros in the toolchain manifests for v1.5.0"
 > git rev-list --no-walk 2dc48e1e0fab428203f398e27aabba369fdba4a8 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.252 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.074 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.810 s
[INFO] Finished at: 2019-12-14T13:30:22Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3335535222605581240.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins3335535222605581240.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2425

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2425/display/redirect?page=changes>

Changes:

[junhe] BIGTOP-3220: Add deb build for Elasticsearch

[junhe] BIGTOP-3221: Add support for Elasticsearch rpm build

[junhe] BIGTOP-3222: Add puppet deployment for Elasticsearch

[junhe] BIGTOP-3223: Add smoke tests for Elasticsearch


------------------------------------------
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2dc48e1e0fab428203f398e27aabba369fdba4a8 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2dc48e1e0fab428203f398e27aabba369fdba4a8
Commit message: "BIGTOP-3223: Add smoke tests for Elasticsearch"
 > git rev-list --no-walk bafe6abcf917bd0db991ccb8e5b95f090fadeba7 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.318 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.067 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.017 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.889 s
[INFO] Finished at: 2019-12-13T01:57:54Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4740774709330427131.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins4740774709330427131.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2424

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2424/display/redirect?page=changes>

Changes:

[sekikn] BIGTOP-3029: --parser is invalidated in puppet v4.x

[sekikn] BIGTOP-3029: --parser is invalidated in puppet v4.x (addendum)


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bafe6abcf917bd0db991ccb8e5b95f090fadeba7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bafe6abcf917bd0db991ccb8e5b95f090fadeba7
Commit message: "BIGTOP-3029: --parser is invalidated in puppet v4.x (addendum)"
 > git rev-list --no-walk f183d9430b7c8c98d475a379d6980b16bcbb6c0b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 7.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 114 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 87 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 479 kB/s)
Progress (1): 5.0/25 kBProgress (1): 7.7/25 kBProgress (2): 7.7/25 kB | 2.2/53 kBProgress (2): 10/25 kB | 2.2/53 kB Progress (2): 10/25 kB | 5.0/53 kBProgress (2): 13/25 kB | 5.0/53 kBProgress (2): 13/25 kB | 7.7/53 kBProgress (2): 16/25 kB | 7.7/53 kBProgress (2): 16/25 kB | 10/53 kB Progress (2): 19/25 kB | 10/53 kBProgress (2): 19/25 kB | 13/53 kBProgress (2): 21/25 kB | 13/53 kBProgress (2): 21/25 kB | 16/53 kBProgress (2): 24/25 kB | 16/53 kBProgress (2): 24/25 kB | 19/53 kBProgress (2): 25 kB | 19/53 kB   Progress (2): 25 kB | 21/53 kBProgress (2): 25 kB | 24/53 kBProgress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 470 kB/s)
Progress (1): 40/53 kBProgress (1): 45/53 kBProgress (1): 49/53 kBProgress (1): 53 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 762 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 293 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 501 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 890 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 863 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 915 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 2.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom (13 kB at 644 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 549 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar
Progress (1): 4.1/50 kBProgress (1): 7.7/50 kBProgress (1): 12/50 kB Progress (1): 16/50 kBProgress (1): 20/50 kBProgress (1): 24/50 kBProgress (1): 28/50 kBProgress (1): 32/50 kBProgress (1): 36/50 kBProgress (1): 40/50 kBProgress (1): 45/50 kBProgress (1): 49/50 kBProgress (1): 50 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar (50 kB at 2.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.496 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.096 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.039 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.691 s
[INFO] Finished at: 2019-12-01T15:00:44Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1155739093540672447.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1155739093540672447.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2423

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2423/display/redirect?page=changes>

Changes:

[junhe] BIGTOP-3266: Rat check failed for one file with unapproved/unknown


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f183d9430b7c8c98d475a379d6980b16bcbb6c0b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f183d9430b7c8c98d475a379d6980b16bcbb6c0b
Commit message: "BIGTOP-3266: Rat check failed for one file with unapproved/unknown licenses"
 > git rev-list --no-walk 2d3e76dafd1d71c4add40506f5c5ccbd2da14891 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.292 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.123 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.040 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.156 s
[INFO] Finished at: 2019-11-04T14:15:17Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1369651591910846478.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1369651591910846478.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2422

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2422/display/redirect?page=changes>

Changes:

[kevin.monroe] BIGTOP-3268: zookeeper charm: nagios config opts


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H41 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2d3e76dafd1d71c4add40506f5c5ccbd2da14891 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d3e76dafd1d71c4add40506f5c5ccbd2da14891
Commit message: "BIGTOP-3268: zookeeper charm: nagios config opts"
 > git rev-list --no-walk 958040c44d3a44daf75de6e46fd24e7c65f8a560 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 9.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 97 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 595 kB/s)
Progress (1): 5.0/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 635 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 374 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 640 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.309 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.017 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.013 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.824 s
[INFO] Finished at: 2019-10-31T20:45:21Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins552399597353181403.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins552399597353181403.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2421

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2421/display/redirect?page=changes>

Changes:

[kevin.monroe] BIGTOP-3015: juju bundle: remove 'client' from hadoop-spark


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H34 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 958040c44d3a44daf75de6e46fd24e7c65f8a560 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 958040c44d3a44daf75de6e46fd24e7c65f8a560
Commit message: "BIGTOP-3015: juju bundle: remove 'client' from hadoop-spark"
 > git rev-list --no-walk 036c08542117667488636b050b8efea5cc48c79b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 7.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 114 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 87 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/53 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 437 kB/s)
Progress (1): 5.0/53 kBProgress (2): 5.0/53 kB | 2.2/25 kBProgress (2): 7.7/53 kB | 2.2/25 kBProgress (2): 7.7/53 kB | 5.0/25 kBProgress (2): 10/53 kB | 5.0/25 kB Progress (2): 10/53 kB | 7.7/25 kBProgress (2): 13/53 kB | 7.7/25 kBProgress (2): 13/53 kB | 10/25 kB Progress (2): 16/53 kB | 10/25 kBProgress (2): 16/53 kB | 13/25 kBProgress (2): 19/53 kB | 13/25 kBProgress (2): 19/53 kB | 16/25 kBProgress (2): 21/53 kB | 16/25 kBProgress (2): 21/53 kB | 19/25 kBProgress (2): 24/53 kB | 19/25 kBProgress (2): 24/53 kB | 21/25 kBProgress (2): 27/53 kB | 21/25 kBProgress (2): 27/53 kB | 24/25 kBProgress (2): 30/53 kB | 24/25 kBProgress (2): 30/53 kB | 25 kB   Progress (2): 32/53 kB | 25 kBProgress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 45/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 416 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 848 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 280 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 501 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 996 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 830 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 874 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 3.4 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom (13 kB at 614 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 578 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar
Progress (1): 4.1/50 kBProgress (1): 7.7/50 kBProgress (1): 12/50 kB Progress (1): 16/50 kBProgress (1): 20/50 kBProgress (1): 24/50 kBProgress (1): 28/50 kBProgress (1): 32/50 kBProgress (1): 36/50 kBProgress (1): 40/50 kBProgress (1): 45/50 kBProgress (1): 49/50 kBProgress (1): 50 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar (50 kB at 2.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.481 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.093 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.617 s
[INFO] Finished at: 2019-10-31T19:45:29Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8749235806911085028.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8749235806911085028.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2420

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2420/display/redirect?page=changes>

Changes:

[kevin.monroe] BIGTOP-3092: kafka charm: support juju storage


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 036c08542117667488636b050b8efea5cc48c79b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 036c08542117667488636b050b8efea5cc48c79b
Commit message: "BIGTOP-3092: kafka charm: support juju storage"
 > git rev-list --no-walk 30d3e0839a660084793c910cace6a61c98934845 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.569 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.117 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.017 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.427 s
[INFO] Finished at: 2019-10-31T19:15:32Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1870856294419227278.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1870856294419227278.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2419

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2419/display/redirect?page=changes>

Changes:

[ywkim] BIGTOP-3261 Fix broken BPS Dockerfile


------------------------------------------
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H27 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 30d3e0839a660084793c910cace6a61c98934845 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 30d3e0839a660084793c910cace6a61c98934845
Commit message: "BIGTOP-3261 Fix broken BPS Dockerfile"
 > git rev-list --no-walk 906fe70646688708742efe4778844925b894d9dc # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 7.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 175 kB/s)
Progress (1): 2.2/25 kBProgress (2): 2.2/25 kB | 2.2/53 kBProgress (2): 5.0/25 kB | 2.2/53 kBProgress (2): 5.0/25 kB | 5.0/53 kBProgress (2): 7.7/25 kB | 5.0/53 kBProgress (2): 7.7/25 kB | 7.7/53 kBProgress (2): 10/25 kB | 7.7/53 kB Progress (2): 10/25 kB | 10/53 kB Progress (2): 13/25 kB | 10/53 kBProgress (2): 13/25 kB | 13/53 kBProgress (2): 13/25 kB | 16/53 kBProgress (2): 16/25 kB | 16/53 kBProgress (2): 16/25 kB | 19/53 kBProgress (2): 19/25 kB | 19/53 kBProgress (2): 19/25 kB | 21/53 kBProgress (2): 21/25 kB | 21/53 kBProgress (2): 21/25 kB | 24/53 kBProgress (2): 24/25 kB | 24/53 kBProgress (2): 24/25 kB | 27/53 kBProgress (2): 25 kB | 27/53 kB   Progress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 173 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 304 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 110 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 183 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 372 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 337 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 291 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.8/134 kBProgress (1): 5.5/134 kBProgress (1): 8.3/134 kBProgress (1): 11/134 kB Progress (1): 14/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 22/134 kBProgress (1): 25/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 33/134 kBProgress (1): 37/134 kBProgress (1): 41/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 66/134 kBProgress (1): 70/134 kBProgress (1): 74/134 kBProgress (1): 78/134 kBProgress (1): 82/134 kBProgress (1): 86/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 111/134 kBProgress (1): 115/134 kBProgress (1): 119/134 kBProgress (1): 123/134 kBProgress (1): 127/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 1.4 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom (13 kB at 211 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 180 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar
Progress (1): 4.1/50 kBProgress (1): 7.7/50 kBProgress (1): 12/50 kB Progress (1): 16/50 kBProgress (1): 20/50 kBProgress (1): 24/50 kBProgress (1): 28/50 kBProgress (1): 32/50 kBProgress (1): 36/50 kBProgress (1): 40/50 kBProgress (1): 45/50 kBProgress (1): 49/50 kBProgress (1): 50 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar (50 kB at 739 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.644 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.224 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.012 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.670 s
[INFO] Finished at: 2019-10-23T05:07:43Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1441332055013630040.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1441332055013630040.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2418

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2418/display/redirect?page=changes>

Changes:

[ywkim] BIGTOP-3259. Update the default stack version for docker-provisioner to


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress -- https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 906fe70646688708742efe4778844925b894d9dc (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 906fe70646688708742efe4778844925b894d9dc
Commit message: "BIGTOP-3259. Update the default stack version for docker-provisioner to 1.4.0"
 > git rev-list --no-walk 8aca335bab0955273b38069457ee8162ef5aaa26 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.8/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 6.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 43 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 177 kB/s)
Progress (1): 2.2/25 kBProgress (2): 2.2/25 kB | 2.2/53 kBProgress (2): 5.0/25 kB | 2.2/53 kBProgress (2): 5.0/25 kB | 5.0/53 kBProgress (2): 7.7/25 kB | 5.0/53 kBProgress (2): 7.7/25 kB | 7.7/53 kBProgress (2): 10/25 kB | 7.7/53 kB Progress (2): 10/25 kB | 10/53 kB Progress (2): 13/25 kB | 10/53 kBProgress (2): 13/25 kB | 13/53 kBProgress (2): 16/25 kB | 13/53 kBProgress (2): 16/25 kB | 16/53 kBProgress (2): 19/25 kB | 16/53 kBProgress (2): 19/25 kB | 19/53 kBProgress (2): 21/25 kB | 19/53 kBProgress (2): 21/25 kB | 21/53 kBProgress (2): 24/25 kB | 21/53 kBProgress (2): 24/25 kB | 24/53 kBProgress (2): 25 kB | 24/53 kB   Progress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 180 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 311 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 112 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 183 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 315 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 348 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 310 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 1.4 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.680 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.066 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.012 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.558 s
[INFO] Finished at: 2019-10-21T03:00:28Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2651832087931476400.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins2651832087931476400.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2417

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2417/display/redirect?page=changes>

Changes:

[evansye] BIGTOP-3168: Kafka smoke tests implementation (#537)

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H37 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8aca335bab0955273b38069457ee8162ef5aaa26 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8aca335bab0955273b38069457ee8162ef5aaa26
Commit message: "BIGTOP-3168: Kafka smoke tests implementation (#537)"
 > git rev-list --no-walk 538778b57c262cd2df8588bfe748439ce36bf8fc # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 8.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 47 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 188 kB/s)
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 126 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 118 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 1.7/12 kBProgress (1): 4.5/12 kBProgress (1): 5.8/12 kBProgress (1): 8.6/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 202 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 0.2/25 kBProgress (1): 3.0/25 kBProgress (1): 4.3/25 kBProgress (1): 7.1/25 kBProgress (1): 8.4/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 15/25 kBProgress (1): 17/25 kBProgress (1): 19/25 kBProgress (1): 22/25 kBProgress (1): 25/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 395 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.8/22 kBProgress (1): 3.1/22 kBProgress (1): 5.8/22 kBProgress (1): 7.2/22 kBProgress (1): 9.9/22 kBProgress (1): 11/22 kB Progress (1): 14/22 kBProgress (1): 15/22 kBProgress (1): 18/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 332 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  2.400 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.451 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.215 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.792 s
[INFO] Finished at: 2019-08-09T04:59:32Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4681028364576721787.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins4681028364576721787.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2416

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2416/display/redirect?page=changes>

Changes:

[evansye] BIGTOP-3217. Added smoke tests for Livy (#534)

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H31 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 538778b57c262cd2df8588bfe748439ce36bf8fc (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 538778b57c262cd2df8588bfe748439ce36bf8fc
Commit message: "BIGTOP-3217. Added smoke tests for Livy (#534)"
 > git rev-list --no-walk e3c98f0d61c0785d4a0a1af5a16a7ab024b77c2b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 109 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kBProgress (2): 15 kB | 5.0/25 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 425 kB/s)
Progress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 518 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 337 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 501 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 981 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom
Progress (1): 2.2/13 kBProgress (1): 5.0/13 kBProgress (1): 7.8/13 kBProgress (1): 11/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom (13 kB at 537 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Progress (1): 2.2/11 kBProgress (1): 5.0/11 kBProgress (1): 7.8/11 kBProgress (1): 11/11 kB Progress (1): 11 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 523 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar
Progress (1): 2.2/50 kBProgress (1): 5.0/50 kBProgress (1): 7.7/50 kBProgress (1): 10/50 kB Progress (1): 13/50 kBProgress (1): 16/50 kBProgress (1): 19/50 kBProgress (1): 21/50 kBProgress (1): 24/50 kBProgress (1): 27/50 kBProgress (1): 30/50 kBProgress (1): 32/50 kBProgress (1): 36/50 kBProgress (1): 40/50 kBProgress (1): 45/50 kBProgress (1): 49/50 kBProgress (1): 50 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar (50 kB at 1.7 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.453 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.103 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.043 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.460 s
[INFO] Finished at: 2019-07-24T17:47:29Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3075679202271088079.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins3075679202271088079.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2415

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2415/display/redirect?page=changes>

Changes:

[github] BIGTOP-3208. Exception in master branch (and branch-1.4): kafka-server

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e3c98f0d61c0785d4a0a1af5a16a7ab024b77c2b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e3c98f0d61c0785d4a0a1af5a16a7ab024b77c2b
Commit message: "BIGTOP-3208. Exception in master branch (and branch-1.4): kafka-server failed to launch due to missing zookeeper AsyncCallback.MultiCallback (#536)"
 > git rev-list --no-walk 3a606d06fc2bd3593f17f45981071ee45580bdba # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.352 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.097 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.085 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.166 s
[INFO] Finished at: 2019-07-13T19:08:31Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8554094552851614099.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8554094552851614099.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2414

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2414/display/redirect?page=changes>

Changes:

[evansye] Bigtop 1.4.0 website update

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3a606d06fc2bd3593f17f45981071ee45580bdba (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3a606d06fc2bd3593f17f45981071ee45580bdba
Commit message: "Bigtop 1.4.0 website update"
 > git rev-list --no-walk d5c45a2879f8e3a8d29a36386ad8904a4e71a274 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.228 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.017 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.013 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.827 s
[INFO] Finished at: 2019-06-16T04:45:19Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3273836628408003788.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins3273836628408003788.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2413

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2413/display/redirect?page=changes>

Changes:

[evansye] Bigtop 1.4.0 website update

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d5c45a2879f8e3a8d29a36386ad8904a4e71a274 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d5c45a2879f8e3a8d29a36386ad8904a4e71a274
Commit message: "Bigtop 1.4.0 website update"
 > git rev-list --no-walk e3318ac07d7367bb3504383f557ec1dd5e2e89fb # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.319 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.107 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.015 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.287 s
[INFO] Finished at: 2019-06-16T04:30:21Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3677347516619888533.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins3677347516619888533.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2412

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2412/display/redirect?page=changes>

Changes:

[tanakah] [BIGTOP-2961] Add Livy packages

[evansye] BIGTOP-3214. Install python libraries for Livy (#530)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e3318ac07d7367bb3504383f557ec1dd5e2e89fb (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e3318ac07d7367bb3504383f557ec1dd5e2e89fb
Commit message: "[BIGTOP-2961] Add Livy packages (#527)"
 > git rev-list --no-walk 57cc22f609d995bc6e17a065157fdfb65fc34ed8 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.278 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.108 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.016 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.977 s
[INFO] Finished at: 2019-05-26T19:00:22Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8185304382292589035.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8185304382292589035.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2411

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2411/display/redirect?page=changes>

Changes:

[github] BIGTOP-3215. Failed to build bigtop/puppet image for OpenSuSE (#531)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 57cc22f609d995bc6e17a065157fdfb65fc34ed8 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57cc22f609d995bc6e17a065157fdfb65fc34ed8
Commit message: "BIGTOP-3215. Failed to build bigtop/puppet image for OpenSuSE (#531)"
 > git rev-list --no-walk 383a190eb53785cea9d4232df061def7f60c0455 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 3.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 41 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 66 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 81 kB/s)
Progress (1): 2.2/25 kBProgress (2): 2.2/25 kB | 2.2/53 kBProgress (2): 5.0/25 kB | 2.2/53 kBProgress (2): 5.0/25 kB | 5.0/53 kBProgress (2): 7.7/25 kB | 5.0/53 kBProgress (2): 7.7/25 kB | 7.7/53 kBProgress (2): 10/25 kB | 7.7/53 kB Progress (2): 10/25 kB | 10/53 kB Progress (2): 13/25 kB | 10/53 kBProgress (2): 13/25 kB | 13/53 kBProgress (2): 16/25 kB | 13/53 kBProgress (2): 16/25 kB | 16/53 kBProgress (2): 16/25 kB | 19/53 kBProgress (2): 19/25 kB | 19/53 kBProgress (2): 21/25 kB | 19/53 kBProgress (2): 24/25 kB | 19/53 kBProgress (2): 25 kB | 19/53 kB   Progress (2): 25 kB | 21/53 kBProgress (2): 25 kB | 24/53 kBProgress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 96 kB/s)
Progress (1): 36/53 kBProgress (1): 40/53 kBProgress (1): 45/53 kBProgress (1): 49/53 kBProgress (1): 53 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 156 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 110 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 213 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 286 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 214 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 240 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 734 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom (13 kB at 177 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 146 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar
Progress (1): 4.1/50 kBProgress (1): 7.7/50 kBProgress (1): 12/50 kB Progress (1): 16/50 kBProgress (1): 20/50 kBProgress (1): 24/50 kBProgress (1): 28/50 kBProgress (1): 32/50 kBProgress (1): 36/50 kBProgress (1): 40/50 kBProgress (1): 45/50 kBProgress (1): 49/50 kBProgress (1): 50 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar (50 kB at 328 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  1.714 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.066 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.470 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.112 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.056 s
[INFO] Finished at: 2019-05-24T15:45:47Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2701038932918652855.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins2701038932918652855.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2410

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2410/display/redirect?page=changes>

Changes:

[evansye] BIGTOP-3216: Flink smoke test failed on Debian-9 (#533)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 383a190eb53785cea9d4232df061def7f60c0455 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 383a190eb53785cea9d4232df061def7f60c0455
Commit message: "BIGTOP-3216: Flink smoke test failed on Debian-9 (#533)"
 > git rev-list --no-walk e79ceaf80b6ec3137ba26fddcd59e0503120264a # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.326 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.103 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.012 s
[INFO] Finished at: 2019-05-24T15:15:23Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2139749215767339414.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins2139749215767339414.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2409

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2409/display/redirect?page=changes>

Changes:

[evansye] Bigtop 1.4.0 release

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e79ceaf80b6ec3137ba26fddcd59e0503120264a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e79ceaf80b6ec3137ba26fddcd59e0503120264a
Commit message: "Bigtop 1.4.0 release"
 > git rev-list --no-walk dd47da15798119ab594e09882280e93c11375d33 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.272 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.017 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.013 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.946 s
[INFO] Finished at: 2019-05-05T06:45:22Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins587046512959793105.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins587046512959793105.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2408

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2408/display/redirect?page=changes>

Changes:

[github] BIGTOP-3206. Missing /etc/init.d/functions when deploying Alluxio on

[github] BIGTOP-3210. Missing /lib/lsb/init-functions when deploying Flink on

[github] BIGTOP-3212. Deploy QFS client failed due to no such directory error

[github] BIGTOP-3213. Bugs in pom.xml files when releasing Bigtop 1.4.0 (#528)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision dd47da15798119ab594e09882280e93c11375d33 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dd47da15798119ab594e09882280e93c11375d33
Commit message: "BIGTOP-3213. Bugs in pom.xml files when releasing Bigtop 1.4.0 (#528)"
 > git rev-list --no-walk be588314b45e3621d1f7887df727452269849cf0 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.5.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.5.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.5.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom
Progress (1): 2.2/13 kBProgress (1): 5.0/13 kBProgress (1): 7.8/13 kBProgress (1): 11/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.pom (13 kB at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom
Progress (1): 2.2/11 kBProgress (1): 5.0/11 kBProgress (1): 7.8/11 kBProgress (1): 11/11 kB Progress (1): 11 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 422 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar
Progress (1): 2.2/50 kBProgress (1): 5.0/50 kBProgress (1): 7.7/50 kBProgress (1): 11/50 kB Progress (1): 13/50 kBProgress (1): 16/50 kBProgress (1): 19/50 kBProgress (1): 21/50 kBProgress (1): 24/50 kBProgress (1): 27/50 kBProgress (1): 30/50 kBProgress (1): 32/50 kBProgress (1): 36/50 kBProgress (1): 40/50 kBProgress (1): 45/50 kBProgress (1): 49/50 kBProgress (1): 50 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.12/maven-failsafe-plugin-2.12.jar (50 kB at 448 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.5.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.5.0-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.381 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  1.259 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.023 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.422 s
[INFO] Finished at: 2019-05-05T06:15:20Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8694196228568092050.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8694196228568092050.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2407

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2407/display/redirect?page=changes>

Changes:

[evansye] BIGTOP-3204. Bump Flink to 1.6.4 (#522)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision be588314b45e3621d1f7887df727452269849cf0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be588314b45e3621d1f7887df727452269849cf0
Commit message: "BIGTOP-3204. Bump Flink to 1.6.4 (#522)"
 > git rev-list --no-walk 18ae2cd9d2bd899a899f6bd1b8b6615dcbd505b9 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.5.0-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2406

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2406/display/redirect?page=changes>

Changes:

[github] BIGTOP-3207. [Provisioner] Do not exit when destroying got no cluster

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 18ae2cd9d2bd899a899f6bd1b8b6615dcbd505b9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 18ae2cd9d2bd899a899f6bd1b8b6615dcbd505b9
Commit message: "BIGTOP-3207. [Provisioner] Do not exit when destroying got no cluster exists (#519)"
 > git rev-list --no-walk 0259005384ed1951ded6c140b1e3cf4d088344df # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.5.0-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2405

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2405/display/redirect?page=changes>

Changes:

[github] BIGTOP-3203. [Sandbox] Architecture string is a mess for Distributions

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 0259005384ed1951ded6c140b1e3cf4d088344df (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0259005384ed1951ded6c140b1e3cf4d088344df
Commit message: "BIGTOP-3203. [Sandbox] Architecture string is a mess for Distributions (#515)"
 > git rev-list --no-walk 6e4071194caf1e1fc81da0073308d25e19bc2831 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.5.0-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2404

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2404/display/redirect?page=changes>

Changes:

[github] BIGTOP-3198. [Sandbox] Support AARCH64/PPC64LE (#510)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H29 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6e4071194caf1e1fc81da0073308d25e19bc2831 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e4071194caf1e1fc81da0073308d25e19bc2831
Commit message: "BIGTOP-3198. [Sandbox] Support AARCH64/PPC64LE (#510)"
 > git rev-list --no-walk 4a2770c44fc95f9b3062c8fa1ae4419dfe7902d4 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.8/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 9.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 130 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 68 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kBProgress (2): 15 kB | 5.0/25 kBProgress (2): 15 kB | 7.7/25 kBProgress (2): 15 kB | 10/25 kB Progress (2): 15 kB | 13/25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 391 kB/s)
Progress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 488 kB/s)
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.5.0-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2403

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2403/display/redirect?page=changes>

Changes:

[github] BIGTOP-3199. Can not run smoke test inside docker-provisioner (#509)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4a2770c44fc95f9b3062c8fa1ae4419dfe7902d4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a2770c44fc95f9b3062c8fa1ae4419dfe7902d4
Commit message: "BIGTOP-3199. Can not run smoke test inside docker-provisioner (#509)"
 > git rev-list --no-walk 8d6d6d3d8c082c7f4eebc0071805c10426e23608 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.5.0-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2402

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2402/display/redirect?page=changes>

Changes:

[github] BIGTOP-3200. Bugfix Integration test framework 2.0 and documentation

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H36 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8d6d6d3d8c082c7f4eebc0071805c10426e23608 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8d6d6d3d8c082c7f4eebc0071805c10426e23608
Commit message: "BIGTOP-3200. Bugfix Integration test framework 2.0 and documentation (#513)"
 > git rev-list --no-walk d9d3f89212794fa114782c5ea7dd043715a0e899 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.5.0-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2401

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2401/display/redirect?page=changes>

Changes:

[github] BIGTOP-3197. [Docker] Treat both exit code 0 and 2 as success for Puppet

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d9d3f89212794fa114782c5ea7dd043715a0e899 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d9d3f89212794fa114782c5ea7dd043715a0e899
Commit message: "BIGTOP-3197. [Docker] Treat both exit code 0 and 2 as success for Puppet execution (#507)"
 > git rev-list --no-walk 2cfcee08fc39a5f0b918ff2b895e1620344b390b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.5.0-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2400

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2400/display/redirect?page=changes>

Changes:

[evansye] Preparing for release 1.4.0

[evansye] Bumping up the version to 1.5.0-SNAPSHOT

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2cfcee08fc39a5f0b918ff2b895e1620344b390b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2cfcee08fc39a5f0b918ff2b895e1620344b390b
Commit message: "Bumping up the version to 1.5.0-SNAPSHOT"
 > git rev-list --no-walk 5909cf025d26965b15fd16fdd8f2a808206ccaa9 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.5.0-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2399

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2399/display/redirect?page=changes>

Changes:

[evansye] BIGTOP-3195. Add pkgs-ind to package all artifacts inside docker

[github] BIGTOP-3196. Drop Apache Crunch in Bigtop distribution (#505)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5909cf025d26965b15fd16fdd8f2a808206ccaa9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5909cf025d26965b15fd16fdd8f2a808206ccaa9
Commit message: "BIGTOP-3195. Add pkgs-ind to package all artifacts inside docker (#504)"
 > git rev-list --no-walk 877e260d0cd22458b3a41369b1d1baf4f6dd411e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2398

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2398/display/redirect?page=changes>

Changes:

[evansye] BIGTOP-3192. Remove Spark 1.6 from the stack

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 877e260d0cd22458b3a41369b1d1baf4f6dd411e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 877e260d0cd22458b3a41369b1d1baf4f6dd411e
Commit message: "BIGTOP-3192. Remove Spark 1.6 from the stack"
 > git rev-list --no-walk 1b0582384c06952ff796ae8743c7ffcf4e8c0451 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2397

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2397/display/redirect?page=changes>

Changes:

[evansye] BIGTOP-3194. Fix Phoenix QueryServer PID file name (#503)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 1b0582384c06952ff796ae8743c7ffcf4e8c0451 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1b0582384c06952ff796ae8743c7ffcf4e8c0451
Commit message: "BIGTOP-3194. Fix Phoenix QueryServer PID file name (#503)"
 > git rev-list --no-walk 10e4ede405ed8e13a2bea1c3a164ad33afeee8d8 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2396

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2396/display/redirect?page=changes>

Changes:

[github] BIGTOP-3193. Add REPO and MEMORY as options for docker-provisioner

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H40 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 10e4ede405ed8e13a2bea1c3a164ad33afeee8d8 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 10e4ede405ed8e13a2bea1c3a164ad33afeee8d8
Commit message: "BIGTOP-3193. Add REPO and MEMORY as options for docker-provisioner (#502)"
 > git rev-list --no-walk 53bc87bbdbc06abdc1413dcf973d126dcc415ad0 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 151 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 77 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 595 kB/s)
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 668 kB/s)
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2395

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2395/display/redirect?page=changes>

Changes:

[github] BIGTOP-3142. Better user expereince when calling docker-hadoop.sh -d

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H36 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 53bc87bbdbc06abdc1413dcf973d126dcc415ad0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 53bc87bbdbc06abdc1413dcf973d126dcc415ad0
Commit message: "BIGTOP-3142. Better user expereince when calling docker-hadoop.sh -d with no cluster running (#500)"
 > git rev-list --no-walk 536d961fa8e302ab6eb9bddd615a1a1f99c692a8 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 151 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 61 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kBProgress (2): 15 kB | 5.0/25 kBProgress (2): 15 kB | 7.7/25 kBProgress (2): 15 kB | 10/25 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 479 kB/s)
Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 564 kB/s)
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2394

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2394/display/redirect?page=changes>

Changes:

[github] BIGTOP-3190. Missing newline in Compatibility issue for Zeppelin with

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 536d961fa8e302ab6eb9bddd615a1a1f99c692a8 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 536d961fa8e302ab6eb9bddd615a1a1f99c692a8
Commit message: "BIGTOP-3190. Missing newline in Compatibility issue for Zeppelin with Spark 2.2.3 (#501)"
 > git rev-list --no-walk 214042784b97174cc6aec9ce09521dd1aa17a13f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2393

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2393/display/redirect?page=changes>

Changes:

[github] BIGTOP-3190. Compatibility issue for Zeppelin with Spark 2.2.3 (#499)

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 214042784b97174cc6aec9ce09521dd1aa17a13f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 214042784b97174cc6aec9ce09521dd1aa17a13f
Commit message: "BIGTOP-3190. Compatibility issue for Zeppelin with Spark 2.2.3 (#499)"
 > git rev-list --no-walk c4b5cf6c7d18245f96fc8adecfb34daee210d814 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2392

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2392/display/redirect?page=changes>

Changes:

[github] BIGTOP-3191. Old Gradle version causes Kafka 2.1.1 build failed (#498)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c4b5cf6c7d18245f96fc8adecfb34daee210d814 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c4b5cf6c7d18245f96fc8adecfb34daee210d814
Commit message: "BIGTOP-3191. Old Gradle version causes Kafka 2.1.1 build failed (#498)"
 > git rev-list --no-walk dffa0b78b7980d3ecc61e78f0a76e3ea931339ec # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2391

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2391/display/redirect?page=changes>

Changes:

[github] Revert "BIGTOP-3188. Bump Zeppelin to 0.8.1" (#497)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision dffa0b78b7980d3ecc61e78f0a76e3ea931339ec (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dffa0b78b7980d3ecc61e78f0a76e3ea931339ec
Commit message: "Revert "BIGTOP-3188. Bump Zeppelin to 0.8.1" (#497)"
 > git rev-list --no-walk 21297aa7b5afffc8b0d2c44e0fb7e44b2a32ff69 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2390

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2390/display/redirect?page=changes>

Changes:

[evansye] BIGTOP-3187. Bump Flume to 1.9.0

[evansye] BIGTOP-3186. Bump Spark to 2.2.3

[evansye] BIGTOP-3188. Bump Zeppelin to 0.8.1

[github] BIGTOP-3185. Bump Kafka to 2.1.1 (#493)

[github] BIGTOP-3189. Allow to specify more properties/options at command line

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 21297aa7b5afffc8b0d2c44e0fb7e44b2a32ff69 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 21297aa7b5afffc8b0d2c44e0fb7e44b2a32ff69
Commit message: "BIGTOP-3189. Allow to specify more properties/options at command line for docker provisioner (#491)"
 > git rev-list --no-walk a3089ff9a543930c0f0bd2cf2402e4f2aa9d2014 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2389

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2389/display/redirect?page=changes>

Changes:

[github] Revert "BIGTOP-3165. Bump Spark to 2.4.0 (#482)" (#492)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a3089ff9a543930c0f0bd2cf2402e4f2aa9d2014 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a3089ff9a543930c0f0bd2cf2402e4f2aa9d2014
Commit message: "Revert "BIGTOP-3165. Bump Spark to 2.4.0 (#482)" (#492)"
 > git rev-list --no-walk 14060095a1162307ef84fd9b6f6a6d73ba8c2b28 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2388

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2388/display/redirect?page=changes>

Changes:

[evansye] URLConnection check fails with exception when it should return false

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 14060095a1162307ef84fd9b6f6a6d73ba8c2b28 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 14060095a1162307ef84fd9b6f6a6d73ba8c2b28
Commit message: "URLConnection check fails with exception when it should return false (#490)"
 > git rev-list --no-walk 2fd57cbf8aebbf034d87522feb4b8f37d5e1aefe # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2387

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2387/display/redirect?page=changes>

Changes:

[evansye] BIGTOP-2012: added tests for verifying web hdfs functionality

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2fd57cbf8aebbf034d87522feb4b8f37d5e1aefe (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2fd57cbf8aebbf034d87522feb4b8f37d5e1aefe
Commit message: "BIGTOP-2012: added tests for verifying web hdfs functionality"
 > git rev-list --no-walk 6d5705e3e023caae39410888713f7bbf77578e09 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2386

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2386/display/redirect?page=changes>

Changes:

[github] BIGTOP-3163. Bump Hadoop to 2.8.5 (#478)

[github] BIGTOP-3164. Bump Kafka to 1.1.1 (#476)

[github] BIGTOP-3165. Bump Spark to 2.4.0 (#482)

[github] BIGTOP-3171. Update Kafka Puppet module for version 1.1.1 (#477)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6d5705e3e023caae39410888713f7bbf77578e09 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6d5705e3e023caae39410888713f7bbf77578e09
Commit message: "BIGTOP-3171. Update Kafka Puppet module for version 1.1.1 (#477)"
 > git rev-list --no-walk 82f63b6ab87e4e41a140ae4b30d7f2fced98459a # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2385

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2385/display/redirect?page=changes>

Changes:

[github] BIGTOP-3181. Build as non-root for COMPONENT-pkg-ind (#488)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 82f63b6ab87e4e41a140ae4b30d7f2fced98459a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 82f63b6ab87e4e41a140ae4b30d7f2fced98459a
Commit message: "BIGTOP-3181. Build as non-root for COMPONENT-pkg-ind (#488)"
 > git rev-list --no-walk 9c0f81ae5b74decf53ff35644f22dc1d6d62e583 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2384

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2384/display/redirect?page=changes>

Changes:

[github] BIGTOP-3180. Gradle 5 incompatible issue (#487)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H35 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9c0f81ae5b74decf53ff35644f22dc1d6d62e583 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9c0f81ae5b74decf53ff35644f22dc1d6d62e583
Commit message: "BIGTOP-3180. Gradle 5 incompatible issue (#487)"
 > git rev-list --no-walk 3134c0c0b883fbdf7d9254545f72722fe356c8f7 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2383

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2383/display/redirect?page=changes>

Changes:

[junhe] BIGTOP-3151: Add flink smoke test

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3134c0c0b883fbdf7d9254545f72722fe356c8f7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3134c0c0b883fbdf7d9254545f72722fe356c8f7
Commit message: "BIGTOP-3151: Add flink smoke test"
 > git rev-list --no-walk 44d62c711cd82ab89f3d9d9a1bd34d1aa8e97f8c # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2382

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2382/display/redirect?page=changes>

Changes:

[oflebbe] BIGTOP-3178: Fix two insecure maven repositories

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H26 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 44d62c711cd82ab89f3d9d9a1bd34d1aa8e97f8c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44d62c711cd82ab89f3d9d9a1bd34d1aa8e97f8c
Commit message: "BIGTOP-3178: Fix two insecure maven repositories"
 > git rev-list --no-walk 3b88121af9526eac58d5a39638a127ef84ac222e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 151 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 527 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 92 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 96 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 619 kB/s)
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (2): 5.0/25 kB | 2.2/53 kBProgress (2): 7.7/25 kB | 2.2/53 kBProgress (2): 7.7/25 kB | 5.0/53 kBProgress (2): 10/25 kB | 5.0/53 kB Progress (2): 10/25 kB | 7.7/53 kBProgress (2): 13/25 kB | 7.7/53 kBProgress (2): 13/25 kB | 10/53 kB Progress (2): 16/25 kB | 10/53 kBProgress (2): 16/25 kB | 13/53 kBProgress (2): 19/25 kB | 13/53 kBProgress (2): 19/25 kB | 16/53 kBProgress (2): 21/25 kB | 16/53 kBProgress (2): 21/25 kB | 19/53 kBProgress (2): 24/25 kB | 19/53 kBProgress (2): 24/25 kB | 21/53 kBProgress (2): 25 kB | 21/53 kB   Progress (2): 25 kB | 24/53 kBProgress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 635 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.2 MB/s)
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2381

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2381/display/redirect?page=changes>

Changes:

[github] BIGTOP-3179. Connection refused by www-us.apache.org mirror site (#486)

[github] BIGTOP-3176. [Build] (#483)

[github] BIGTOP-3175. [Build] Support to specify commit SHA1 when building

[github] BIGTOP-3172. [Provisioner] Support to specify components and smoke-tests

[github] BIGTOP-3177. [Build] Exit w/o container left dangling when running

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3b88121af9526eac58d5a39638a127ef84ac222e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3b88121af9526eac58d5a39638a127ef84ac222e
Commit message: "BIGTOP-3177. [Build] Exit w/o container left dangling when running docker in gradle wrapper (#485)"
 > git rev-list --no-walk 24fc581c639c5744889763ce9f72978b6ea10efb # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2380

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2380/display/redirect?page=changes>

Changes:

[github] BIGTOP-3174. ./gradlew repo-ind failed on Bigtop build slaves (#481)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 24fc581c639c5744889763ce9f72978b6ea10efb (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 24fc581c639c5744889763ce9f72978b6ea10efb
Commit message: "BIGTOP-3174. ./gradlew repo-ind failed on Bigtop build slaves (#481)"
 > git rev-list --no-walk 163fcc2fddb73f3d6b8b652bf60903dcfc5e4200 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2379

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2379/display/redirect?page=changes>

Changes:

[github] BIGTOP-3158. [Test] Fix test specification with maven failsafe plugin

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 163fcc2fddb73f3d6b8b652bf60903dcfc5e4200 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 163fcc2fddb73f3d6b8b652bf60903dcfc5e4200
Commit message: "BIGTOP-3158. [Test] Fix test specification with maven failsafe plugin (#465)"
 > git rev-list --no-walk e1117b7c94092a05c0aaeb835eed272cbc70ee9e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:1.3.1-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Malformed POM <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml>: Unrecognised tag: 'failsafeVersion' (position: START_TAG seen ...</modelVersion>\n  <failsafeVersion>... @21:20)  @ <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml,> line 21, column 20 -> [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/ModelParseException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2378

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2378/display/redirect?page=changes>

Changes:

[github] BIGTOP-3173. Fix bugs and improve usability of COMPONENT-pkg-ind (#480)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e1117b7c94092a05c0aaeb835eed272cbc70ee9e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1117b7c94092a05c0aaeb835eed272cbc70ee9e
Commit message: "BIGTOP-3173. Fix bugs and improve usability of COMPONENT-pkg-ind (#480)"
 > git rev-list --no-walk 3386a9d2d6898be01852f1d340d8948161eacdcd # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.481 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.045 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.016 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.444 s
[INFO] Finished at: 2019-02-21T07:45:24Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8169705981340913053.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8169705981340913053.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2377

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2377/display/redirect?page=changes>

Changes:

[github] BIGTOP-3167. Nexus is always enabled for ./gradlew XXX-ind (#469)

[github] BIGTOP-3169. Enable local repo is not working on yum systems (#472)

[github] BIGTOP-3170. Loop and wait for daemon to be started up for Alluxio

[github] BIGTOP-3166. Update Kerberos module to comply with Puppet's syntax

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3386a9d2d6898be01852f1d340d8948161eacdcd (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3386a9d2d6898be01852f1d340d8948161eacdcd
Commit message: "BIGTOP-3166. Update Kerberos module to comply with Puppet's syntax (#468)"
 > git rev-list --no-walk 1d29d3b89fa7fbd81ff5e2f114e4f1576cdad14f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.394 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.021 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.071 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.043 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.092 s
[INFO] Finished at: 2019-02-19T05:00:19Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8989520698706548741.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8989520698706548741.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2376

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2376/display/redirect?page=changes>

Changes:

[github] BIGTOP-3159. Failed to deploy Alluxio due to Puppet compatibility issue

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 1d29d3b89fa7fbd81ff5e2f114e4f1576cdad14f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1d29d3b89fa7fbd81ff5e2f114e4f1576cdad14f
Commit message: "BIGTOP-3159. Failed to deploy Alluxio due to Puppet compatibility issue (#474)"
 > git rev-list --no-walk f1500c13124759897105ceb5270de5d242b2b5eb # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.959 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.273 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.019 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.492 s
[INFO] Finished at: 2019-02-19T04:45:30Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5558078294585149817.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins5558078294585149817.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2375

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2375/display/redirect?page=changes>

Changes:

[evansye] BIGTOP-3137: Giraph smoke tests implementation

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H39 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.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/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f1500c13124759897105ceb5270de5d242b2b5eb (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f1500c13124759897105ceb5270de5d242b2b5eb
Commit message: "BIGTOP-3137: Giraph smoke tests implementation"
 > git rev-list --no-walk 48c34955e93c04787be685413a2bf2c3857137cb # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 143 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 619 kB/s)
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 686 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 374 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 606 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 55 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.8/19 kBProgress (1): 5.5/19 kBProgress (1): 8.3/19 kBProgress (1): 11/19 kB Progress (1): 14/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 4.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom (13 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 4.1/12 kBProgress (1): 7.7/12 kBProgress (1): 12/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 664 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 4.1/48 kBProgress (1): 7.7/48 kBProgress (1): 12/48 kB Progress (1): 16/48 kBProgress (1): 20/48 kBProgress (1): 24/48 kBProgress (1): 28/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.3 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.883 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.486 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.012 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.107 s
[INFO] Finished at: 2019-02-15T17:45:26Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6573064531278773061.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins6573064531278773061.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2374

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2374/display/redirect?page=changes>

Changes:

[github] BIGTOP-3160. [Provisioner] Treat both exit code 0 and 2 as success for

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 48c34955e93c04787be685413a2bf2c3857137cb (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 48c34955e93c04787be685413a2bf2c3857137cb
Commit message: "BIGTOP-3160. [Provisioner] Treat both exit code 0 and 2 as success for Puppet execution (#466)"
 > git rev-list --no-walk fa10f82c1907f57b2f6e253946dc2c5cc7b927d5 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  1.019 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.008 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.085 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.051 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.894 s
[INFO] Finished at: 2019-02-13T09:30:25Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2705391272016603708.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins2705391272016603708.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2373

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2373/display/redirect?page=changes>

Changes:

[github] BIGTOP-3153. Switch to docker cp based solution to build inside

[github] BIGTOP-3150. [Provisioner] Raise proper exit code and error messages

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision fa10f82c1907f57b2f6e253946dc2c5cc7b927d5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fa10f82c1907f57b2f6e253946dc2c5cc7b927d5
Commit message: "BIGTOP-3150. [Provisioner] Raise proper exit code and error messages when provisioning failed (#458)"
 > git rev-list --no-walk d77a56f60f3483e8bca3e1c39350c4f8d572459b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.393 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.051 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.018 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.330 s
[INFO] Finished at: 2019-02-10T07:45:16Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7759390835824792706.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins7759390835824792706.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2372

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2372/display/redirect?page=changes>

Changes:

[github] BIGTOP-3157. Failed to start Ambari server and agent on Fedora 26 (#464)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d77a56f60f3483e8bca3e1c39350c4f8d572459b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d77a56f60f3483e8bca3e1c39350c4f8d572459b
Commit message: "BIGTOP-3157. Failed to start Ambari server and agent on Fedora 26 (#464)"
 > git rev-list --no-walk 4a1f0e11b9b70cdf2518cc19a114918564a4dead # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.541 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.051 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.056 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.357 s
[INFO] Finished at: 2019-02-09T14:00:20Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1606963191711240111.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1606963191711240111.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2371

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2371/display/redirect?page=changes>

Changes:

[github] BIGTOP-3154. [Provisioner] Failed to bootstrap provisioning environment

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4a1f0e11b9b70cdf2518cc19a114918564a4dead (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a1f0e11b9b70cdf2518cc19a114918564a4dead
Commit message: "BIGTOP-3154. [Provisioner] Failed to bootstrap provisioning environment on Debian/Ubuntu (#463)"
 > git rev-list --no-walk f1e13518e615b5beb7a33b31fe9924c5b443aad9 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.286 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.029 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.021 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.048 s
[INFO] Finished at: 2019-02-05T06:00:54Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5052937590256193851.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins5052937590256193851.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2370

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2370/display/redirect?page=changes>

Changes:

[github] BIGTOP-3009. Add gradle repo-ind (#460)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f1e13518e615b5beb7a33b31fe9924c5b443aad9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f1e13518e615b5beb7a33b31fe9924c5b443aad9
Commit message: "BIGTOP-3009. Add gradle repo-ind (#460)"
 > git rev-list --no-walk 658c470cced59565ee07b5cb92894926a05ee231 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.291 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.031 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.022 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.001 s
[INFO] Finished at: 2019-02-03T07:00:16Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins900653070637063342.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins900653070637063342.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2369

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2369/display/redirect?page=changes>

Changes:

[evansye] BIGTOP-3152: No need to Force the use of Netty over Hadoop RPC in Giraph

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 658c470cced59565ee07b5cb92894926a05ee231 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 658c470cced59565ee07b5cb92894926a05ee231
Commit message: "BIGTOP-3152: No need to Force the use of Netty over Hadoop RPC in Giraph (#459)"
 > git rev-list --no-walk c934170e86e05d63714b8816bc51329544d52aea # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.372 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.057 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.061 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.324 s
[INFO] Finished at: 2019-01-31T08:15:31Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6641365651911663737.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins6641365651911663737.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2368

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2368/display/redirect?page=changes>

Changes:

[github] BIGTOP-3141. Release number is not honored by the build system (#452)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c934170e86e05d63714b8816bc51329544d52aea (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c934170e86e05d63714b8816bc51329544d52aea
Commit message: "BIGTOP-3141. Release number is not honored by the build system (#452)"
 > git rev-list --no-walk aa79a9cfa985e0d113083ffcc20f040f1199d390 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.264 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.025 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.012 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.679 s
[INFO] Finished at: 2019-01-30T09:45:20Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6560378414552704138.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins6560378414552704138.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2367

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2367/display/redirect?page=changes>

Changes:

[github] BIGTOP-3149. Support to enable Nexus proxy for Docker Provisioner (#457)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision aa79a9cfa985e0d113083ffcc20f040f1199d390 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa79a9cfa985e0d113083ffcc20f040f1199d390
Commit message: "BIGTOP-3149. Support to enable Nexus proxy for Docker Provisioner (#457)"
 > git rev-list --no-walk f62bf0c5a3eb5d840361127ea9399c0661e2fa6e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.725 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.043 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.036 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.453 s
[INFO] Finished at: 2019-01-30T07:45:18Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8060706554039035805.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8060706554039035805.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2366

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2366/display/redirect?page=changes>

Changes:

[github] BIGTOP-3148. Error out when configure-nexus encounter any issue (#456)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f62bf0c5a3eb5d840361127ea9399c0661e2fa6e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f62bf0c5a3eb5d840361127ea9399c0661e2fa6e
Commit message: "BIGTOP-3148. Error out when configure-nexus encounter any issue (#456)"
 > git rev-list --no-walk 341d1a254f0dc658315137bc42267c94768cbb1b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.343 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.050 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.084 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.266 s
[INFO] Finished at: 2019-01-29T08:45:19Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2449194482395731300.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins2449194482395731300.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2365

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2365/display/redirect?page=changes>

Changes:

[github] BIGTOP-3146. gradlew is not available in bigtop-tests/smoke-tests for

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 341d1a254f0dc658315137bc42267c94768cbb1b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 341d1a254f0dc658315137bc42267c94768cbb1b
Commit message: "BIGTOP-3146. gradlew is not available in bigtop-tests/smoke-tests for running run_itest.sh (#454)"
 > git rev-list --no-walk beaddba5043282c019d96a10e2a2d68c067992d5 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.359 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.037 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.075 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.268 s
[INFO] Finished at: 2019-01-28T06:15:16Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1818066234607795971.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1818066234607795971.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2364

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2364/display/redirect?page=changes>

Changes:

[evansye] BIGTOP-3147: Nexus proxy cache configuration is broken (#455)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision beaddba5043282c019d96a10e2a2d68c067992d5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f beaddba5043282c019d96a10e2a2d68c067992d5
Commit message: "BIGTOP-3147: Nexus proxy cache configuration is broken (#455)"
 > git rev-list --no-walk 209642ef6e9e277bcc4e2c94e79b2cfcb56614d4 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  1.475 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.020 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.100 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.061 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.079 s
[INFO] Finished at: 2019-01-27T18:30:19Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1858412597522974548.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins1858412597522974548.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2363

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2363/display/redirect?page=changes>

Changes:

[junhe] BIGTOP-3135: Remove deprecated giraph-site.xml

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 209642ef6e9e277bcc4e2c94e79b2cfcb56614d4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 209642ef6e9e277bcc4e2c94e79b2cfcb56614d4
Commit message: "BIGTOP-3135: Remove deprecated giraph-site.xml"
 > git rev-list --no-walk ceb2636f18dd121fbd1f3578527dbd1a3484d136 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.346 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.049 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.073 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.229 s
[INFO] Finished at: 2019-01-23T02:30:30Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins284519094739216003.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins284519094739216003.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Bigtop-trunk-test-execution #2362

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Bigtop-trunk-test-execution/2362/display/redirect?page=changes>

Changes:

[github] BIGTOP-3144. [Test] QFS smoke test failed on multi-node cluster (#453)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ceb2636f18dd121fbd1f3578527dbd1a3484d136 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ceb2636f18dd121fbd1f3578527dbd1a3484d136
Commit message: "BIGTOP-3144. [Test] QFS smoke test failed on multi-node cluster (#453)"
 > git rev-list --no-walk 3d000a6865522d4e9d87dc6286d51378a52dc048 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  1.298 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.133 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.129 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.635 s
[INFO] Finished at: 2019-01-21T09:15:23Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8783331296829198253.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins8783331296829198253.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure