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 2020/03/08 04:30:30 UTC

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

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 #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