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 2017/05/22 08:30:43 UTC

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

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

Changes:

[sekikn] BIGTOP-2751: ambari: Storm 1.1.0-SNAPSHOT is no longer available, use

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 75eb043b0226549a18069a501479cee08644740d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 75eb043b0226549a18069a501479cee08644740d
 > git rev-list 9fe0e4c1381316178919e9107bfac555ae7752e3 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

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

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

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

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

Changes:

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

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

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

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

Changes:

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

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

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

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

Changes:

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

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

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

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

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

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

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

Changes:

[github] BIGTOP-3136. [Provisioner] Local built repo should have higher priority

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H24 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ed4be689c5a6fa2a4c77caa04f942f70b399e9ab (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ed4be689c5a6fa2a4c77caa04f942f70b399e9ab
Commit message: "BIGTOP-3136. [Provisioner] Local built repo should have higher priority (#445)"
 > git rev-list --no-walk 83b57da544c79759c773a74a6c529082bcb9f2bd # 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 14 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 151 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 108 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 619 kB/s)
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 686 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 374 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 678 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.8/22 kBProgress (1): 5.5/22 kBProgress (1): 8.3/22 kBProgress (1): 11/22 kB Progress (1): 14/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 3.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom (13 kB at 775 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 4.1/12 kBProgress (1): 7.7/12 kBProgress (1): 12/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 747 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 4.1/48 kBProgress (1): 7.7/48 kBProgress (1): 12/48 kB Progress (1): 16/48 kBProgress (1): 20/48 kBProgress (1): 24/48 kBProgress (1): 28/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.3 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.362 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.095 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.012 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.994 s
[INFO] Finished at: 2019-01-18T10:18:08Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins821530508987184032.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/jenkins821530508987184032.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3130. Failed to run Alluxio smoke test

[github] BIGTOP-3132. Bump Alluxio up to 1.8.1 (#442)

[github] BIGTOP-3134. [Puppet] An upgrade to deploy Alluxio 1.8.1 (#443)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 83b57da544c79759c773a74a6c529082bcb9f2bd (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 83b57da544c79759c773a74a6c529082bcb9f2bd
Commit message: "BIGTOP-3130. Failed to run Alluxio smoke test (#446)"
 > git rev-list --no-walk 233bd8a309e05c30fb90bf74e12f076d8332cb95 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  1.056 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.014 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.097 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.274 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.934 s
[INFO] Finished at: 2019-01-18T10:00:25Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1667912267055183406.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/jenkins1667912267055183406.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[github] BIGTOP-3133. [Puppet] Add a module to deploy bigtop-utils (#441)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 233bd8a309e05c30fb90bf74e12f076d8332cb95 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 233bd8a309e05c30fb90bf74e12f076d8332cb95
Commit message: "BIGTOP-3133. [Puppet] Add a module to deploy bigtop-utils (#441)"
 > git rev-list --no-walk 440ec168178f7369abaedff541741efcef91d8c9 # 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 136 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 541 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 84 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 75 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 495 kB/s)
Progress (1): 5.0/25 kBProgress (2): 5.0/25 kB | 2.2/53 kBProgress (2): 7.7/25 kB | 2.2/53 kBProgress (2): 7.7/25 kB | 5.0/53 kBProgress (2): 10/25 kB | 5.0/53 kB Progress (2): 10/25 kB | 7.7/53 kBProgress (2): 13/25 kB | 7.7/53 kBProgress (2): 13/25 kB | 10/53 kB Progress (2): 16/25 kB | 10/53 kBProgress (2): 16/25 kB | 13/53 kBProgress (2): 19/25 kB | 13/53 kBProgress (2): 19/25 kB | 16/53 kBProgress (2): 21/25 kB | 16/53 kBProgress (2): 21/25 kB | 19/53 kBProgress (2): 24/25 kB | 19/53 kBProgress (2): 24/25 kB | 21/53 kBProgress (2): 25 kB | 21/53 kB   Progress (2): 25 kB | 24/53 kBProgress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 605 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.1 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 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.5/12 kBProgress (1): 8.3/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 606 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.8/25 kBProgress (1): 5.5/25 kBProgress (1): 8.3/25 kBProgress (1): 11/25 kB Progress (1): 14/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 22/25 kBProgress (1): 25/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 996 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.8/22 kBProgress (1): 5.5/22 kBProgress (1): 8.3/22 kBProgress (1): 11/22 kB Progress (1): 14/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.8/19 kBProgress (1): 5.5/19 kBProgress (1): 8.3/19 kBProgress (1): 11/19 kB Progress (1): 14/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 961 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 2.8 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom (13 kB at 573 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 4.1/12 kBProgress (1): 7.7/12 kBProgress (1): 12/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 664 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 4.1/48 kBProgress (1): 7.7/48 kBProgress (1): 12/48 kB Progress (1): 16/48 kBProgress (1): 20/48 kBProgress (1): 24/48 kBProgress (1): 28/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.789 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.148 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.078 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.198 s
[INFO] Finished at: 2019-01-13T18:30:27Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2488345890356572097.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/jenkins2488345890356572097.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

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

[evansye] BIGTOP-3124. Remove package installation in

[oflebbe] BIGTOP-3128: Switch to new gitbox repository

[evansye] BIGTOP-3125: [provisioner] sbin/init is missed in puppet:opensuse-42.3

[github] BIGTOP-3129. Failed to run QFS smoke test (#439)

[github] BIGTOP-3131. Apex smoke test requires mvn to compile test jar (#440)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 440ec168178f7369abaedff541741efcef91d8c9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 440ec168178f7369abaedff541741efcef91d8c9
Commit message: "BIGTOP-3131. Apex smoke test requires mvn to compile test jar (#440)"
 > git rev-list --no-walk 0bb54e518d01d18325b18cfa2b9a91f1f6e00692 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  1.296 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.009 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.063 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.063 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.470 s
[INFO] Finished at: 2019-01-13T10:30:20Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6727021761392179694.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/jenkins6727021761392179694.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3118. [Puppet] Failed to deploy GPDB

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > 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 0bb54e518d01d18325b18cfa2b9a91f1f6e00692 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0bb54e518d01d18325b18cfa2b9a91f1f6e00692
Commit message: "BIGTOP-3118. [Puppet] Failed to deploy GPDB"
 > git rev-list --no-walk a58f3ee8b775198bd3c7bb0c2638016cfa3a7068 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.303 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.029 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.016 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.864 s
[INFO] Finished at: 2019-01-03T09:08:07Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7225691155666801592.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/jenkins7225691155666801592.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3115. [Puppet] Alluxio master/worker can not startup successfully

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a58f3ee8b775198bd3c7bb0c2638016cfa3a7068 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a58f3ee8b775198bd3c7bb0c2638016cfa3a7068
Commit message: "BIGTOP-3115. [Puppet] Alluxio master/worker can not startup successfully"
 > git rev-list --no-walk 5efd69a439618367506de2ad659706c9bc93015c # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
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 44 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.5 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bigtop-smokes 1.3.1-SNAPSHOT:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  1.626 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.051 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.050 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.437 s
[INFO] Finished at: 2019-01-02T08:46:55Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5026042762978733004.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/jenkins5026042762978733004.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3120: Annoying warning message from Ambari snippet

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5efd69a439618367506de2ad659706c9bc93015c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5efd69a439618367506de2ad659706c9bc93015c
Commit message: "BIGTOP-3120: Annoying warning message from Ambari snippet"
 > git rev-list --no-walk f84c31c23b5e5163f0ee4c7132c7528799c718f3 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.670 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.144 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.034 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.518 s
[INFO] Finished at: 2018-12-28T11:29:05Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6334571185389358527.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/jenkins6334571185389358527.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[oflebbe] BIGTOP-3098: Update maven plugins for project pom

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > 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 f84c31c23b5e5163f0ee4c7132c7528799c718f3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f84c31c23b5e5163f0ee4c7132c7528799c718f3
Commit message: "BIGTOP-3098: Update maven plugins for project pom"
 > git rev-list --no-walk 6a4f7ad8dfbdae739227a189c4d1834131b3867a # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom
Progress (1): 2.8/19 kBProgress (1): 5.5/19 kBProgress (1): 8.3/19 kBProgress (1): 11/19 kB Progress (1): 14/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.pom (19 kB at 35 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar
Progress (1): 2.2/134 kBProgress (1): 5.0/134 kBProgress (1): 7.7/134 kBProgress (1): 10/134 kB Progress (1): 13/134 kBProgress (1): 16/134 kBProgress (1): 19/134 kBProgress (1): 21/134 kBProgress (1): 24/134 kBProgress (1): 27/134 kBProgress (1): 30/134 kBProgress (1): 32/134 kBProgress (1): 36/134 kBProgress (1): 40/134 kBProgress (1): 45/134 kBProgress (1): 49/134 kBProgress (1): 53/134 kBProgress (1): 57/134 kBProgress (1): 61/134 kBProgress (1): 65/134 kBProgress (1): 69/134 kBProgress (1): 73/134 kBProgress (1): 77/134 kBProgress (1): 81/134 kBProgress (1): 85/134 kBProgress (1): 90/134 kBProgress (1): 94/134 kBProgress (1): 98/134 kBProgress (1): 102/134 kBProgress (1): 106/134 kBProgress (1): 110/134 kBProgress (1): 114/134 kBProgress (1): 118/134 kBProgress (1): 122/134 kBProgress (1): 126/134 kBProgress (1): 131/134 kBProgress (1): 134 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7/maven-site-plugin-3.7.jar (134 kB at 3.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  1.295 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.016 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.016 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.871 s
[INFO] Finished at: 2018-12-26T10:23:27Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4459203600616674333.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/jenkins4459203600616674333.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3117. [Puppet] Can't run spark commands for Spark on Yarn

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6a4f7ad8dfbdae739227a189c4d1834131b3867a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6a4f7ad8dfbdae739227a189c4d1834131b3867a
Commit message: "BIGTOP-3117. [Puppet] Can't run spark commands for Spark on Yarn deployment"
 > git rev-list --no-walk ace6be2fd1f8c2257050003e65f5cff742b2f42b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.418 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.014 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.148 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.021 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.305 s
[INFO] Finished at: 2018-12-26T08:55:13Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4793427989671082444.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/jenkins4793427989671082444.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3114. [Test] HBase Importtsv smoke tests are failing

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ace6be2fd1f8c2257050003e65f5cff742b2f42b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ace6be2fd1f8c2257050003e65f5cff742b2f42b
Commit message: "BIGTOP-3114. [Test] HBase Importtsv smoke tests are failing"
 > git rev-list --no-walk c02f4947b5bd3947d3b449d334a4c2fa69c753bd # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.285 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.009 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.115 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.012 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.176 s
[INFO] Finished at: 2018-12-24T15:39:36Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7305499588514484817.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/jenkins7305499588514484817.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3110. [Puppet] Hive metastore can not startup successfully

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 c02f4947b5bd3947d3b449d334a4c2fa69c753bd (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c02f4947b5bd3947d3b449d334a4c2fa69c753bd
Commit message: "BIGTOP-3110. [Puppet] Hive metastore can not startup successfully"
 > git rev-list --no-walk c8c0565841f2177dc37b9261be22b7d4808998bd # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 130 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 625 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-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 86 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 595 kB/s)
Progress (1): 2.2/53 kBProgress (2): 2.2/53 kB | 2.2/25 kBProgress (2): 5.0/53 kB | 2.2/25 kBProgress (2): 5.0/53 kB | 5.0/25 kBProgress (2): 7.7/53 kB | 5.0/25 kBProgress (2): 7.7/53 kB | 7.7/25 kBProgress (2): 10/53 kB | 7.7/25 kB Progress (2): 10/53 kB | 10/25 kB Progress (2): 13/53 kB | 10/25 kBProgress (2): 13/53 kB | 13/25 kBProgress (2): 16/53 kB | 13/25 kBProgress (2): 16/53 kB | 16/25 kBProgress (2): 19/53 kB | 16/25 kBProgress (2): 19/53 kB | 19/25 kBProgress (2): 21/53 kB | 19/25 kBProgress (2): 21/53 kB | 21/25 kBProgress (2): 24/53 kB | 21/25 kBProgress (2): 24/53 kB | 24/25 kBProgress (2): 27/53 kB | 24/25 kBProgress (2): 27/53 kB | 25 kB   Progress (2): 30/53 kB | 25 kBProgress (2): 32/53 kB | 25 kBProgress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 45/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 577 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.0 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 627 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.7/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 2.8 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 4.1/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 449 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.5/12 kBProgress (1): 8.3/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 720 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.8/25 kBProgress (1): 5.5/25 kBProgress (1): 8.3/25 kBProgress (1): 11/25 kB Progress (1): 14/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 22/25 kBProgress (1): 25/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.8/22 kBProgress (1): 5.5/22 kBProgress (1): 8.3/22 kBProgress (1): 11/22 kB Progress (1): 14/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 507 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 664 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.160 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.182 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.963 s
[INFO] Finished at: 2018-12-21T06:44:48Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4258723832807394453.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/jenkins4258723832807394453.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3112. Update release KEYS file from dist.apache.org to

[evansye] BIGTOP-3113. Update previous releases links to the archive.apache.org in

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c8c0565841f2177dc37b9261be22b7d4808998bd (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8c0565841f2177dc37b9261be22b7d4808998bd
Commit message: "BIGTOP-3113. Update previous releases links to the archive.apache.org in the download page"
 > git rev-list --no-walk b1b24967263679e9094a29275208cd2be2b11a1f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.161 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.045 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.007 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.852 s
[INFO] Finished at: 2018-12-21T06:38:35Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8051619914064182496.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/jenkins8051619914064182496.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3108. Update version strings to 1.3.0 in the master

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b1b24967263679e9094a29275208cd2be2b11a1f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b1b24967263679e9094a29275208cd2be2b11a1f
Commit message: "BIGTOP-3108. Update version strings to 1.3.0 in the master"
 > git rev-list --no-walk 33128d0987d109290c3360b0a2f5867a344df886 # 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.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.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 114 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 500 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 80 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 82 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 708 kB/s)
Progress (1): 2.8/25 kBProgress (1): 5.5/25 kBProgress (1): 8.3/25 kBProgress (1): 11/25 kB Progress (2): 11/25 kB | 2.2/53 kBProgress (2): 11/25 kB | 5.0/53 kBProgress (2): 14/25 kB | 5.0/53 kBProgress (2): 14/25 kB | 7.7/53 kBProgress (2): 16/25 kB | 7.7/53 kBProgress (2): 16/25 kB | 10/53 kB Progress (2): 19/25 kB | 10/53 kBProgress (2): 19/25 kB | 13/53 kBProgress (2): 22/25 kB | 13/53 kBProgress (2): 22/25 kB | 16/53 kBProgress (2): 25/25 kB | 16/53 kBProgress (2): 25/25 kB | 19/53 kBProgress (2): 25 kB | 19/53 kB   Progress (2): 25 kB | 21/53 kBProgress (2): 25 kB | 24/53 kBProgress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/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 577 kB/s)
Progress (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 992 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 538 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom (13 kB at 136 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.7/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.7 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 4.1/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 396 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 549 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.8/25 kBProgress (1): 5.5/25 kBProgress (1): 8.3/25 kBProgress (1): 11/25 kB Progress (1): 14/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 22/25 kBProgress (1): 25/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.8/22 kBProgress (1): 5.5/22 kBProgress (1): 8.3/22 kBProgress (1): 11/22 kB Progress (1): 14/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 38 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 703 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.314 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.522 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.076 s
[INFO] Finished at: 2018-12-21T06:37:34Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1071063518998082481.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/jenkins1071063518998082481.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2892. The download page should provide instructions to check

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 33128d0987d109290c3360b0a2f5867a344df886 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 33128d0987d109290c3360b0a2f5867a344df886
Commit message: "BIGTOP-2892. The download page should provide instructions to check hashes and signatures"
 > git rev-list --no-walk 4cee56bdc831b254805a121d43c33fc6a3a9c53e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.347 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.119 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.006 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.342 s
[INFO] Finished at: 2018-12-13T09:36:54Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins716719187614904593.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/jenkins716719187614904593.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3086: Drop datafu packaging

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H20 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4cee56bdc831b254805a121d43c33fc6a3a9c53e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4cee56bdc831b254805a121d43c33fc6a3a9c53e
Commit message: "BIGTOP-3086: Drop datafu packaging"
 > git rev-list --no-walk aaffc1e2c52232ceadebdcd23a6dd47a190baa9f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 70 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 834 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 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-provider-api/2.6/wagon-provider-api-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 619 kB/s)
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (2): 5.0/25 kB | 2.2/53 kBProgress (2): 7.7/25 kB | 2.2/53 kBProgress (2): 7.7/25 kB | 5.0/53 kBProgress (2): 10/25 kB | 5.0/53 kB Progress (2): 10/25 kB | 7.7/53 kBProgress (2): 13/25 kB | 7.7/53 kBProgress (2): 13/25 kB | 10/53 kB Progress (2): 16/25 kB | 10/53 kBProgress (2): 16/25 kB | 13/53 kBProgress (2): 19/25 kB | 13/53 kBProgress (2): 19/25 kB | 16/53 kBProgress (2): 21/25 kB | 16/53 kBProgress (2): 21/25 kB | 19/53 kBProgress (2): 24/25 kB | 19/53 kBProgress (2): 24/25 kB | 21/53 kBProgress (2): 25 kB | 21/53 kB   Progress (2): 25 kB | 24/53 kBProgress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 668 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.2 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 594 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.7/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.5 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 4.1/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 396 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 678 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.8/25 kBProgress (1): 5.5/25 kBProgress (1): 8.3/25 kBProgress (1): 11/25 kB Progress (1): 14/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 22/25 kBProgress (1): 25/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.4 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.8/22 kBProgress (1): 5.5/22 kBProgress (1): 8.3/22 kBProgress (1): 11/22 kB Progress (1): 14/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 694 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 747 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.8 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.182 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.179 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.976 s
[INFO] Finished at: 2018-12-10T05:19:22Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1721641050053752994.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/jenkins1721641050053752994.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[asl-github] BIGTOP-3107: Patch from upstream correcting the Maven surefire break

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision aaffc1e2c52232ceadebdcd23a6dd47a190baa9f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aaffc1e2c52232ceadebdcd23a6dd47a190baa9f
Commit message: "BIGTOP-3107: Patch from upstream correcting the Maven surefire break from newer Java SDK"
 > git rev-list --no-walk a0a92698074e4750cd27929263451f6c100d9f4a # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.230 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.098 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.005 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.922 s
[INFO] Finished at: 2018-12-05T08:44:01Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5747648127559238989.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/jenkins5747648127559238989.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3106: Update links in download page

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a0a92698074e4750cd27929263451f6c100d9f4a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a0a92698074e4750cd27929263451f6c100d9f4a
Commit message: "BIGTOP-3106: Update links in download page"
 > git rev-list --no-walk ae049e0f7bcb95c301e6c98ffdc655c855b9f4f3 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.292 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.138 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.005 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.110 s
[INFO] Finished at: 2018-11-27T10:09:31Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6359357733755115623.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/jenkins6359357733755115623.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3105. Sync up site changes from branch 1.3 to master

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ae049e0f7bcb95c301e6c98ffdc655c855b9f4f3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ae049e0f7bcb95c301e6c98ffdc655c855b9f4f3
Commit message: "BIGTOP-3105. Sync up site changes from branch 1.3 to master"
 > git rev-list --no-walk ca1bcbf25d177c80a5733f3782b9bb659570594a # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.176 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.098 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.822 s
[INFO] Finished at: 2018-11-26T18:48:17Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2480583342008334643.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/jenkins2480583342008334643.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3102: docker-hadoop.sh WARNING: The scale command is deprecated

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H35 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 ca1bcbf25d177c80a5733f3782b9bb659570594a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ca1bcbf25d177c80a5733f3782b9bb659570594a
Commit message: "BIGTOP-3102: docker-hadoop.sh WARNING: The scale command is deprecated"
 > git rev-list --no-walk cb1ddb941c8da9396e549f4b50c17030bd2dedb6 # 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/apache/8/apache-8.pom
Progress (1): 2.8/14 kBProgress (1): 5.5/14 kBProgress (1): 8.3/14 kBProgress (1): 11/14 kB Progress (1): 14/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 27 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.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 111 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/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 800 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 115 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 91 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/53 kBProgress (2): 15 kB | 5.0/53 kBProgress (2): 15 kB | 7.7/53 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 531 kB/s)
Progress (2): 7.7/53 kB | 2.2/25 kBProgress (2): 10/53 kB | 2.2/25 kB Progress (2): 10/53 kB | 5.0/25 kBProgress (2): 13/53 kB | 5.0/25 kBProgress (2): 13/53 kB | 7.7/25 kBProgress (2): 16/53 kB | 7.7/25 kBProgress (2): 16/53 kB | 10/25 kB Progress (2): 19/53 kB | 10/25 kBProgress (2): 19/53 kB | 13/25 kBProgress (2): 21/53 kB | 13/25 kBProgress (2): 21/53 kB | 16/25 kBProgress (2): 24/53 kB | 16/25 kBProgress (2): 24/53 kB | 19/25 kBProgress (2): 27/53 kB | 19/25 kBProgress (2): 27/53 kB | 21/25 kBProgress (2): 30/53 kB | 21/25 kBProgress (2): 30/53 kB | 24/25 kBProgress (2): 32/53 kB | 24/25 kBProgress (2): 32/53 kB | 25 kB   Progress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 45/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 577 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.2 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 418 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom (13 kB at 660 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.7/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 2.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 4.1/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 549 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 996 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 161 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 471 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 664 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.7 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.285 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.326 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.768 s
[INFO] Finished at: 2018-11-24T18:19:52Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6168157038730242650.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/jenkins6168157038730242650.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3099: fix oozie building

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 cb1ddb941c8da9396e549f4b50c17030bd2dedb6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cb1ddb941c8da9396e549f4b50c17030bd2dedb6
Commit message: "BIGTOP-3099: fix oozie building"
 > git rev-list --no-walk 1187b5f2968fabdef885010de1442b6fffe20a8e # 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 124 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 588 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 39 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/25 kBProgress (1): 5.0/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 619 kB/s)
Progress (1): 2.2/53 kBProgress (1): 5.0/53 kBProgress (1): 7.7/53 kBProgress (1): 10/53 kB Progress (1): 13/53 kBProgress (1): 16/53 kBProgress (1): 19/53 kBProgress (1): 21/53 kBProgress (1): 24/53 kBProgress (1): 27/53 kBProgress (1): 30/53 kBProgress (1): 32/53 kBProgress (1): 36/53 kBProgress (1): 40/53 kBProgress (1): 45/53 kBProgress (1): 49/53 kBProgress (1): 53 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 424 kB/s)
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 11/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 104 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.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/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 103 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 2.2/62 kBProgress (1): 5.0/62 kBProgress (1): 7.7/62 kBProgress (1): 10/62 kB Progress (1): 13/62 kBProgress (1): 16/62 kBProgress (1): 19/62 kBProgress (1): 21/62 kBProgress (1): 24/62 kBProgress (1): 27/62 kBProgress (1): 30/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.4 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 4.1/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 518 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 886 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.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 628 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 747 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 11/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 339 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.425 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.343 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.010 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.757 s
[INFO] Finished at: 2018-11-18T18:17:37Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5644192396488614968.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/jenkins5644192396488614968.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3089: Update provision config files with changes in 1.3.0 release

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H26 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 1187b5f2968fabdef885010de1442b6fffe20a8e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1187b5f2968fabdef885010de1442b6fffe20a8e
Commit message: "BIGTOP-3089: Update provision config files with changes in 1.3.0 release"
 > git rev-list --no-walk c9dd37b2ba1f62785d0675158fac84a62c77a62f # 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/apache/8/apache-8.pom
Progress (1): 2.2/14 kBProgress (1): 5.0/14 kBProgress (1): 7.8/14 kBProgress (1): 11/14 kB Progress (1): 13/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 37 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.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 227 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 130 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 834 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 77 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 96 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-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 (2): 2.2/15 kB | 2.2/25 kBProgress (2): 5.0/15 kB | 2.2/25 kBProgress (2): 7.7/15 kB | 2.2/25 kBProgress (3): 7.7/15 kB | 2.2/25 kB | 2.2/53 kBProgress (3): 7.7/15 kB | 5.0/25 kB | 2.2/53 kBProgress (3): 7.7/15 kB | 5.0/25 kB | 5.0/53 kBProgress (3): 10/15 kB | 5.0/25 kB | 5.0/53 kB Progress (3): 10/15 kB | 5.0/25 kB | 7.7/53 kBProgress (3): 10/15 kB | 7.7/25 kB | 7.7/53 kBProgress (3): 10/15 kB | 7.7/25 kB | 10/53 kB Progress (3): 13/15 kB | 7.7/25 kB | 10/53 kBProgress (3): 13/15 kB | 7.7/25 kB | 13/53 kBProgress (3): 13/15 kB | 10/25 kB | 13/53 kB Progress (3): 13/15 kB | 10/25 kB | 16/53 kBProgress (3): 15 kB | 10/25 kB | 16/53 kB   Progress (3): 15 kB | 10/25 kB | 19/53 kBProgress (3): 15 kB | 10/25 kB | 21/53 kBProgress (3): 15 kB | 10/25 kB | 24/53 kBProgress (3): 15 kB | 10/25 kB | 27/53 kBProgress (3): 15 kB | 10/25 kB | 30/53 kBProgress (3): 15 kB | 10/25 kB | 32/53 kBProgress (3): 15 kB | 10/25 kB | 36/53 kBProgress (3): 15 kB | 10/25 kB | 40/53 kBProgress (3): 15 kB | 10/25 kB | 45/53 kBProgress (3): 15 kB | 10/25 kB | 49/53 kBProgress (3): 15 kB | 13/25 kB | 49/53 kBProgress (3): 15 kB | 13/25 kB | 53 kB                                         Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 297 kB/s)
Progress (2): 16/25 kB | 53 kBProgress (2): 19/25 kB | 53 kBProgress (2): 21/25 kB | 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 939 kB/s)
Progress (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 373 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.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/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 452 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 2.2/62 kBProgress (1): 5.0/62 kBProgress (1): 7.7/62 kBProgress (1): 10/62 kB Progress (1): 13/62 kBProgress (1): 16/62 kBProgress (1): 19/62 kBProgress (1): 21/62 kBProgress (1): 24/62 kBProgress (1): 27/62 kBProgress (1): 30/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.7 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 4.1/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 449 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 372 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 733 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 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 628 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 703 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.7 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.217 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.222 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.229 s
[INFO] Finished at: 2018-10-05T02:12:50Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2815053001278577370.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/jenkins2815053001278577370.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3090: provisioner failed on fedora-26 when deploying jdk

[evansye] BIGTOP-3091: Set Bigtop repo to higher priority

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H24 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c9dd37b2ba1f62785d0675158fac84a62c77a62f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c9dd37b2ba1f62785d0675158fac84a62c77a62f
Commit message: "BIGTOP-3091: Set Bigtop repo to higher priority"
 > git rev-list --no-walk 215940dcf12453c40a66da8e666eab67811b8ee7 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 94 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 625 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-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 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                      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 708 kB/s)
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (2): 13/25 kB | 2.2/53 kBProgress (2): 16/25 kB | 2.2/53 kBProgress (2): 16/25 kB | 5.0/53 kBProgress (2): 19/25 kB | 5.0/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 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 635 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.2 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 2.8/11 kBProgress (1): 5.5/11 kBProgress (1): 8.3/11 kBProgress (1): 11/11 kB Progress (1): 11 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 376 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom
Progress (1): 2.8/13 kBProgress (1): 5.5/13 kBProgress (1): 8.3/13 kBProgress (1): 11/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom (13 kB at 737 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 2.2/62 kBProgress (1): 5.0/62 kBProgress (1): 7.7/62 kBProgress (1): 10/62 kB Progress (1): 13/62 kBProgress (1): 16/62 kBProgress (1): 19/62 kBProgress (1): 21/62 kBProgress (1): 24/62 kBProgress (1): 27/62 kBProgress (1): 30/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 2.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
Progress (1): 4.1/4.2 kBProgress (1): 4.2 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (4.2 kB at 260 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar
Progress (1): 2.8/24 kBProgress (1): 5.5/24 kBProgress (1): 8.3/24 kBProgress (1): 11/24 kB Progress (1): 14/24 kBProgress (1): 16/24 kBProgress (1): 19/24 kBProgress (1): 22/24 kBProgress (1): 24 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (24 kB at 1.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.8/6.7 kBProgress (1): 5.5/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 396 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 768 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.8/25 kBProgress (1): 5.5/25 kBProgress (1): 8.3/25 kBProgress (1): 11/25 kB Progress (1): 14/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 22/25 kBProgress (1): 25/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 804 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.8/22 kBProgress (1): 5.5/22 kBProgress (1): 8.3/22 kBProgress (1): 11/22 kB Progress (1): 14/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 775 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 747 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.242 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.191 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.022 s
[INFO] Finished at: 2018-10-04T08:17:03Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8085279572451993341.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/jenkins8085279572451993341.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  29% (2459/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  30% (2543/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  31% (2628/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  32% (2713/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  33% (2798/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  34% (2882/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  35% (2967/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  36% (3052/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  37% (3137/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  38% (3221/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  39% (3306/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  40% (3391/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  41% (3476/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  42% (3560/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  43% (3645/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  44% (3730/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  45% (3815/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  46% (3899/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  47% (3984/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  48% (4069/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  49% (4154/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  50% (4238/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  51% (4323/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  52% (4408/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  53% (4493/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  54% (4578/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  55% (4662/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  56% (4747/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  57% (4832/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  58% (4917/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  59% (5001/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  60% (5086/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  61% (5171/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  62% (5256/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  63% (5340/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  64% (5425/8476), 332.00 KiB | 654.00 KiB/s   Receiving objects:  64% (5439/8476), 1.93 MiB | 1.74 MiB/s   Receiving objects:  64% (5439/8476), 4.87 MiB | 2.17 MiB/s   Receiving objects:  64% (5439/8476), 7.40 MiB | 2.11 MiB/s   Receiving objects:  64% (5439/8476), 9.02 MiB | 2.18 MiB/s   Receiving objects:  64% (5439/8476), 11.30 MiB | 2.02 MiB/s   Receiving objects:  64% (5439/8476), 12.55 MiB | 2.14 MiB/s   Receiving objects:  64% (5439/8476), 14.46 MiB | 1.91 MiB/s   Receiving objects:  64% (5439/8476), 16.27 MiB | 1.74 MiB/s   Receiving objects:  64% (5439/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  65% (5510/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  66% (5595/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  67% (5679/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  68% (5764/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  69% (5849/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  70% (5934/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  71% (6018/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  72% (6103/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  73% (6188/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  74% (6273/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  75% (6357/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  76% (6442/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  77% (6527/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  78% (6612/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  79% (6697/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  80% (6781/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  81% (6866/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  82% (6951/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  83% (7036/8476), 17.06 MiB | 1.73 MiB/s   Receiving objects:  84% (7120/8476), 18.06 MiB | 1.66 MiB/s   Receiving objects:  85% (7205/8476), 18.06 MiB | 1.66 MiB/s   Receiving objects:  86% (7290/8476), 18.06 MiB | 1.66 MiB/s   Receiving objects:  87% (7375/8476), 18.06 MiB | 1.66 MiB/s   Receiving objects:  88% (7459/8476), 18.06 MiB | 1.66 MiB/s   Receiving objects:  89% (7544/8476), 18.06 MiB | 1.66 MiB/s   Receiving objects:  90% (7629/8476), 18.06 MiB | 1.66 MiB/s   Receiving objects:  91% (7714/8476), 18.06 MiB | 1.66 MiB/s   Receiving objects:  91% (7749/8476), 18.06 MiB | 1.66 MiB/s   Receiving objects:  92% (7798/8476), 18.88 MiB | 1.63 MiB/s   Receiving objects:  93% (7883/8476), 18.88 MiB | 1.63 MiB/s   Receiving objects:  94% (7968/8476), 18.88 MiB | 1.63 MiB/s   remote: Total 8476 (delta 4747), reused 6995 (delta 3618)        
Receiving objects:  95% (8053/8476), 18.88 MiB | 1.63 MiB/s   Receiving objects:  96% (8137/8476), 18.88 MiB | 1.63 MiB/s   Receiving objects:  97% (8222/8476), 18.88 MiB | 1.63 MiB/s   Receiving objects:  98% (8307/8476), 18.88 MiB | 1.63 MiB/s   Receiving objects:  99% (8392/8476), 18.88 MiB | 1.63 MiB/s   Receiving objects: 100% (8476/8476), 18.88 MiB | 1.63 MiB/s   Receiving objects: 100% (8476/8476), 19.11 MiB | 1.67 MiB/s, done.
Resolving deltas:   0% (0/4747)   Resolving deltas:   1% (48/4747)   Resolving deltas:   2% (99/4747)   Resolving deltas:   3% (167/4747)   Resolving deltas:   4% (191/4747)   Resolving deltas:   5% (238/4747)   Resolving deltas:   6% (329/4747)   Resolving deltas:   8% (390/4747)   Resolving deltas:   9% (433/4747)   Resolving deltas:  10% (491/4747)   Resolving deltas:  12% (576/4747)   Resolving deltas:  13% (626/4747)   Resolving deltas:  14% (667/4747)   Resolving deltas:  15% (729/4747)   Resolving deltas:  16% (760/4747)   Resolving deltas:  17% (813/4747)   Resolving deltas:  18% (855/4747)   Resolving deltas:  19% (904/4747)   Resolving deltas:  20% (961/4747)   Resolving deltas:  21% (999/4747)   Resolving deltas:  22% (1049/4747)   Resolving deltas:  23% (1118/4747)   Resolving deltas:  27% (1300/4747)   Resolving deltas:  28% (1346/4747)   Resolving deltas:  29% (1377/4747)   Resolving deltas:  31% (1476/4747)   Resolving deltas:  32% (1542/4747)   Resolving deltas:  33% (1572/4747)   Resolving deltas:  34% (1631/4747)   Resolving deltas:  35% (1662/4747)   Resolving deltas:  36% (1728/4747)   Resolving deltas:  37% (1774/4747)   Resolving deltas:  38% (1821/4747)   Resolving deltas:  39% (1853/4747)   Resolving deltas:  42% (2039/4747)   Resolving deltas:  43% (2076/4747)   Resolving deltas:  44% (2096/4747)   Resolving deltas:  45% (2144/4747)   Resolving deltas:  46% (2184/4747)   Resolving deltas:  47% (2263/4747)   Resolving deltas:  48% (2284/4747)   Resolving deltas:  49% (2327/4747)   Resolving deltas:  50% (2374/4747)   Resolving deltas:  51% (2421/4747)   Resolving deltas:  52% (2476/4747)   Resolving deltas:  53% (2530/4747)   Resolving deltas:  54% (2581/4747)   Resolving deltas:  55% (2613/4747)   Resolving deltas:  56% (2665/4747)   Resolving deltas:  57% (2737/4747)   Resolving deltas:  58% (2759/4747)   Resolving deltas:  59% (2806/4747)   Resolving deltas:  60% (2851/4747)   Resolving deltas:  61% (2897/4747)   Resolving deltas:  62% (2963/4747)   Resolving deltas:  64% (3050/4747)   Resolving deltas:  64% (3064/4747), completed with 23 local objects.
fatal: pack has 1683 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476)   Receiving objects:  29% (2459/8476)   Receiving objects:  30% (2543/8476)   Receiving objects:  31% (2628/8476)   Receiving objects:  32% (2713/8476)   Receiving objects:  33% (2798/8476)   Receiving objects:  34% (2882/8476)   Receiving objects:  35% (2967/8476)   Receiving objects:  36% (3052/8476)   Receiving objects:  37% (3137/8476)   Receiving objects:  38% (3221/8476)   Receiving objects:  39% (3306/8476)   Receiving objects:  40% (3391/8476)   Receiving objects:  41% (3476/8476)   Receiving objects:  42% (3560/8476)   Receiving objects:  43% (3645/8476)   Receiving objects:  44% (3730/8476)   Receiving objects:  45% (3815/8476)   Receiving objects:  46% (3899/8476)   Receiving objects:  47% (3984/8476)   Receiving objects:  48% (4069/8476)   Receiving objects:  49% (4154/8476)   Receiving objects:  50% (4238/8476)   Receiving objects:  51% (4323/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  52% (4408/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  53% (4493/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  54% (4578/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  55% (4662/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  56% (4747/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  57% (4832/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  58% (4917/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  59% (5001/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  60% (5086/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  61% (5171/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  62% (5256/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  63% (5340/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  64% (5425/8476), 540.00 KiB | 901.00 KiB/s   Receiving objects:  64% (5439/8476), 1.36 MiB | 1.12 MiB/s   Receiving objects:  64% (5439/8476), 2.97 MiB | 1.28 MiB/s   Receiving objects:  64% (5439/8476), 4.36 MiB | 1.28 MiB/s   Receiving objects:  64% (5439/8476), 4.83 MiB | 1.18 MiB/s   Receiving objects:  64% (5439/8476), 6.20 MiB | 1.15 MiB/s   Receiving objects:  64% (5439/8476), 6.86 MiB | 1.05 MiB/s   Receiving objects:  64% (5439/8476), 7.27 MiB | 836.00 KiB/s   Receiving objects:  64% (5439/8476), 7.80 MiB | 864.00 KiB/s   Receiving objects:  64% (5439/8476), 8.26 MiB | 660.00 KiB/s   Receiving objects:  64% (5439/8476), 9.00 MiB | 560.00 KiB/s   Receiving objects:  64% (5439/8476), 9.53 MiB | 533.00 KiB/s   Receiving objects:  64% (5439/8476), 9.81 MiB | 540.00 KiB/s   Receiving objects:  64% (5439/8476), 10.35 MiB | 520.00 KiB/s   Receiving objects:  64% (5439/8476), 10.89 MiB | 566.00 KiB/s   Receiving objects:  64% (5439/8476), 11.36 MiB | 492.00 KiB/s   Receiving objects:  64% (5439/8476), 12.04 MiB | 523.00 KiB/s   Receiving objects:  64% (5439/8476), 12.29 MiB | 512.00 KiB/s   Receiving objects:  64% (5439/8476), 12.81 MiB | 507.00 KiB/s   Receiving objects:  64% (5439/8476), 13.33 MiB | 502.00 KiB/s   Receiving objects:  64% (5439/8476), 13.86 MiB | 532.00 KiB/s   Receiving objects:  64% (5439/8476), 14.46 MiB | 517.00 KiB/s   Receiving objects:  64% (5439/8476), 15.17 MiB | 562.00 KiB/s   Receiving objects:  64% (5439/8476), 16.12 MiB | 659.00 KiB/s   Receiving objects:  64% (5439/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  65% (5510/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  66% (5595/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  67% (5679/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  68% (5764/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  69% (5849/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  70% (5934/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  71% (6018/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  72% (6103/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  73% (6188/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  74% (6273/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  75% (6357/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  76% (6442/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  77% (6527/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  78% (6612/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  79% (6697/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  80% (6781/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  81% (6866/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  82% (6951/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  83% (7036/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  84% (7120/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  85% (7205/8476), 17.37 MiB | 823.00 KiB/s   Receiving objects:  86% (7290/8476), 18.16 MiB | 947.00 KiB/s   Receiving objects:  87% (7375/8476), 18.16 MiB | 947.00 KiB/s   Receiving objects:  88% (7459/8476), 18.16 MiB | 947.00 KiB/s   Receiving objects:  89% (7544/8476), 18.16 MiB | 947.00 KiB/s   Receiving objects:  90% (7629/8476), 18.16 MiB | 947.00 KiB/s   Receiving objects:  91% (7714/8476), 18.16 MiB | 947.00 KiB/s   Receiving objects:  91% (7744/8476), 18.16 MiB | 947.00 KiB/s   Receiving objects:  92% (7798/8476), 18.16 MiB | 947.00 KiB/s   Receiving objects:  93% (7883/8476), 18.16 MiB | 947.00 KiB/s   Receiving objects:  94% (7968/8476), 18.16 MiB | 947.00 KiB/s   Receiving objects:  95% (8053/8476), 18.16 MiB | 947.00 KiB/s   Receiving objects:  96% (8137/8476), 19.06 MiB | 1.05 MiB/s   Receiving objects:  97% (8222/8476), 19.06 MiB | 1.05 MiB/s   remote: Total 8476 (delta 4747), reused 6996 (delta 3618)        
Receiving objects:  98% (8307/8476), 19.06 MiB | 1.05 MiB/s   Receiving objects:  99% (8392/8476), 19.06 MiB | 1.05 MiB/s   Receiving objects: 100% (8476/8476), 19.06 MiB | 1.05 MiB/s   Receiving objects: 100% (8476/8476), 19.10 MiB | 1.11 MiB/s, done.
Resolving deltas:   0% (0/4747)   Resolving deltas:   1% (48/4747)   Resolving deltas:   2% (100/4747)   Resolving deltas:   3% (156/4747)   Resolving deltas:   4% (191/4747)   Resolving deltas:   5% (238/4747)   Resolving deltas:   6% (318/4747)   Resolving deltas:   7% (379/4747)   Resolving deltas:   8% (393/4747)   Resolving deltas:   9% (433/4747)   Resolving deltas:  10% (493/4747)   Resolving deltas:  11% (523/4747)   Resolving deltas:  12% (602/4747)   Resolving deltas:  13% (652/4747)   Resolving deltas:  14% (666/4747)   Resolving deltas:  15% (728/4747)   Resolving deltas:  16% (766/4747)   Resolving deltas:  17% (807/4747)   Resolving deltas:  18% (856/4747)   Resolving deltas:  19% (916/4747)   Resolving deltas:  20% (956/4747)   Resolving deltas:  21% (998/4747)   Resolving deltas:  22% (1045/4747)   Resolving deltas:  23% (1112/4747)   Resolving deltas:  24% (1167/4747)   Resolving deltas:  28% (1335/4747)   Resolving deltas:  29% (1400/4747)   Resolving deltas:  30% (1431/4747)   Resolving deltas:  31% (1516/4747)   Resolving deltas:  32% (1559/4747)   Resolving deltas:  33% (1573/4747)   Resolving deltas:  34% (1617/4747)   Resolving deltas:  35% (1667/4747)   Resolving deltas:  36% (1709/4747)   Resolving deltas:  37% (1791/4747)   Resolving deltas:  38% (1811/4747)   Resolving deltas:  40% (1935/4747)   Resolving deltas:  41% (1947/4747)   Resolving deltas:  42% (1994/4747)   Resolving deltas:  43% (2052/4747)   Resolving deltas:  45% (2147/4747)   Resolving deltas:  46% (2210/4747)   Resolving deltas:  47% (2251/4747)   Resolving deltas:  48% (2281/4747)   Resolving deltas:  49% (2328/4747)   Resolving deltas:  50% (2374/4747)   Resolving deltas:  51% (2424/4747)   Resolving deltas:  52% (2470/4747)   Resolving deltas:  53% (2516/4747)   Resolving deltas:  55% (2629/4747)   Resolving deltas:  56% (2678/4747)   Resolving deltas:  57% (2713/4747)   Resolving deltas:  58% (2754/4747)   Resolving deltas:  59% (2803/4747)   Resolving deltas:  60% (2851/4747)   Resolving deltas:  61% (2914/4747)   Resolving deltas:  62% (2947/4747)   Resolving deltas:  63% (3034/4747)   Resolving deltas:  64% (3045/4747)   Resolving deltas:  64% (3048/4747), completed with 23 local objects.
fatal: pack has 1699 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  23% (1950/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  24% (2035/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  25% (2119/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  26% (2204/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  27% (2289/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  28% (2374/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  29% (2459/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  30% (2543/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  31% (2628/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  32% (2713/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  33% (2798/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  34% (2882/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  35% (2967/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  36% (3052/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  37% (3137/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  38% (3221/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  39% (3306/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  40% (3391/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  41% (3476/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  42% (3560/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  43% (3645/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  44% (3730/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  45% (3815/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  46% (3899/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  47% (3984/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  48% (4069/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  49% (4154/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  50% (4238/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  51% (4323/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  52% (4408/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  53% (4493/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  54% (4578/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  55% (4662/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  56% (4747/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  57% (4832/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  58% (4917/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  59% (5001/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  60% (5086/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  61% (5171/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  62% (5256/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  63% (5340/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  64% (5425/8476), 276.00 KiB | 423.00 KiB/s   Receiving objects:  64% (5439/8476), 984.00 KiB | 841.00 KiB/s   Receiving objects:  64% (5439/8476), 2.51 MiB | 1.04 MiB/s   Receiving objects:  64% (5439/8476), 3.39 MiB | 1.10 MiB/s   Receiving objects:  64% (5439/8476), 5.22 MiB | 1.20 MiB/s   Receiving objects:  64% (5439/8476), 6.82 MiB | 1.21 MiB/s   Receiving objects:  64% (5439/8476), 7.62 MiB | 1.33 MiB/s   Receiving objects:  64% (5439/8476), 8.92 MiB | 1.31 MiB/s   Receiving objects:  64% (5439/8476), 10.07 MiB | 1.25 MiB/s   Receiving objects:  64% (5439/8476), 10.92 MiB | 1.10 MiB/s   Receiving objects:  64% (5439/8476), 11.50 MiB | 1.07 MiB/s   Receiving objects:  64% (5439/8476), 12.42 MiB | 987.00 KiB/s   Receiving objects:  64% (5439/8476), 13.28 MiB | 919.00 KiB/s   Receiving objects:  64% (5439/8476), 13.94 MiB | 824.00 KiB/s   Receiving objects:  64% (5439/8476), 14.71 MiB | 817.00 KiB/s   Receiving objects:  64% (5439/8476), 15.47 MiB | 758.00 KiB/s   Receiving objects:  64% (5439/8476), 16.18 MiB | 708.00 KiB/s   Receiving objects:  64% (5439/8476), 16.92 MiB | 708.00 KiB/s   Receiving objects:  64% (5440/8476), 17.25 MiB | 717.00 KiB/s   Receiving objects:  65% (5510/8476), 17.25 MiB | 717.00 KiB/s   Receiving objects:  66% (5595/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  67% (5679/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  68% (5764/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  69% (5849/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  70% (5934/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  71% (6018/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  72% (6103/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  73% (6188/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  74% (6273/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  75% (6357/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  76% (6442/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  77% (6527/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  78% (6612/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  79% (6697/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  80% (6781/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  81% (6866/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  82% (6951/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  83% (7036/8476), 17.59 MiB | 699.00 KiB/s   Receiving objects:  83% (7094/8476), 17.95 MiB | 702.00 KiB/s   Receiving objects:  84% (7120/8476), 17.95 MiB | 702.00 KiB/s   Receiving objects:  85% (7205/8476), 17.95 MiB | 702.00 KiB/s   Receiving objects:  86% (7290/8476), 18.33 MiB | 706.00 KiB/s   Receiving objects:  87% (7375/8476), 18.33 MiB | 706.00 KiB/s   Receiving objects:  88% (7459/8476), 18.33 MiB | 706.00 KiB/s   Receiving objects:  89% (7544/8476), 18.33 MiB | 706.00 KiB/s   Receiving objects:  90% (7629/8476), 18.33 MiB | 706.00 KiB/s   Receiving objects:  91% (7714/8476), 18.33 MiB | 706.00 KiB/s   Receiving objects:  91% (7753/8476), 18.82 MiB | 731.00 KiB/s   Receiving objects:  92% (7798/8476), 18.82 MiB | 731.00 KiB/s   Receiving objects:  93% (7883/8476), 18.82 MiB | 731.00 KiB/s   remote: Total 8476 (delta 4746), reused 6996 (delta 3618)        
Receiving objects:  94% (7968/8476), 18.82 MiB | 731.00 KiB/s   Receiving objects:  95% (8053/8476), 18.82 MiB | 731.00 KiB/s   Receiving objects:  96% (8137/8476), 18.82 MiB | 731.00 KiB/s   Receiving objects:  97% (8222/8476), 18.82 MiB | 731.00 KiB/s   Receiving objects:  98% (8307/8476), 18.82 MiB | 731.00 KiB/s   Receiving objects:  99% (8392/8476), 18.82 MiB | 731.00 KiB/s   Receiving objects: 100% (8476/8476), 18.82 MiB | 731.00 KiB/s   Receiving objects: 100% (8476/8476), 19.11 MiB | 725.00 KiB/s, done.
Resolving deltas:   0% (0/4746)   Resolving deltas:   1% (48/4746)   Resolving deltas:   2% (97/4746)   Resolving deltas:   3% (157/4746)   Resolving deltas:   4% (192/4746)   Resolving deltas:   5% (239/4746)   Resolving deltas:   7% (345/4746)   Resolving deltas:   8% (387/4746)   Resolving deltas:   9% (428/4746)   Resolving deltas:  10% (482/4746)   Resolving deltas:  12% (588/4746)   Resolving deltas:  13% (638/4746)   Resolving deltas:  15% (713/4746)   Resolving deltas:  16% (762/4746)   Resolving deltas:  17% (807/4746)   Resolving deltas:  18% (861/4746)   Resolving deltas:  19% (911/4746)   Resolving deltas:  20% (966/4746)   Resolving deltas:  21% (1004/4746)   Resolving deltas:  22% (1052/4746)   Resolving deltas:  23% (1102/4746)   Resolving deltas:  24% (1163/4746)   Resolving deltas:  25% (1194/4746)   Resolving deltas:  27% (1284/4746)   Resolving deltas:  32% (1524/4746)   Resolving deltas:  33% (1567/4746)   Resolving deltas:  34% (1616/4746)   Resolving deltas:  35% (1662/4746)   Resolving deltas:  36% (1716/4746)   Resolving deltas:  37% (1757/4746)   Resolving deltas:  38% (1823/4746)   Resolving deltas:  39% (1868/4746)   Resolving deltas:  40% (1911/4746)   Resolving deltas:  41% (1960/4746)   Resolving deltas:  42% (2005/4746)   Resolving deltas:  43% (2044/4746)   Resolving deltas:  44% (2102/4746)   Resolving deltas:  45% (2143/4746)   Resolving deltas:  46% (2188/4746)   Resolving deltas:  47% (2232/4746)   Resolving deltas:  49% (2358/4746)   Resolving deltas:  50% (2375/4746)   Resolving deltas:  51% (2424/4746)   Resolving deltas:  52% (2486/4746)   Resolving deltas:  53% (2526/4746)   Resolving deltas:  55% (2650/4746)   Resolving deltas:  56% (2663/4746)   Resolving deltas:  57% (2709/4746)   Resolving deltas:  58% (2760/4746)   Resolving deltas:  59% (2807/4746)   Resolving deltas:  60% (2857/4746)   Resolving deltas:  61% (2896/4746)   Resolving deltas:  62% (2962/4746)   Resolving deltas:  64% (3049/4746)   Resolving deltas:  64% (3063/4746), completed with 23 local objects.
fatal: pack has 1683 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2337

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476)   Receiving objects:  29% (2459/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  30% (2543/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  31% (2628/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  32% (2713/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  33% (2798/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  34% (2882/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  35% (2967/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  36% (3052/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  37% (3137/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  38% (3221/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  39% (3306/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  40% (3391/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  41% (3476/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  42% (3560/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  43% (3645/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  44% (3730/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  45% (3815/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  46% (3899/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  47% (3984/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  48% (4069/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  49% (4154/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  50% (4238/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  51% (4323/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  52% (4408/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  53% (4493/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  54% (4578/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  55% (4662/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  56% (4747/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  57% (4832/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  58% (4917/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  59% (5001/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  60% (5086/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  61% (5171/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  62% (5256/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  63% (5340/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  64% (5425/8476), 344.00 KiB | 677.00 KiB/s   Receiving objects:  64% (5439/8476), 1.78 MiB | 1.59 MiB/s   Receiving objects:  64% (5439/8476), 5.40 MiB | 2.41 MiB/s   Receiving objects:  64% (5439/8476), 9.31 MiB | 2.77 MiB/s   Receiving objects:  64% (5439/8476), 14.11 MiB | 3.14 MiB/s   Receiving objects:  64% (5440/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  65% (5510/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  66% (5595/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  67% (5679/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  68% (5764/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  69% (5849/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  70% (5934/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  71% (6018/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  72% (6103/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  73% (6188/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  74% (6273/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  75% (6357/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  76% (6442/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  77% (6527/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  78% (6612/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  79% (6697/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  80% (6781/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  81% (6866/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  82% (6951/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  83% (7036/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  84% (7120/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  85% (7205/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  86% (7290/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  87% (7375/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  88% (7459/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  89% (7544/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  90% (7629/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  91% (7714/8476), 16.47 MiB | 3.30 MiB/s   Receiving objects:  92% (7798/8476), 18.47 MiB | 3.63 MiB/s   Receiving objects:  93% (7883/8476), 18.47 MiB | 3.63 MiB/s   Receiving objects:  94% (7968/8476), 18.47 MiB | 3.63 MiB/s   remote: Total 8476 (delta 4746), reused 6995 (delta 3618)        
Receiving objects:  95% (8053/8476), 18.47 MiB | 3.63 MiB/s   Receiving objects:  96% (8137/8476), 18.47 MiB | 3.63 MiB/s   Receiving objects:  97% (8222/8476), 18.47 MiB | 3.63 MiB/s   Receiving objects:  98% (8307/8476), 18.47 MiB | 3.63 MiB/s   Receiving objects:  99% (8392/8476), 18.47 MiB | 3.63 MiB/s   Receiving objects: 100% (8476/8476), 18.47 MiB | 3.63 MiB/s   Receiving objects: 100% (8476/8476), 19.11 MiB | 3.81 MiB/s, done.
Resolving deltas:   0% (0/4746)   Resolving deltas:   1% (48/4746)   Resolving deltas:   2% (100/4746)   Resolving deltas:   3% (167/4746)   Resolving deltas:   4% (192/4746)   Resolving deltas:   5% (239/4746)   Resolving deltas:   6% (327/4746)   Resolving deltas:   8% (389/4746)   Resolving deltas:   9% (431/4746)   Resolving deltas:  10% (491/4746)   Resolving deltas:  11% (524/4746)   Resolving deltas:  12% (605/4746)   Resolving deltas:  13% (619/4746)   Resolving deltas:  14% (681/4746)   Resolving deltas:  15% (715/4746)   Resolving deltas:  16% (762/4746)   Resolving deltas:  17% (808/4746)   Resolving deltas:  18% (859/4746)   Resolving deltas:  19% (902/4746)   Resolving deltas:  20% (950/4746)   Resolving deltas:  21% (997/4746)   Resolving deltas:  23% (1092/4746)   Resolving deltas:  27% (1316/4746)   Resolving deltas:  28% (1330/4746)   Resolving deltas:  29% (1418/4746)   Resolving deltas:  30% (1439/4746)   Resolving deltas:  32% (1555/4746)   Resolving deltas:  33% (1569/4746)   Resolving deltas:  34% (1622/4746)   Resolving deltas:  35% (1672/4746)   Resolving deltas:  36% (1714/4746)   Resolving deltas:  37% (1801/4746)   Resolving deltas:  38% (1805/4746)   Resolving deltas:  39% (1854/4746)   Resolving deltas:  40% (1901/4746)   Resolving deltas:  41% (1946/4746)   Resolving deltas:  42% (2006/4746)   Resolving deltas:  45% (2165/4746)   Resolving deltas:  46% (2184/4746)   Resolving deltas:  47% (2247/4746)   Resolving deltas:  48% (2320/4746)   Resolving deltas:  49% (2330/4746)   Resolving deltas:  50% (2374/4746)   Resolving deltas:  51% (2423/4746)   Resolving deltas:  52% (2469/4746)   Resolving deltas:  53% (2527/4746)   Resolving deltas:  54% (2566/4746)   Resolving deltas:  55% (2613/4746)   Resolving deltas:  57% (2732/4746)   Resolving deltas:  58% (2753/4746)   Resolving deltas:  59% (2809/4746)   Resolving deltas:  60% (2851/4746)   Resolving deltas:  61% (2897/4746)   Resolving deltas:  62% (2965/4746)   Resolving deltas:  64% (3052/4746)   Resolving deltas:  64% (3066/4746), completed with 23 local objects.
fatal: pack has 1680 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  15% (1272/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  16% (1357/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  17% (1441/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  18% (1526/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  19% (1611/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  20% (1696/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  21% (1780/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  22% (1865/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  23% (1950/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  24% (2035/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  25% (2119/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  26% (2204/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  27% (2289/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  28% (2374/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  29% (2459/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  30% (2543/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  31% (2628/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  32% (2713/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  33% (2798/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  34% (2882/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  35% (2967/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  36% (3052/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  37% (3137/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  38% (3221/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  39% (3306/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  40% (3391/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  41% (3476/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  42% (3560/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  43% (3645/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  44% (3730/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  45% (3815/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  46% (3899/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  47% (3984/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  48% (4069/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  49% (4154/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  50% (4238/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  51% (4323/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  52% (4408/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  53% (4493/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  54% (4578/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  55% (4662/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  56% (4747/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  57% (4832/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  58% (4917/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  59% (5001/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  60% (5086/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  61% (5171/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  62% (5256/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  63% (5340/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  64% (5425/8476), 212.00 KiB | 415.00 KiB/s   Receiving objects:  64% (5439/8476), 932.00 KiB | 837.00 KiB/s   Receiving objects:  64% (5439/8476), 2.49 MiB | 1.04 MiB/s   Receiving objects:  64% (5439/8476), 4.07 MiB | 1.16 MiB/s   Receiving objects:  64% (5439/8476), 4.87 MiB | 1.17 MiB/s   Receiving objects:  64% (5439/8476), 6.16 MiB | 1.17 MiB/s   Receiving objects:  64% (5439/8476), 7.53 MiB | 1.25 MiB/s   Receiving objects:  64% (5439/8476), 8.92 MiB | 1.26 MiB/s   Receiving objects:  64% (5439/8476), 9.71 MiB | 1.24 MiB/s   Receiving objects:  64% (5439/8476), 10.92 MiB | 1.22 MiB/s   Receiving objects:  64% (5439/8476), 12.35 MiB | 1.25 MiB/s   Receiving objects:  64% (5439/8476), 13.83 MiB | 1.29 MiB/s   Receiving objects:  64% (5439/8476), 15.45 MiB | 1.35 MiB/s   Receiving objects:  64% (5439/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  65% (5510/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  66% (5595/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  67% (5679/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  68% (5764/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  69% (5849/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  70% (5934/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  71% (6018/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  72% (6103/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  73% (6188/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  74% (6273/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  75% (6357/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  76% (6442/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  77% (6527/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  78% (6612/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  79% (6697/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  80% (6781/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  81% (6866/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  82% (6951/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  83% (7036/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  84% (7120/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  85% (7205/8476), 17.11 MiB | 1.39 MiB/s   Receiving objects:  85% (7264/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  86% (7290/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  87% (7375/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  88% (7459/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  89% (7544/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  90% (7629/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  91% (7714/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  92% (7798/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  93% (7883/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  94% (7968/8476), 18.12 MiB | 1.50 MiB/s   remote: Total 8476 (delta 4748), reused 6995 (delta 3618)        
Receiving objects:  95% (8053/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  96% (8137/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  97% (8222/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  98% (8307/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects:  99% (8392/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects: 100% (8476/8476), 18.12 MiB | 1.50 MiB/s   Receiving objects: 100% (8476/8476), 19.10 MiB | 1.50 MiB/s, done.
Resolving deltas:   0% (0/4748)   Resolving deltas:   1% (48/4748)   Resolving deltas:   2% (96/4748)   Resolving deltas:   3% (152/4748)   Resolving deltas:   4% (190/4748)   Resolving deltas:   5% (244/4748)   Resolving deltas:   6% (285/4748)   Resolving deltas:   7% (333/4748)   Resolving deltas:   8% (382/4748)   Resolving deltas:   9% (429/4748)   Resolving deltas:  10% (485/4748)   Resolving deltas:  11% (524/4748)   Resolving deltas:  12% (594/4748)   Resolving deltas:  13% (644/4748)   Resolving deltas:  14% (666/4748)   Resolving deltas:  15% (726/4748)   Resolving deltas:  16% (765/4748)   Resolving deltas:  17% (808/4748)   Resolving deltas:  18% (868/4748)   Resolving deltas:  19% (903/4748)   Resolving deltas:  20% (957/4748)   Resolving deltas:  21% (1000/4748)   Resolving deltas:  22% (1046/4748)   Resolving deltas:  23% (1130/4748)   Resolving deltas:  24% (1145/4748)   Resolving deltas:  25% (1218/4748)   Resolving deltas:  26% (1237/4748)   Resolving deltas:  27% (1310/4748)   Resolving deltas:  29% (1402/4748)   Resolving deltas:  32% (1530/4748)   Resolving deltas:  33% (1569/4748)   Resolving deltas:  34% (1625/4748)   Resolving deltas:  35% (1662/4748)   Resolving deltas:  36% (1721/4748)   Resolving deltas:  37% (1757/4748)   Resolving deltas:  38% (1807/4748)   Resolving deltas:  39% (1861/4748)   Resolving deltas:  41% (1952/4748)   Resolving deltas:  42% (2008/4748)   Resolving deltas:  43% (2061/4748)   Resolving deltas:  44% (2099/4748)   Resolving deltas:  45% (2142/4748)   Resolving deltas:  47% (2236/4748)   Resolving deltas:  48% (2285/4748)   Resolving deltas:  49% (2330/4748)   Resolving deltas:  50% (2374/4748)   Resolving deltas:  51% (2426/4748)   Resolving deltas:  52% (2470/4748)   Resolving deltas:  53% (2522/4748)   Resolving deltas:  54% (2580/4748)   Resolving deltas:  55% (2620/4748)   Resolving deltas:  56% (2665/4748)   Resolving deltas:  57% (2712/4748)   Resolving deltas:  58% (2778/4748)   Resolving deltas:  59% (2805/4748)   Resolving deltas:  60% (2851/4748)   Resolving deltas:  61% (2917/4748)   Resolving deltas:  62% (2950/4748)   Resolving deltas:  63% (3037/4748)   Resolving deltas:  64% (3048/4748)   Resolving deltas:  64% (3051/4748), completed with 23 local objects.
fatal: pack has 1697 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476)   Receiving objects:  29% (2459/8476)   Receiving objects:  30% (2543/8476)   Receiving objects:  31% (2628/8476)   Receiving objects:  32% (2713/8476)   Receiving objects:  33% (2798/8476)   Receiving objects:  34% (2882/8476)   Receiving objects:  35% (2967/8476)   Receiving objects:  36% (3052/8476)   Receiving objects:  37% (3137/8476)   Receiving objects:  38% (3221/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  39% (3306/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  40% (3391/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  41% (3476/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  42% (3560/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  43% (3645/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  44% (3730/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  45% (3815/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  46% (3899/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  47% (3984/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  48% (4069/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  49% (4154/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  50% (4238/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  51% (4323/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  52% (4408/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  53% (4493/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  54% (4578/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  55% (4662/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  56% (4747/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  57% (4832/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  58% (4917/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  59% (5001/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  60% (5086/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  61% (5171/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  62% (5256/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  63% (5340/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  64% (5425/8476), 408.00 KiB | 804.00 KiB/s   Receiving objects:  64% (5439/8476), 1.89 MiB | 1.56 MiB/s   Receiving objects:  64% (5439/8476), 4.64 MiB | 2.04 MiB/s   Receiving objects:  64% (5439/8476), 7.02 MiB | 2.10 MiB/s   Receiving objects:  64% (5439/8476), 9.52 MiB | 2.16 MiB/s   Receiving objects:  64% (5439/8476), 12.05 MiB | 2.35 MiB/s   Receiving objects:  64% (5439/8476), 13.23 MiB | 2.36 MiB/s   Receiving objects:  64% (5439/8476), 15.27 MiB | 2.23 MiB/s   Receiving objects:  64% (5439/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  65% (5510/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  66% (5595/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  67% (5679/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  68% (5764/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  69% (5849/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  70% (5934/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  71% (6018/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  72% (6103/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  73% (6188/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  74% (6273/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  75% (6357/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  76% (6442/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  77% (6527/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  78% (6612/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  79% (6697/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  80% (6781/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  81% (6866/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  82% (6951/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  83% (7036/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  84% (7120/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  85% (7205/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  86% (7290/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  87% (7375/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  88% (7459/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  89% (7544/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  90% (7629/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  91% (7714/8476), 17.35 MiB | 2.18 MiB/s   Receiving objects:  92% (7798/8476), 18.55 MiB | 2.15 MiB/s   Receiving objects:  93% (7883/8476), 18.55 MiB | 2.15 MiB/s   Receiving objects:  94% (7968/8476), 18.55 MiB | 2.15 MiB/s   Receiving objects:  95% (8053/8476), 18.55 MiB | 2.15 MiB/s   Receiving objects:  96% (8137/8476), 18.55 MiB | 2.15 MiB/s   Receiving objects:  97% (8222/8476), 18.55 MiB | 2.15 MiB/s   Receiving objects:  98% (8307/8476), 18.55 MiB | 2.15 MiB/s   Receiving objects:  99% (8392/8476), 18.55 MiB | 2.15 MiB/s   remote: Total 8476 (delta 4745), reused 6995 (delta 3618)        
Receiving objects: 100% (8476/8476), 18.55 MiB | 2.15 MiB/s   Receiving objects: 100% (8476/8476), 19.10 MiB | 2.16 MiB/s, done.
Resolving deltas:   0% (0/4745)   Resolving deltas:   1% (48/4745)   Resolving deltas:   2% (98/4745)   Resolving deltas:   3% (161/4745)   Resolving deltas:   4% (190/4745)   Resolving deltas:   5% (243/4745)   Resolving deltas:   6% (323/4745)   Resolving deltas:   7% (364/4745)   Resolving deltas:   8% (397/4745)   Resolving deltas:   9% (429/4745)   Resolving deltas:  10% (484/4745)   Resolving deltas:  12% (571/4745)   Resolving deltas:  13% (621/4745)   Resolving deltas:  14% (697/4745)   Resolving deltas:  15% (720/4745)   Resolving deltas:  16% (763/4745)   Resolving deltas:  17% (807/4745)   Resolving deltas:  18% (856/4745)   Resolving deltas:  19% (916/4745)   Resolving deltas:  20% (956/4745)   Resolving deltas:  21% (998/4745)   Resolving deltas:  22% (1044/4745)   Resolving deltas:  25% (1230/4745)   Resolving deltas:  26% (1235/4745)   Resolving deltas:  30% (1426/4745)   Resolving deltas:  31% (1517/4745)   Resolving deltas:  32% (1560/4745)   Resolving deltas:  33% (1580/4745)   Resolving deltas:  34% (1637/4745)   Resolving deltas:  35% (1661/4745)   Resolving deltas:  36% (1713/4745)   Resolving deltas:  37% (1759/4745)   Resolving deltas:  38% (1807/4745)   Resolving deltas:  39% (1877/4745)   Resolving deltas:  40% (1912/4745)   Resolving deltas:  41% (1951/4745)   Resolving deltas:  42% (1997/4745)   Resolving deltas:  43% (2044/4745)   Resolving deltas:  44% (2117/4745)   Resolving deltas:  45% (2137/4745)   Resolving deltas:  47% (2249/4745)   Resolving deltas:  48% (2281/4745)   Resolving deltas:  49% (2326/4745)   Resolving deltas:  50% (2373/4745)   Resolving deltas:  51% (2424/4745)   Resolving deltas:  52% (2496/4745)   Resolving deltas:  53% (2516/4745)   Resolving deltas:  54% (2574/4745)   Resolving deltas:  55% (2615/4745)   Resolving deltas:  56% (2658/4745)   Resolving deltas:  57% (2706/4745)   Resolving deltas:  58% (2753/4745)   Resolving deltas:  59% (2800/4745)   Resolving deltas:  60% (2854/4745)   Resolving deltas:  61% (2907/4745)   Resolving deltas:  62% (2942/4745)   Resolving deltas:  63% (3027/4745)   Resolving deltas:  64% (3038/4745)   Resolving deltas:  64% (3041/4745), completed with 23 local objects.
fatal: pack has 1704 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2336

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  27% (2289/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  28% (2374/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  29% (2459/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  30% (2543/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  31% (2628/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  32% (2713/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  33% (2798/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  34% (2882/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  35% (2967/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  36% (3052/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  37% (3137/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  38% (3221/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  39% (3306/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  40% (3391/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  41% (3476/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  42% (3560/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  43% (3645/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  44% (3730/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  45% (3815/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  46% (3899/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  47% (3984/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  48% (4069/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  49% (4154/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  50% (4238/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  51% (4323/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  52% (4408/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  53% (4493/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  54% (4578/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  55% (4662/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  56% (4747/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  57% (4832/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  58% (4917/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  59% (5001/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  60% (5086/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  61% (5171/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  62% (5256/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  63% (5340/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  64% (5425/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  64% (5439/8476), 1.52 MiB | 1.33 MiB/s   Receiving objects:  64% (5439/8476), 4.13 MiB | 1.93 MiB/s   Receiving objects:  64% (5439/8476), 7.54 MiB | 2.38 MiB/s   Receiving objects:  64% (5439/8476), 11.64 MiB | 2.74 MiB/s   Receiving objects:  64% (5439/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  65% (5510/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  66% (5595/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  67% (5679/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  68% (5764/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  69% (5849/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  70% (5934/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  71% (6018/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  72% (6103/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  73% (6188/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  74% (6273/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  75% (6357/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  76% (6442/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  77% (6527/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  78% (6612/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  79% (6697/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  80% (6781/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  81% (6866/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  82% (6951/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  83% (7036/8476), 15.97 MiB | 3.29 MiB/s   Receiving objects:  84% (7120/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  85% (7205/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  86% (7290/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  87% (7375/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  88% (7459/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  89% (7544/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  90% (7629/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  91% (7714/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  92% (7798/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  93% (7883/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  94% (7968/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  95% (8053/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  95% (8095/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  96% (8137/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  97% (8222/8476), 17.95 MiB | 3.55 MiB/s   remote: Total 8476 (delta 4746), reused 6995 (delta 3618)        
Receiving objects:  98% (8307/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects:  99% (8392/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects: 100% (8476/8476), 17.95 MiB | 3.55 MiB/s   Receiving objects: 100% (8476/8476), 19.11 MiB | 3.71 MiB/s, done.
Resolving deltas:   0% (0/4746)   Resolving deltas:   1% (48/4746)   Resolving deltas:   2% (95/4746)   Resolving deltas:   3% (144/4746)   Resolving deltas:   4% (196/4746)   Resolving deltas:   5% (241/4746)   Resolving deltas:   6% (292/4746)   Resolving deltas:   7% (366/4746)   Resolving deltas:   8% (380/4746)   Resolving deltas:   9% (440/4746)   Resolving deltas:  10% (475/4746)   Resolving deltas:  11% (523/4746)   Resolving deltas:  12% (578/4746)   Resolving deltas:  14% (707/4746)   Resolving deltas:  15% (718/4746)   Resolving deltas:  16% (765/4746)   Resolving deltas:  17% (809/4746)   Resolving deltas:  18% (866/4746)   Resolving deltas:  19% (902/4746)   Resolving deltas:  20% (956/4746)   Resolving deltas:  21% (997/4746)   Resolving deltas:  22% (1045/4746)   Resolving deltas:  23% (1129/4746)   Resolving deltas:  24% (1144/4746)   Resolving deltas:  25% (1216/4746)   Resolving deltas:  26% (1234/4746)   Resolving deltas:  27% (1309/4746)   Resolving deltas:  29% (1410/4746)   Resolving deltas:  32% (1539/4746)   Resolving deltas:  33% (1567/4746)   Resolving deltas:  34% (1635/4746)   Resolving deltas:  35% (1662/4746)   Resolving deltas:  36% (1709/4746)   Resolving deltas:  37% (1758/4746)   Resolving deltas:  38% (1804/4746)   Resolving deltas:  39% (1861/4746)   Resolving deltas:  40% (1929/4746)   Resolving deltas:  41% (1947/4746)   Resolving deltas:  42% (2000/4746)   Resolving deltas:  43% (2041/4746)   Resolving deltas:  44% (2100/4746)   Resolving deltas:  45% (2136/4746)   Resolving deltas:  46% (2205/4746)   Resolving deltas:  47% (2232/4746)   Resolving deltas:  48% (2289/4746)   Resolving deltas:  49% (2326/4746)   Resolving deltas:  50% (2373/4746)   Resolving deltas:  51% (2428/4746)   Resolving deltas:  52% (2469/4746)   Resolving deltas:  53% (2516/4746)   Resolving deltas:  54% (2576/4746)   Resolving deltas:  55% (2613/4746)   Resolving deltas:  56% (2664/4746)   Resolving deltas:  57% (2707/4746)   Resolving deltas:  58% (2771/4746)   Resolving deltas:  59% (2801/4746)   Resolving deltas:  60% (2857/4746)   Resolving deltas:  61% (2910/4746)   Resolving deltas:  62% (2943/4746)   Resolving deltas:  63% (3030/4746)   Resolving deltas:  64% (3041/4746)   Resolving deltas:  64% (3044/4746), completed with 23 local objects.
fatal: pack has 1702 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476)   Receiving objects:  29% (2459/8476)   Receiving objects:  30% (2543/8476)   Receiving objects:  31% (2628/8476)   Receiving objects:  32% (2713/8476)   Receiving objects:  33% (2798/8476)   Receiving objects:  34% (2882/8476)   Receiving objects:  35% (2967/8476)   Receiving objects:  36% (3052/8476)   Receiving objects:  37% (3137/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  38% (3221/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  39% (3306/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  40% (3391/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  41% (3476/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  42% (3560/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  43% (3645/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  44% (3730/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  45% (3815/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  46% (3899/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  47% (3984/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  48% (4069/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  49% (4154/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  50% (4238/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  51% (4323/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  52% (4408/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  53% (4493/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  54% (4578/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  55% (4662/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  56% (4747/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  57% (4832/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  58% (4917/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  59% (5001/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  60% (5086/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  61% (5171/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  62% (5256/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  63% (5340/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  64% (5425/8476), 400.00 KiB | 790.00 KiB/s   Receiving objects:  64% (5439/8476), 1.46 MiB | 1.38 MiB/s   Receiving objects:  64% (5439/8476), 4.57 MiB | 2.15 MiB/s   Receiving objects:  64% (5439/8476), 7.02 MiB | 2.20 MiB/s   Receiving objects:  64% (5439/8476), 9.14 MiB | 2.15 MiB/s   Receiving objects:  64% (5439/8476), 11.14 MiB | 2.23 MiB/s   Receiving objects:  64% (5439/8476), 13.25 MiB | 2.01 MiB/s   Receiving objects:  64% (5439/8476), 15.40 MiB | 1.97 MiB/s   Receiving objects:  64% (5440/8476), 16.57 MiB | 2.00 MiB/s   Receiving objects:  65% (5510/8476), 16.57 MiB | 2.00 MiB/s   Receiving objects:  66% (5595/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  67% (5679/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  68% (5764/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  69% (5849/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  70% (5934/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  71% (6018/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  72% (6103/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  73% (6188/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  74% (6273/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  75% (6357/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  76% (6442/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  77% (6527/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  78% (6612/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  79% (6697/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  80% (6781/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  81% (6866/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  82% (6951/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  83% (7036/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  84% (7120/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  85% (7205/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  86% (7290/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  87% (7375/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  88% (7459/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  89% (7544/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  90% (7629/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  91% (7714/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  91% (7744/8476), 17.57 MiB | 1.92 MiB/s   Receiving objects:  92% (7798/8476), 18.59 MiB | 1.98 MiB/s   Receiving objects:  93% (7883/8476), 18.59 MiB | 1.98 MiB/s   Receiving objects:  94% (7968/8476), 18.59 MiB | 1.98 MiB/s   Receiving objects:  95% (8053/8476), 18.59 MiB | 1.98 MiB/s   Receiving objects:  96% (8137/8476), 18.59 MiB | 1.98 MiB/s   Receiving objects:  97% (8222/8476), 18.59 MiB | 1.98 MiB/s   Receiving objects:  98% (8307/8476), 18.59 MiB | 1.98 MiB/s   Receiving objects:  99% (8392/8476), 18.59 MiB | 1.98 MiB/s   remote: Total 8476 (delta 4749), reused 6995 (delta 3618)        
Receiving objects: 100% (8476/8476), 18.59 MiB | 1.98 MiB/s   Receiving objects: 100% (8476/8476), 19.11 MiB | 1.96 MiB/s, done.
Resolving deltas:   0% (0/4749)   Resolving deltas:   1% (48/4749)   Resolving deltas:   2% (99/4749)   Resolving deltas:   3% (168/4749)   Resolving deltas:   4% (192/4749)   Resolving deltas:   5% (238/4749)   Resolving deltas:   6% (310/4749)   Resolving deltas:   7% (371/4749)   Resolving deltas:   8% (385/4749)   Resolving deltas:   9% (429/4749)   Resolving deltas:  10% (494/4749)   Resolving deltas:  12% (580/4749)   Resolving deltas:  13% (618/4749)   Resolving deltas:  14% (666/4749)   Resolving deltas:  15% (718/4749)   Resolving deltas:  16% (760/4749)   Resolving deltas:  17% (816/4749)   Resolving deltas:  18% (855/4749)   Resolving deltas:  19% (906/4749)   Resolving deltas:  20% (981/4749)   Resolving deltas:  21% (1006/4749)   Resolving deltas:  23% (1103/4749)   Resolving deltas:  26% (1243/4749)   Resolving deltas:  27% (1283/4749)   Resolving deltas:  31% (1484/4749)   Resolving deltas:  32% (1527/4749)   Resolving deltas:  33% (1568/4749)   Resolving deltas:  34% (1617/4749)   Resolving deltas:  35% (1664/4749)   Resolving deltas:  36% (1710/4749)   Resolving deltas:  37% (1797/4749)   Resolving deltas:  38% (1829/4749)   Resolving deltas:  39% (1853/4749)   Resolving deltas:  41% (1981/4749)   Resolving deltas:  42% (1996/4749)   Resolving deltas:  43% (2043/4749)   Resolving deltas:  44% (2101/4749)   Resolving deltas:  45% (2141/4749)   Resolving deltas:  46% (2207/4749)   Resolving deltas:  47% (2233/4749)   Resolving deltas:  48% (2295/4749)   Resolving deltas:  49% (2331/4749)   Resolving deltas:  50% (2375/4749)   Resolving deltas:  51% (2423/4749)   Resolving deltas:  52% (2473/4749)   Resolving deltas:  54% (2582/4749)   Resolving deltas:  55% (2618/4749)   Resolving deltas:  56% (2663/4749)   Resolving deltas:  57% (2710/4749)   Resolving deltas:  58% (2755/4749)   Resolving deltas:  59% (2808/4749)   Resolving deltas:  60% (2850/4749)   Resolving deltas:  61% (2927/4749)   Resolving deltas:  63% (3014/4749)   Resolving deltas:  63% (3028/4749), completed with 23 local objects.
fatal: pack has 1721 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  27% (2289/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  28% (2374/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  29% (2459/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  30% (2543/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  31% (2628/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  32% (2713/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  33% (2798/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  34% (2882/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  35% (2967/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  36% (3052/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  37% (3137/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  38% (3221/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  39% (3306/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  40% (3391/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  41% (3476/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  42% (3560/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  43% (3645/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  44% (3730/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  45% (3815/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  46% (3899/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  47% (3984/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  48% (4069/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  49% (4154/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  50% (4238/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  51% (4323/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  52% (4408/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  53% (4493/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  54% (4578/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  55% (4662/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  56% (4747/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  57% (4832/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  58% (4917/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  59% (5001/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  60% (5086/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  61% (5171/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  62% (5256/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  63% (5340/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  64% (5425/8476), 320.00 KiB | 630.00 KiB/s   Receiving objects:  64% (5439/8476), 1.77 MiB | 1.56 MiB/s   Receiving objects:  64% (5439/8476), 5.04 MiB | 2.23 MiB/s   Receiving objects:  64% (5439/8476), 8.45 MiB | 2.48 MiB/s   Receiving objects:  64% (5439/8476), 11.78 MiB | 2.66 MiB/s   Receiving objects:  64% (5439/8476), 13.10 MiB | 2.61 MiB/s   Receiving objects:  64% (5439/8476), 16.22 MiB | 2.96 MiB/s   Receiving objects:  65% (5510/8476), 16.22 MiB | 2.96 MiB/s   Receiving objects:  66% (5595/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  67% (5679/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  68% (5764/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  69% (5849/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  70% (5934/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  71% (6018/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  72% (6103/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  73% (6188/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  74% (6273/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  75% (6357/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  76% (6442/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  77% (6527/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  78% (6612/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  79% (6697/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  80% (6781/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  81% (6866/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  82% (6951/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  83% (7036/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  84% (7120/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  85% (7205/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  86% (7290/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  87% (7375/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  88% (7459/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  89% (7544/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  90% (7629/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  91% (7714/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  91% (7754/8476), 17.61 MiB | 2.88 MiB/s   Receiving objects:  92% (7798/8476), 18.91 MiB | 2.92 MiB/s   Receiving objects:  93% (7883/8476), 18.91 MiB | 2.92 MiB/s   Receiving objects:  94% (7968/8476), 18.91 MiB | 2.92 MiB/s   remote: Total 8476 (delta 4746), reused 6995 (delta 3618)        
Receiving objects:  95% (8053/8476), 18.91 MiB | 2.92 MiB/s   Receiving objects:  96% (8137/8476), 18.91 MiB | 2.92 MiB/s   Receiving objects:  97% (8222/8476), 18.91 MiB | 2.92 MiB/s   Receiving objects:  98% (8307/8476), 18.91 MiB | 2.92 MiB/s   Receiving objects:  99% (8392/8476), 18.91 MiB | 2.92 MiB/s   Receiving objects: 100% (8476/8476), 18.91 MiB | 2.92 MiB/s   Receiving objects: 100% (8476/8476), 19.11 MiB | 2.78 MiB/s, done.
Resolving deltas:   0% (0/4746)   Resolving deltas:   1% (48/4746)   Resolving deltas:   2% (98/4746)   Resolving deltas:   3% (166/4746)   Resolving deltas:   4% (190/4746)   Resolving deltas:   5% (239/4746)   Resolving deltas:   6% (289/4746)   Resolving deltas:   7% (358/4746)   Resolving deltas:   8% (380/4746)   Resolving deltas:   9% (428/4746)   Resolving deltas:  10% (510/4746)   Resolving deltas:  11% (523/4746)   Resolving deltas:  12% (589/4746)   Resolving deltas:  13% (639/4746)   Resolving deltas:  14% (681/4746)   Resolving deltas:  15% (712/4746)   Resolving deltas:  16% (769/4746)   Resolving deltas:  17% (811/4746)   Resolving deltas:  18% (855/4746)   Resolving deltas:  19% (903/4746)   Resolving deltas:  20% (959/4746)   Resolving deltas:  21% (1007/4746)   Resolving deltas:  22% (1076/4746)   Resolving deltas:  24% (1173/4746)   Resolving deltas:  26% (1265/4746)   Resolving deltas:  27% (1283/4746)   Resolving deltas:  28% (1374/4746)   Resolving deltas:  29% (1417/4746)   Resolving deltas:  30% (1431/4746)   Resolving deltas:  31% (1475/4746)   Resolving deltas:  32% (1525/4746)   Resolving deltas:  33% (1569/4746)   Resolving deltas:  34% (1652/4746)   Resolving deltas:  35% (1662/4746)   Resolving deltas:  39% (1854/4746)   Resolving deltas:  42% (2020/4746)   Resolving deltas:  43% (2042/4746)   Resolving deltas:  44% (2090/4746)   Resolving deltas:  45% (2162/4746)   Resolving deltas:  46% (2203/4746)   Resolving deltas:  47% (2234/4746)   Resolving deltas:  48% (2286/4746)   Resolving deltas:  49% (2326/4746)   Resolving deltas:  50% (2375/4746)   Resolving deltas:  51% (2421/4746)   Resolving deltas:  52% (2474/4746)   Resolving deltas:  53% (2523/4746)   Resolving deltas:  54% (2571/4746)   Resolving deltas:  55% (2614/4746)   Resolving deltas:  56% (2690/4746)   Resolving deltas:  57% (2745/4746)   Resolving deltas:  58% (2755/4746)   Resolving deltas:  59% (2807/4746)   Resolving deltas:  60% (2850/4746)   Resolving deltas:  61% (2896/4746)   Resolving deltas:  62% (2964/4746)   Resolving deltas:  64% (3051/4746)   Resolving deltas:  64% (3065/4746), completed with 23 local objects.
fatal: pack has 1681 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2335

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476)   Receiving objects:  29% (2459/8476)   Receiving objects:  30% (2543/8476)   Receiving objects:  31% (2628/8476)   Receiving objects:  32% (2713/8476)   Receiving objects:  33% (2798/8476)   Receiving objects:  34% (2882/8476)   Receiving objects:  35% (2967/8476)   Receiving objects:  36% (3052/8476)   Receiving objects:  37% (3137/8476)   Receiving objects:  38% (3221/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  39% (3306/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  40% (3391/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  41% (3476/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  42% (3560/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  43% (3645/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  44% (3730/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  45% (3815/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  46% (3899/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  47% (3984/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  48% (4069/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  49% (4154/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  50% (4238/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  51% (4323/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  52% (4408/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  53% (4493/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  54% (4578/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  55% (4662/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  56% (4747/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  57% (4832/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  58% (4917/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  59% (5001/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  60% (5086/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  61% (5171/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  62% (5256/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  63% (5340/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  64% (5425/8476), 404.00 KiB | 796.00 KiB/s   Receiving objects:  64% (5439/8476), 1012.00 KiB | 929.00 KiB/s   Receiving objects:  64% (5439/8476), 2.34 MiB | 1020.00 KiB/s   Receiving objects:  64% (5439/8476), 3.61 MiB | 1023.00 KiB/s   Receiving objects:  64% (5439/8476), 4.21 MiB | 1017.00 KiB/s   Receiving objects:  64% (5439/8476), 5.50 MiB | 1024.00 KiB/s   Receiving objects:  64% (5439/8476), 6.14 MiB | 1.02 MiB/s   Receiving objects:  64% (5439/8476), 7.27 MiB | 1.02 MiB/s   Receiving objects:  64% (5439/8476), 8.41 MiB | 1.00 MiB/s   Receiving objects:  64% (5439/8476), 9.15 MiB | 975.00 KiB/s   Receiving objects:  64% (5439/8476), 10.07 MiB | 931.00 KiB/s   Receiving objects:  64% (5439/8476), 10.32 MiB | 851.00 KiB/s   Receiving objects:  64% (5439/8476), 11.22 MiB | 797.00 KiB/s   Receiving objects:  64% (5439/8476), 11.89 MiB | 688.00 KiB/s   Receiving objects:  64% (5439/8476), 12.27 MiB | 637.00 KiB/s   Receiving objects:  64% (5439/8476), 13.04 MiB | 623.00 KiB/s   Receiving objects:  64% (5439/8476), 13.43 MiB | 626.00 KiB/s   Receiving objects:  64% (5439/8476), 14.14 MiB | 629.00 KiB/s   Receiving objects:  64% (5439/8476), 15.07 MiB | 663.00 KiB/s   Receiving objects:  64% (5439/8476), 16.11 MiB | 735.00 KiB/s   Receiving objects:  64% (5439/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  65% (5510/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  66% (5595/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  67% (5679/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  68% (5764/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  69% (5849/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  70% (5934/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  71% (6018/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  72% (6103/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  73% (6188/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  74% (6273/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  75% (6357/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  76% (6442/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  77% (6527/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  78% (6612/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  79% (6697/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  80% (6781/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  81% (6866/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  82% (6951/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  83% (7036/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  84% (7120/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  85% (7205/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  85% (7230/8476), 17.43 MiB | 866.00 KiB/s   Receiving objects:  86% (7290/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects:  87% (7375/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects:  88% (7459/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects:  89% (7544/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects:  90% (7629/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects:  91% (7714/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects:  92% (7798/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects:  93% (7883/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects:  94% (7968/8476), 18.38 MiB | 999.00 KiB/s   remote: Total 8476 (delta 4748), reused 6995 (delta 3618)        
Receiving objects:  95% (8053/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects:  96% (8137/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects:  97% (8222/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects:  98% (8307/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects:  99% (8392/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects: 100% (8476/8476), 18.38 MiB | 999.00 KiB/s   Receiving objects: 100% (8476/8476), 19.11 MiB | 1024.00 KiB/s, done.
Resolving deltas:   0% (0/4748)   Resolving deltas:   1% (48/4748)   Resolving deltas:   2% (98/4748)   Resolving deltas:   3% (164/4748)   Resolving deltas:   4% (191/4748)   Resolving deltas:   5% (238/4748)   Resolving deltas:   6% (326/4748)   Resolving deltas:   7% (339/4748)   Resolving deltas:   8% (381/4748)   Resolving deltas:   9% (431/4748)   Resolving deltas:  10% (512/4748)   Resolving deltas:  11% (526/4748)   Resolving deltas:  12% (577/4748)   Resolving deltas:  13% (624/4748)   Resolving deltas:  14% (696/4748)   Resolving deltas:  15% (722/4748)   Resolving deltas:  16% (761/4748)   Resolving deltas:  17% (816/4748)   Resolving deltas:  18% (855/4748)   Resolving deltas:  19% (903/4748)   Resolving deltas:  20% (958/4748)   Resolving deltas:  21% (1000/4748)   Resolving deltas:  22% (1048/4748)   Resolving deltas:  23% (1127/4748)   Resolving deltas:  24% (1142/4748)   Resolving deltas:  25% (1218/4748)   Resolving deltas:  26% (1236/4748)   Resolving deltas:  27% (1283/4748)   Resolving deltas:  29% (1406/4748)   Resolving deltas:  32% (1534/4748)   Resolving deltas:  33% (1568/4748)   Resolving deltas:  34% (1618/4748)   Resolving deltas:  35% (1664/4748)   Resolving deltas:  36% (1725/4748)   Resolving deltas:  37% (1757/4748)   Resolving deltas:  38% (1812/4748)   Resolving deltas:  39% (1869/4748)   Resolving deltas:  40% (1908/4748)   Resolving deltas:  41% (1954/4748)   Resolving deltas:  42% (2014/4748)   Resolving deltas:  43% (2082/4748)   Resolving deltas:  44% (2098/4748)   Resolving deltas:  45% (2138/4748)   Resolving deltas:  47% (2242/4748)   Resolving deltas:  48% (2285/4748)   Resolving deltas:  49% (2327/4748)   Resolving deltas:  50% (2374/4748)   Resolving deltas:  51% (2422/4748)   Resolving deltas:  52% (2483/4748)   Resolving deltas:  53% (2523/4748)   Resolving deltas:  54% (2579/4748)   Resolving deltas:  55% (2630/4748)   Resolving deltas:  56% (2669/4748)   Resolving deltas:  57% (2707/4748)   Resolving deltas:  58% (2755/4748)   Resolving deltas:  59% (2806/4748)   Resolving deltas:  60% (2849/4748)   Resolving deltas:  61% (2927/4748)   Resolving deltas:  63% (3014/4748)   Resolving deltas:  63% (3028/4748), completed with 23 local objects.
fatal: pack has 1720 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476)   Receiving objects:  29% (2459/8476)   Receiving objects:  30% (2543/8476)   Receiving objects:  31% (2628/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  32% (2713/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  33% (2798/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  34% (2882/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  35% (2967/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  36% (3052/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  37% (3137/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  38% (3221/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  39% (3306/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  40% (3391/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  41% (3476/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  42% (3560/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  43% (3645/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  44% (3730/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  45% (3815/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  46% (3899/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  47% (3984/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  48% (4069/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  49% (4154/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  50% (4238/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  51% (4323/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  52% (4408/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  53% (4493/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  54% (4578/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  55% (4662/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  56% (4747/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  57% (4832/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  58% (4917/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  59% (5001/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  60% (5086/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  61% (5171/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  62% (5256/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  63% (5340/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  64% (5425/8476), 360.00 KiB | 710.00 KiB/s   Receiving objects:  64% (5439/8476), 1.18 MiB | 1.08 MiB/s   Receiving objects:  64% (5439/8476), 3.61 MiB | 1.53 MiB/s   Receiving objects:  64% (5439/8476), 6.09 MiB | 1.71 MiB/s   Receiving objects:  64% (5439/8476), 7.07 MiB | 1.73 MiB/s   Receiving objects:  64% (5439/8476), 9.57 MiB | 1.84 MiB/s   Receiving objects:  64% (5439/8476), 12.24 MiB | 2.13 MiB/s   Receiving objects:  64% (5439/8476), 14.96 MiB | 2.28 MiB/s   Receiving objects:  64% (5440/8476), 16.18 MiB | 2.31 MiB/s   Receiving objects:  65% (5510/8476), 16.18 MiB | 2.31 MiB/s   Receiving objects:  66% (5595/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  67% (5679/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  68% (5764/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  69% (5849/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  70% (5934/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  71% (6018/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  72% (6103/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  73% (6188/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  74% (6273/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  75% (6357/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  76% (6442/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  77% (6527/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  78% (6612/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  79% (6697/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  80% (6781/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  81% (6866/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  82% (6951/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  83% (7036/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  84% (7120/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  85% (7205/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  86% (7290/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  87% (7375/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  88% (7459/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  89% (7544/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  90% (7629/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  91% (7714/8476), 17.59 MiB | 2.39 MiB/s   Receiving objects:  92% (7798/8476), 18.92 MiB | 2.45 MiB/s   Receiving objects:  93% (7883/8476), 18.92 MiB | 2.45 MiB/s   Receiving objects:  94% (7968/8476), 18.92 MiB | 2.45 MiB/s   Receiving objects:  95% (8053/8476), 18.92 MiB | 2.45 MiB/s   remote: Total 8476 (delta 4746), reused 6996 (delta 3618)        
Receiving objects:  96% (8137/8476), 18.92 MiB | 2.45 MiB/s   Receiving objects:  97% (8222/8476), 18.92 MiB | 2.45 MiB/s   Receiving objects:  98% (8307/8476), 18.92 MiB | 2.45 MiB/s   Receiving objects:  99% (8392/8476), 18.92 MiB | 2.45 MiB/s   Receiving objects: 100% (8476/8476), 18.92 MiB | 2.45 MiB/s   Receiving objects: 100% (8476/8476), 19.11 MiB | 2.46 MiB/s, done.
Resolving deltas:   0% (0/4746)   Resolving deltas:   1% (48/4746)   Resolving deltas:   2% (97/4746)   Resolving deltas:   3% (166/4746)   Resolving deltas:   4% (192/4746)   Resolving deltas:   5% (239/4746)   Resolving deltas:   6% (290/4746)   Resolving deltas:   8% (403/4746)   Resolving deltas:   9% (430/4746)   Resolving deltas:  10% (476/4746)   Resolving deltas:  11% (523/4746)   Resolving deltas:  12% (571/4746)   Resolving deltas:  13% (621/4746)   Resolving deltas:  14% (688/4746)   Resolving deltas:  15% (729/4746)   Resolving deltas:  16% (768/4746)   Resolving deltas:  17% (812/4746)   Resolving deltas:  18% (867/4746)   Resolving deltas:  19% (902/4746)   Resolving deltas:  20% (971/4746)   Resolving deltas:  21% (997/4746)   Resolving deltas:  22% (1054/4746)   Resolving deltas:  23% (1129/4746)   Resolving deltas:  24% (1144/4746)   Resolving deltas:  25% (1214/4746)   Resolving deltas:  26% (1273/4746)   Resolving deltas:  27% (1287/4746)   Resolving deltas:  28% (1342/4746)   Resolving deltas:  30% (1436/4746)   Resolving deltas:  31% (1477/4746)   Resolving deltas:  32% (1541/4746)   Resolving deltas:  33% (1586/4746)   Resolving deltas:  34% (1617/4746)   Resolving deltas:  35% (1680/4746)   Resolving deltas:  36% (1714/4746)   Resolving deltas:  37% (1763/4746)   Resolving deltas:  38% (1812/4746)   Resolving deltas:  39% (1861/4746)   Resolving deltas:  40% (1936/4746)   Resolving deltas:  41% (1947/4746)   Resolving deltas:  42% (1994/4746)   Resolving deltas:  43% (2045/4746)   Resolving deltas:  44% (2090/4746)   Resolving deltas:  46% (2206/4746)   Resolving deltas:  47% (2232/4746)   Resolving deltas:  48% (2291/4746)   Resolving deltas:  49% (2330/4746)   Resolving deltas:  50% (2374/4746)   Resolving deltas:  51% (2423/4746)   Resolving deltas:  52% (2481/4746)   Resolving deltas:  53% (2523/4746)   Resolving deltas:  54% (2600/4746)   Resolving deltas:  55% (2629/4746)   Resolving deltas:  56% (2659/4746)   Resolving deltas:  57% (2715/4746)   Resolving deltas:  58% (2761/4746)   Resolving deltas:  59% (2802/4746)   Resolving deltas:  60% (2848/4746)   Resolving deltas:  61% (2900/4746)   Resolving deltas:  62% (2959/4746)   Resolving deltas:  64% (3046/4746)   Resolving deltas:  64% (3060/4746), completed with 23 local objects.
fatal: pack has 1686 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476)   Receiving objects:  29% (2459/8476)   Receiving objects:  30% (2543/8476)   Receiving objects:  31% (2628/8476)   Receiving objects:  32% (2713/8476)   Receiving objects:  33% (2798/8476)   Receiving objects:  34% (2882/8476)   Receiving objects:  35% (2967/8476)   Receiving objects:  36% (3052/8476)   Receiving objects:  37% (3137/8476)   Receiving objects:  38% (3221/8476)   Receiving objects:  39% (3306/8476)   Receiving objects:  40% (3391/8476)   Receiving objects:  41% (3476/8476)   Receiving objects:  42% (3560/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  43% (3645/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  44% (3730/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  45% (3815/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  46% (3899/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  47% (3984/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  48% (4069/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  49% (4154/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  50% (4238/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  51% (4323/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  52% (4408/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  53% (4493/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  54% (4578/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  55% (4662/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  56% (4747/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  57% (4832/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  58% (4917/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  59% (5001/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  60% (5086/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  61% (5171/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  62% (5256/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  63% (5340/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  64% (5425/8476), 432.00 KiB | 852.00 KiB/s   Receiving objects:  64% (5439/8476), 1.39 MiB | 1.32 MiB/s   Receiving objects:  64% (5439/8476), 3.50 MiB | 1.54 MiB/s   Receiving objects:  64% (5439/8476), 4.64 MiB | 1.52 MiB/s   Receiving objects:  64% (5439/8476), 6.82 MiB | 1.64 MiB/s   Receiving objects:  64% (5439/8476), 8.56 MiB | 1.64 MiB/s   Receiving objects:  64% (5439/8476), 10.24 MiB | 1.69 MiB/s   Receiving objects:  64% (5439/8476), 11.30 MiB | 1.50 MiB/s   Receiving objects:  64% (5439/8476), 12.77 MiB | 1.41 MiB/s   Receiving objects:  64% (5439/8476), 13.37 MiB | 1.34 MiB/s   Receiving objects:  64% (5439/8476), 14.02 MiB | 1.13 MiB/s   Receiving objects:  64% (5439/8476), 15.01 MiB | 1012.00 KiB/s   Receiving objects:  64% (5439/8476), 15.85 MiB | 985.00 KiB/s   Receiving objects:  64% (5439/8476), 16.70 MiB | 859.00 KiB/s   Receiving objects:  64% (5439/8476), 17.25 MiB | 744.00 KiB/s   Receiving objects:  65% (5510/8476), 17.25 MiB | 744.00 KiB/s   Receiving objects:  66% (5595/8476), 17.25 MiB | 744.00 KiB/s   Receiving objects:  67% (5679/8476), 17.25 MiB | 744.00 KiB/s   Receiving objects:  68% (5764/8476), 17.25 MiB | 744.00 KiB/s   Receiving objects:  69% (5849/8476), 17.25 MiB | 744.00 KiB/s   Receiving objects:  70% (5934/8476), 17.25 MiB | 744.00 KiB/s   Receiving objects:  71% (6018/8476), 17.25 MiB | 744.00 KiB/s   Receiving objects:  72% (6103/8476), 17.25 MiB | 744.00 KiB/s   Receiving objects:  73% (6188/8476), 17.25 MiB | 744.00 KiB/s   Receiving objects:  74% (6273/8476), 17.25 MiB | 744.00 KiB/s   Receiving objects:  75% (6357/8476), 17.82 MiB | 815.00 KiB/s   Receiving objects:  76% (6442/8476), 17.82 MiB | 815.00 KiB/s   Receiving objects:  77% (6527/8476), 17.82 MiB | 815.00 KiB/s   Receiving objects:  78% (6612/8476), 17.82 MiB | 815.00 KiB/s   Receiving objects:  79% (6697/8476), 17.82 MiB | 815.00 KiB/s   Receiving objects:  79% (6738/8476), 17.82 MiB | 815.00 KiB/s   Receiving objects:  80% (6781/8476), 17.82 MiB | 815.00 KiB/s   Receiving objects:  81% (6866/8476), 17.82 MiB | 815.00 KiB/s   Receiving objects:  82% (6951/8476), 17.82 MiB | 815.00 KiB/s   Receiving objects:  83% (7036/8476), 17.82 MiB | 815.00 KiB/s   Receiving objects:  84% (7120/8476), 17.82 MiB | 815.00 KiB/s   Receiving objects:  85% (7205/8476), 17.82 MiB | 815.00 KiB/s   Receiving objects:  86% (7290/8476), 18.12 MiB | 741.00 KiB/s   Receiving objects:  87% (7375/8476), 18.39 MiB | 729.00 KiB/s   Receiving objects:  88% (7459/8476), 18.39 MiB | 729.00 KiB/s   Receiving objects:  89% (7544/8476), 18.39 MiB | 729.00 KiB/s   Receiving objects:  90% (7629/8476), 18.39 MiB | 729.00 KiB/s   Receiving objects:  91% (7714/8476), 18.39 MiB | 729.00 KiB/s   Receiving objects:  91% (7744/8476), 18.39 MiB | 729.00 KiB/s   Receiving objects:  91% (7759/8476), 18.90 MiB | 661.00 KiB/s   Receiving objects:  92% (7798/8476), 18.90 MiB | 661.00 KiB/s   Receiving objects:  93% (7883/8476), 18.90 MiB | 661.00 KiB/s   Receiving objects:  94% (7968/8476), 18.90 MiB | 661.00 KiB/s   Receiving objects:  95% (8053/8476), 18.90 MiB | 661.00 KiB/s   remote: Total 8476 (delta 4747), reused 6996 (delta 3618)        
Receiving objects:  96% (8137/8476), 18.90 MiB | 661.00 KiB/s   Receiving objects:  97% (8222/8476), 18.90 MiB | 661.00 KiB/s   Receiving objects:  98% (8307/8476), 18.90 MiB | 661.00 KiB/s   Receiving objects:  99% (8392/8476), 18.90 MiB | 661.00 KiB/s   Receiving objects: 100% (8476/8476), 18.90 MiB | 661.00 KiB/s   Receiving objects: 100% (8476/8476), 19.10 MiB | 628.00 KiB/s, done.
Resolving deltas:   0% (0/4747)   Resolving deltas:   1% (48/4747)   Resolving deltas:   2% (96/4747)   Resolving deltas:   3% (143/4747)   Resolving deltas:   4% (194/4747)   Resolving deltas:   5% (243/4747)   Resolving deltas:   6% (314/4747)   Resolving deltas:   8% (401/4747)   Resolving deltas:   9% (441/4747)   Resolving deltas:  10% (475/4747)   Resolving deltas:  11% (524/4747)   Resolving deltas:  12% (571/4747)   Resolving deltas:  13% (622/4747)   Resolving deltas:  14% (683/4747)   Resolving deltas:  15% (725/4747)   Resolving deltas:  16% (767/4747)   Resolving deltas:  17% (811/4747)   Resolving deltas:  18% (868/4747)   Resolving deltas:  19% (902/4747)   Resolving deltas:  20% (956/4747)   Resolving deltas:  21% (1001/4747)   Resolving deltas:  22% (1046/4747)   Resolving deltas:  23% (1128/4747)   Resolving deltas:  24% (1144/4747)   Resolving deltas:  25% (1221/4747)   Resolving deltas:  26% (1236/4747)   Resolving deltas:  27% (1284/4747)   Resolving deltas:  29% (1408/4747)   Resolving deltas:  32% (1538/4747)   Resolving deltas:  33% (1569/4747)   Resolving deltas:  34% (1631/4747)   Resolving deltas:  35% (1662/4747)   Resolving deltas:  36% (1710/4747)   Resolving deltas:  37% (1757/4747)   Resolving deltas:  38% (1808/4747)   Resolving deltas:  39% (1861/4747)   Resolving deltas:  41% (1955/4747)   Resolving deltas:  42% (2006/4747)   Resolving deltas:  43% (2063/4747)   Resolving deltas:  44% (2100/4747)   Resolving deltas:  45% (2139/4747)   Resolving deltas:  47% (2235/4747)   Resolving deltas:  48% (2282/4747)   Resolving deltas:  49% (2329/4747)   Resolving deltas:  50% (2374/4747)   Resolving deltas:  51% (2423/4747)   Resolving deltas:  52% (2472/4747)   Resolving deltas:  53% (2517/4747)   Resolving deltas:  54% (2580/4747)   Resolving deltas:  55% (2611/4747)   Resolving deltas:  56% (2671/4747)   Resolving deltas:  57% (2711/4747)   Resolving deltas:  58% (2755/4747)   Resolving deltas:  59% (2803/4747)   Resolving deltas:  60% (2851/4747)   Resolving deltas:  61% (2914/4747)   Resolving deltas:  62% (2947/4747)   Resolving deltas:  63% (3034/4747)   Resolving deltas:  64% (3045/4747)   Resolving deltas:  64% (3048/4747), completed with 23 local objects.
fatal: pack has 1699 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2334

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476)   Receiving objects:  29% (2459/8476)   Receiving objects:  30% (2543/8476)   Receiving objects:  31% (2628/8476)   Receiving objects:  32% (2713/8476)   Receiving objects:  33% (2798/8476)   Receiving objects:  34% (2882/8476)   Receiving objects:  35% (2967/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  36% (3052/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  37% (3137/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  38% (3221/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  39% (3306/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  40% (3391/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  41% (3476/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  42% (3560/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  43% (3645/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  44% (3730/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  45% (3815/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  46% (3899/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  47% (3984/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  48% (4069/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  49% (4154/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  50% (4238/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  51% (4323/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  52% (4408/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  53% (4493/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  54% (4578/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  55% (4662/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  56% (4747/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  57% (4832/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  58% (4917/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  59% (5001/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  60% (5086/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  61% (5171/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  62% (5256/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  63% (5340/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  64% (5425/8476), 384.00 KiB | 758.00 KiB/s   Receiving objects:  64% (5439/8476), 2.51 MiB | 2.32 MiB/s   Receiving objects:  64% (5439/8476), 7.87 MiB | 3.53 MiB/s   Receiving objects:  64% (5439/8476), 12.68 MiB | 3.83 MiB/s   Receiving objects:  64% (5439/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  65% (5510/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  66% (5595/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  67% (5679/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  68% (5764/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  69% (5849/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  70% (5934/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  71% (6018/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  72% (6103/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  73% (6188/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  74% (6273/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  75% (6357/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  76% (6442/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  77% (6527/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  78% (6612/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  79% (6697/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  80% (6781/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  81% (6866/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  82% (6951/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  83% (7036/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  84% (7120/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  85% (7205/8476), 16.33 MiB | 3.78 MiB/s   Receiving objects:  86% (7290/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  87% (7375/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  88% (7459/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  89% (7544/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  90% (7629/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  91% (7714/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  91% (7749/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  92% (7798/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  93% (7883/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  94% (7968/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  95% (8053/8476), 18.26 MiB | 3.76 MiB/s   remote: Total 8476 (delta 4747), reused 6996 (delta 3618)        
Receiving objects:  96% (8137/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  97% (8222/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  98% (8307/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects:  99% (8392/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects: 100% (8476/8476), 18.26 MiB | 3.76 MiB/s   Receiving objects: 100% (8476/8476), 19.11 MiB | 4.11 MiB/s, done.
Resolving deltas:   0% (0/4747)   Resolving deltas:   1% (48/4747)   Resolving deltas:   2% (95/4747)   Resolving deltas:   3% (155/4747)   Resolving deltas:   4% (190/4747)   Resolving deltas:   5% (240/4747)   Resolving deltas:   6% (314/4747)   Resolving deltas:   8% (387/4747)   Resolving deltas:   9% (429/4747)   Resolving deltas:  10% (475/4747)   Resolving deltas:  12% (584/4747)   Resolving deltas:  13% (622/4747)   Resolving deltas:  14% (688/4747)   Resolving deltas:  15% (714/4747)   Resolving deltas:  16% (760/4747)   Resolving deltas:  17% (811/4747)   Resolving deltas:  18% (855/4747)   Resolving deltas:  19% (902/4747)   Resolving deltas:  20% (961/4747)   Resolving deltas:  21% (999/4747)   Resolving deltas:  22% (1055/4747)   Resolving deltas:  23% (1118/4747)   Resolving deltas:  28% (1358/4747)   Resolving deltas:  29% (1379/4747)   Resolving deltas:  32% (1532/4747)   Resolving deltas:  33% (1570/4747)   Resolving deltas:  34% (1619/4747)   Resolving deltas:  35% (1662/4747)   Resolving deltas:  36% (1737/4747)   Resolving deltas:  37% (1762/4747)   Resolving deltas:  38% (1820/4747)   Resolving deltas:  39% (1862/4747)   Resolving deltas:  40% (1927/4747)   Resolving deltas:  41% (1952/4747)   Resolving deltas:  42% (2024/4747)   Resolving deltas:  43% (2046/4747)   Resolving deltas:  45% (2142/4747)   Resolving deltas:  46% (2210/4747)   Resolving deltas:  47% (2232/4747)   Resolving deltas:  48% (2283/4747)   Resolving deltas:  49% (2328/4747)   Resolving deltas:  50% (2374/4747)   Resolving deltas:  51% (2436/4747)   Resolving deltas:  52% (2488/4747)   Resolving deltas:  53% (2520/4747)   Resolving deltas:  54% (2596/4747)   Resolving deltas:  55% (2639/4747)   Resolving deltas:  56% (2661/4747)   Resolving deltas:  57% (2730/4747)   Resolving deltas:  58% (2755/4747)   Resolving deltas:  59% (2801/4747)   Resolving deltas:  60% (2853/4747)   Resolving deltas:  61% (2899/4747)   Resolving deltas:  62% (2958/4747)   Resolving deltas:  64% (3045/4747)   Resolving deltas:  64% (3059/4747), completed with 23 local objects.
fatal: pack has 1688 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476)   Receiving objects:  29% (2459/8476)   Receiving objects:  30% (2543/8476)   Receiving objects:  31% (2628/8476)   Receiving objects:  32% (2713/8476)   Receiving objects:  33% (2798/8476)   Receiving objects:  34% (2882/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  35% (2967/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  36% (3052/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  37% (3137/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  38% (3221/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  39% (3306/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  40% (3391/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  41% (3476/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  42% (3560/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  43% (3645/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  44% (3730/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  45% (3815/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  46% (3899/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  47% (3984/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  48% (4069/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  49% (4154/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  50% (4238/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  51% (4323/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  52% (4408/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  53% (4493/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  54% (4578/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  55% (4662/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  56% (4747/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  57% (4832/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  58% (4917/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  59% (5001/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  60% (5086/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  61% (5171/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  62% (5256/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  63% (5340/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  64% (5425/8476), 380.00 KiB | 750.00 KiB/s   Receiving objects:  64% (5439/8476), 2.21 MiB | 2.11 MiB/s   Receiving objects:  64% (5439/8476), 7.11 MiB | 2.94 MiB/s   Receiving objects:  64% (5439/8476), 9.59 MiB | 2.75 MiB/s   Receiving objects:  64% (5439/8476), 12.02 MiB | 2.64 MiB/s   Receiving objects:  64% (5439/8476), 13.34 MiB | 2.51 MiB/s   Receiving objects:  64% (5439/8476), 16.01 MiB | 2.57 MiB/s   Receiving objects:  64% (5440/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  65% (5510/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  66% (5595/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  67% (5679/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  68% (5764/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  69% (5849/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  70% (5934/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  71% (6018/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  72% (6103/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  73% (6188/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  74% (6273/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  75% (6357/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  76% (6442/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  77% (6527/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  78% (6612/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  79% (6697/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  80% (6781/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  81% (6866/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  82% (6951/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  83% (7036/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  84% (7120/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  85% (7205/8476), 16.91 MiB | 2.34 MiB/s   Receiving objects:  86% (7290/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  87% (7375/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  88% (7459/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  89% (7544/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  90% (7629/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  91% (7714/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  91% (7759/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  92% (7798/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  93% (7883/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  94% (7968/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  95% (8053/8476), 18.11 MiB | 2.12 MiB/s   remote: Total 8476 (delta 4745), reused 6996 (delta 3618)        
Receiving objects:  96% (8137/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  97% (8222/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  98% (8307/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects:  99% (8392/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects: 100% (8476/8476), 18.11 MiB | 2.12 MiB/s   Receiving objects: 100% (8476/8476), 19.11 MiB | 2.06 MiB/s, done.
Resolving deltas:   0% (0/4745)   Resolving deltas:   1% (48/4745)   Resolving deltas:   2% (95/4745)   Resolving deltas:   3% (149/4745)   Resolving deltas:   4% (191/4745)   Resolving deltas:   5% (238/4745)   Resolving deltas:   8% (383/4745)   Resolving deltas:   9% (428/4745)   Resolving deltas:  10% (476/4745)   Resolving deltas:  11% (523/4745)   Resolving deltas:  13% (618/4745)   Resolving deltas:  14% (671/4745)   Resolving deltas:  15% (713/4745)   Resolving deltas:  16% (761/4745)   Resolving deltas:  17% (841/4745)   Resolving deltas:  18% (856/4745)   Resolving deltas:  19% (904/4745)   Resolving deltas:  20% (959/4745)   Resolving deltas:  21% (1002/4745)   Resolving deltas:  22% (1051/4745)   Resolving deltas:  23% (1124/4745)   Resolving deltas:  25% (1204/4745)   Resolving deltas:  26% (1235/4745)   Resolving deltas:  29% (1406/4745)   Resolving deltas:  32% (1534/4745)   Resolving deltas:  33% (1567/4745)   Resolving deltas:  34% (1633/4745)   Resolving deltas:  35% (1661/4745)   Resolving deltas:  38% (1822/4745)   Resolving deltas:  39% (1852/4745)   Resolving deltas:  41% (1959/4745)   Resolving deltas:  42% (2017/4745)   Resolving deltas:  43% (2056/4745)   Resolving deltas:  44% (2097/4745)   Resolving deltas:  45% (2146/4745)   Resolving deltas:  46% (2183/4745)   Resolving deltas:  47% (2249/4745)   Resolving deltas:  48% (2290/4745)   Resolving deltas:  49% (2328/4745)   Resolving deltas:  50% (2373/4745)   Resolving deltas:  51% (2420/4745)   Resolving deltas:  52% (2469/4745)   Resolving deltas:  53% (2516/4745)   Resolving deltas:  55% (2612/4745)   Resolving deltas:  56% (2680/4745)   Resolving deltas:  57% (2716/4745)   Resolving deltas:  58% (2753/4745)   Resolving deltas:  59% (2806/4745)   Resolving deltas:  60% (2847/4745)   Resolving deltas:  61% (2898/4745)   Resolving deltas:  62% (2957/4745)   Resolving deltas:  64% (3044/4745)   Resolving deltas:  64% (3058/4745), completed with 23 local objects.
fatal: pack has 1687 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  18% (1526/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  19% (1611/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  20% (1696/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  21% (1780/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  22% (1865/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  23% (1950/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  24% (2035/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  25% (2119/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  26% (2204/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  27% (2289/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  28% (2374/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  29% (2459/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  30% (2543/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  31% (2628/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  32% (2713/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  33% (2798/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  34% (2882/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  35% (2967/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  36% (3052/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  37% (3137/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  38% (3221/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  39% (3306/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  40% (3391/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  41% (3476/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  42% (3560/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  43% (3645/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  44% (3730/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  45% (3815/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  46% (3899/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  47% (3984/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  48% (4069/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  49% (4154/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  50% (4238/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  51% (4323/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  52% (4408/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  53% (4493/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  54% (4578/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  55% (4662/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  56% (4747/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  57% (4832/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  58% (4917/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  59% (5001/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  60% (5086/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  61% (5171/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  62% (5256/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  63% (5340/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  64% (5425/8476), 232.00 KiB | 446.00 KiB/s   Receiving objects:  64% (5439/8476), 1.53 MiB | 1.42 MiB/s   Receiving objects:  64% (5439/8476), 4.45 MiB | 1.92 MiB/s   Receiving objects:  64% (5439/8476), 6.97 MiB | 2.06 MiB/s   Receiving objects:  64% (5439/8476), 9.61 MiB | 2.15 MiB/s   Receiving objects:  64% (5439/8476), 12.32 MiB | 2.40 MiB/s   Receiving objects:  64% (5439/8476), 13.58 MiB | 2.41 MiB/s   Receiving objects:  64% (5439/8476), 15.77 MiB | 2.33 MiB/s   Receiving objects:  64% (5440/8476), 16.54 MiB | 2.17 MiB/s   Receiving objects:  65% (5510/8476), 16.54 MiB | 2.17 MiB/s   Receiving objects:  66% (5595/8476), 16.54 MiB | 2.17 MiB/s   Receiving objects:  67% (5679/8476), 16.54 MiB | 2.17 MiB/s   Receiving objects:  68% (5764/8476), 16.54 MiB | 2.17 MiB/s   Receiving objects:  69% (5849/8476), 16.54 MiB | 2.17 MiB/s   Receiving objects:  70% (5934/8476), 16.54 MiB | 2.17 MiB/s   Receiving objects:  71% (6018/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  72% (6103/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  73% (6188/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  74% (6273/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  75% (6357/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  76% (6442/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  77% (6527/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  78% (6612/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  79% (6697/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  80% (6781/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  81% (6866/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  82% (6951/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  83% (7036/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  84% (7120/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  85% (7205/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  86% (7290/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  87% (7375/8476), 17.73 MiB | 2.22 MiB/s   Receiving objects:  88% (7459/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects:  89% (7544/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects:  90% (7629/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects:  91% (7714/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects:  91% (7754/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects:  92% (7798/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects:  93% (7883/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects:  94% (7968/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects:  95% (8053/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects:  96% (8137/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects:  97% (8222/8476), 18.40 MiB | 2.05 MiB/s   remote: Total 8476 (delta 4747), reused 6996 (delta 3618)        
Receiving objects:  98% (8307/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects:  99% (8392/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects: 100% (8476/8476), 18.40 MiB | 2.05 MiB/s   Receiving objects: 100% (8476/8476), 19.10 MiB | 2.03 MiB/s, done.
Resolving deltas:   0% (0/4747)   Resolving deltas:   1% (48/4747)   Resolving deltas:   2% (95/4747)   Resolving deltas:   3% (144/4747)   Resolving deltas:   4% (193/4747)   Resolving deltas:   5% (243/4747)   Resolving deltas:   6% (323/4747)   Resolving deltas:   8% (398/4747)   Resolving deltas:   9% (445/4747)   Resolving deltas:  10% (482/4747)   Resolving deltas:  11% (523/4747)   Resolving deltas:  12% (575/4747)   Resolving deltas:  13% (631/4747)   Resolving deltas:  14% (673/4747)   Resolving deltas:  15% (722/4747)   Resolving deltas:  16% (773/4747)   Resolving deltas:  17% (807/4747)   Resolving deltas:  18% (864/4747)   Resolving deltas:  19% (902/4747)   Resolving deltas:  20% (957/4747)   Resolving deltas:  21% (997/4747)   Resolving deltas:  22% (1051/4747)   Resolving deltas:  23% (1122/4747)   Resolving deltas:  24% (1141/4747)   Resolving deltas:  25% (1216/4747)   Resolving deltas:  26% (1235/4747)   Resolving deltas:  27% (1301/4747)   Resolving deltas:  29% (1392/4747)   Resolving deltas:  32% (1522/4747)   Resolving deltas:  33% (1568/4747)   Resolving deltas:  34% (1614/4747)   Resolving deltas:  35% (1666/4747)   Resolving deltas:  36% (1717/4747)   Resolving deltas:  37% (1760/4747)   Resolving deltas:  38% (1812/4747)   Resolving deltas:  39% (1867/4747)   Resolving deltas:  40% (1901/4747)   Resolving deltas:  41% (1947/4747)   Resolving deltas:  42% (2000/4747)   Resolving deltas:  43% (2065/4747)   Resolving deltas:  44% (2091/4747)   Resolving deltas:  45% (2138/4747)   Resolving deltas:  47% (2244/4747)   Resolving deltas:  48% (2279/4747)   Resolving deltas:  49% (2330/4747)   Resolving deltas:  50% (2374/4747)   Resolving deltas:  51% (2421/4747)   Resolving deltas:  52% (2470/4747)   Resolving deltas:  53% (2516/4747)   Resolving deltas:  54% (2578/4747)   Resolving deltas:  55% (2620/4747)   Resolving deltas:  56% (2665/4747)   Resolving deltas:  57% (2710/4747)   Resolving deltas:  58% (2756/4747)   Resolving deltas:  59% (2804/4747)   Resolving deltas:  60% (2849/4747)   Resolving deltas:  61% (2915/4747)   Resolving deltas:  62% (2948/4747)   Resolving deltas:  63% (3035/4747)   Resolving deltas:  64% (3046/4747)   Resolving deltas:  64% (3049/4747), completed with 23 local objects.
fatal: pack has 1698 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2333

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476)   Receiving objects:  29% (2459/8476)   Receiving objects:  30% (2543/8476)   Receiving objects:  31% (2628/8476)   Receiving objects:  32% (2713/8476)   Receiving objects:  33% (2798/8476)   Receiving objects:  34% (2882/8476)   Receiving objects:  35% (2967/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  36% (3052/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  37% (3137/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  38% (3221/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  39% (3306/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  40% (3391/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  41% (3476/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  42% (3560/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  43% (3645/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  44% (3730/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  45% (3815/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  46% (3899/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  47% (3984/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  48% (4069/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  49% (4154/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  50% (4238/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  51% (4323/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  52% (4408/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  53% (4493/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  54% (4578/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  55% (4662/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  56% (4747/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  57% (4832/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  58% (4917/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  59% (5001/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  60% (5086/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  61% (5171/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  62% (5256/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  63% (5340/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  64% (5425/8476), 388.00 KiB | 766.00 KiB/s   Receiving objects:  64% (5439/8476), 2.78 MiB | 2.45 MiB/s   Receiving objects:  64% (5439/8476), 11.60 MiB | 5.43 MiB/s   Receiving objects:  64% (5439/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  65% (5510/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  66% (5595/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  67% (5679/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  68% (5764/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  69% (5849/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  70% (5934/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  71% (6018/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  72% (6103/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  73% (6188/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  74% (6273/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  75% (6357/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  76% (6442/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  77% (6527/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  78% (6612/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  79% (6697/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  80% (6781/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  81% (6866/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  82% (6951/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  83% (7036/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  84% (7120/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  85% (7205/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  86% (7290/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  87% (7375/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  88% (7459/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  89% (7544/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  90% (7629/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  91% (7714/8476), 16.71 MiB | 5.17 MiB/s   Receiving objects:  92% (7798/8476), 18.99 MiB | 5.09 MiB/s   Receiving objects:  93% (7883/8476), 18.99 MiB | 5.09 MiB/s   Receiving objects:  94% (7968/8476), 18.99 MiB | 5.09 MiB/s   remote: Total 8476 (delta 4748), reused 6996 (delta 3618)        
Receiving objects:  95% (8053/8476), 18.99 MiB | 5.09 MiB/s   Receiving objects:  96% (8137/8476), 18.99 MiB | 5.09 MiB/s   Receiving objects:  97% (8222/8476), 18.99 MiB | 5.09 MiB/s   Receiving objects:  98% (8307/8476), 18.99 MiB | 5.09 MiB/s   Receiving objects:  99% (8392/8476), 18.99 MiB | 5.09 MiB/s   Receiving objects: 100% (8476/8476), 18.99 MiB | 5.09 MiB/s   Receiving objects: 100% (8476/8476), 19.10 MiB | 5.09 MiB/s, done.
Resolving deltas:   0% (0/4748)   Resolving deltas:   1% (48/4748)   Resolving deltas:   2% (99/4748)   Resolving deltas:   3% (167/4748)   Resolving deltas:   4% (191/4748)   Resolving deltas:   5% (238/4748)   Resolving deltas:   6% (329/4748)   Resolving deltas:   7% (343/4748)   Resolving deltas:   8% (386/4748)   Resolving deltas:   9% (447/4748)   Resolving deltas:  10% (493/4748)   Resolving deltas:  11% (524/4748)   Resolving deltas:  12% (586/4748)   Resolving deltas:  13% (636/4748)   Resolving deltas:  14% (675/4748)   Resolving deltas:  15% (713/4748)   Resolving deltas:  16% (762/4748)   Resolving deltas:  17% (810/4748)   Resolving deltas:  18% (858/4748)   Resolving deltas:  19% (904/4748)   Resolving deltas:  20% (952/4748)   Resolving deltas:  21% (1014/4748)   Resolving deltas:  22% (1085/4748)   Resolving deltas:  24% (1156/4748)   Resolving deltas:  28% (1355/4748)   Resolving deltas:  29% (1386/4748)   Resolving deltas:  30% (1471/4748)   Resolving deltas:  31% (1507/4748)   Resolving deltas:  32% (1550/4748)   Resolving deltas:  33% (1568/4748)   Resolving deltas:  34% (1617/4748)   Resolving deltas:  35% (1678/4748)   Resolving deltas:  36% (1718/4748)   Resolving deltas:  37% (1801/4748)   Resolving deltas:  38% (1805/4748)   Resolving deltas:  39% (1877/4748)   Resolving deltas:  40% (1917/4748)   Resolving deltas:  41% (1970/4748)   Resolving deltas:  42% (1999/4748)   Resolving deltas:  43% (2054/4748)   Resolving deltas:  45% (2147/4748)   Resolving deltas:  46% (2196/4748)   Resolving deltas:  47% (2237/4748)   Resolving deltas:  48% (2282/4748)   Resolving deltas:  49% (2327/4748)   Resolving deltas:  50% (2376/4748)   Resolving deltas:  51% (2423/4748)   Resolving deltas:  52% (2472/4748)   Resolving deltas:  53% (2517/4748)   Resolving deltas:  54% (2579/4748)   Resolving deltas:  55% (2621/4748)   Resolving deltas:  56% (2661/4748)   Resolving deltas:  57% (2708/4748)   Resolving deltas:  58% (2774/4748)   Resolving deltas:  59% (2802/4748)   Resolving deltas:  60% (2850/4748)   Resolving deltas:  61% (2913/4748)   Resolving deltas:  62% (2946/4748)   Resolving deltas:  63% (3033/4748)   Resolving deltas:  64% (3044/4748)   Resolving deltas:  64% (3047/4748), completed with 23 local objects.
fatal: pack has 1701 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476)   Receiving objects:  29% (2459/8476)   Receiving objects:  30% (2543/8476)   Receiving objects:  31% (2628/8476)   Receiving objects:  32% (2713/8476)   Receiving objects:  33% (2798/8476)   Receiving objects:  34% (2882/8476)   Receiving objects:  35% (2967/8476)   Receiving objects:  36% (3052/8476)   Receiving objects:  37% (3137/8476)   Receiving objects:  38% (3221/8476)   Receiving objects:  39% (3306/8476)   Receiving objects:  40% (3391/8476)   Receiving objects:  41% (3476/8476)   Receiving objects:  42% (3560/8476)   Receiving objects:  43% (3645/8476)   Receiving objects:  44% (3730/8476)   Receiving objects:  45% (3815/8476)   Receiving objects:  46% (3899/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  47% (3984/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  48% (4069/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  49% (4154/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  50% (4238/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  51% (4323/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  52% (4408/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  53% (4493/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  54% (4578/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  55% (4662/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  56% (4747/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  57% (4832/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  58% (4917/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  59% (5001/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  60% (5086/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  61% (5171/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  62% (5256/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  63% (5340/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  64% (5425/8476), 452.00 KiB | 870.00 KiB/s   Receiving objects:  64% (5431/8476), 1.93 MiB | 1.84 MiB/s   Receiving objects:  64% (5431/8476), 5.05 MiB | 2.23 MiB/s   Receiving objects:  64% (5431/8476), 7.57 MiB | 2.17 MiB/s   Receiving objects:  64% (5431/8476), 8.68 MiB | 2.12 MiB/s   Receiving objects:  64% (5431/8476), 10.94 MiB | 2.06 MiB/s   Receiving objects:  64% (5431/8476), 13.00 MiB | 2.08 MiB/s   Receiving objects:  64% (5431/8476), 15.21 MiB | 1.96 MiB/s   Receiving objects:  64% (5432/8476), 16.58 MiB | 1.99 MiB/s   Receiving objects:  65% (5510/8476), 16.58 MiB | 1.99 MiB/s   Receiving objects:  66% (5595/8476), 16.58 MiB | 1.99 MiB/s   Receiving objects:  67% (5679/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  68% (5764/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  69% (5849/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  70% (5934/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  71% (6018/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  72% (6103/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  73% (6188/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  74% (6273/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  75% (6357/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  76% (6442/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  77% (6527/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  78% (6612/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  79% (6697/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  80% (6781/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  81% (6866/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  82% (6951/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  83% (7036/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  84% (7120/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  85% (7205/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  86% (7290/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  87% (7375/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  88% (7459/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  89% (7544/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  90% (7629/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  91% (7714/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  92% (7798/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  93% (7883/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  94% (7968/8476), 17.69 MiB | 2.02 MiB/s   remote: Total 8476 (delta 4747), reused 6995 (delta 3618)        
Receiving objects:  95% (8053/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  95% (8094/8476), 17.69 MiB | 2.02 MiB/s   Receiving objects:  96% (8137/8476), 19.06 MiB | 2.11 MiB/s   Receiving objects:  97% (8222/8476), 19.06 MiB | 2.11 MiB/s   Receiving objects:  98% (8307/8476), 19.06 MiB | 2.11 MiB/s   Receiving objects:  99% (8392/8476), 19.06 MiB | 2.11 MiB/s   Receiving objects: 100% (8476/8476), 19.06 MiB | 2.11 MiB/s   Receiving objects: 100% (8476/8476), 19.11 MiB | 2.15 MiB/s, done.
Resolving deltas:   0% (0/4747)   Resolving deltas:   1% (48/4747)   Resolving deltas:   2% (95/4747)   Resolving deltas:   3% (144/4747)   Resolving deltas:   4% (190/4747)   Resolving deltas:   5% (248/4747)   Resolving deltas:   6% (286/4747)   Resolving deltas:   7% (369/4747)   Resolving deltas:   9% (428/4747)   Resolving deltas:  10% (490/4747)   Resolving deltas:  11% (523/4747)   Resolving deltas:  12% (603/4747)   Resolving deltas:  13% (654/4747)   Resolving deltas:  14% (667/4747)   Resolving deltas:  15% (718/4747)   Resolving deltas:  16% (763/4747)   Resolving deltas:  17% (816/4747)   Resolving deltas:  18% (855/4747)   Resolving deltas:  19% (914/4747)   Resolving deltas:  20% (957/4747)   Resolving deltas:  21% (1024/4747)   Resolving deltas:  22% (1051/4747)   Resolving deltas:  23% (1100/4747)   Resolving deltas:  24% (1145/4747)   Resolving deltas:  25% (1231/4747)   Resolving deltas:  26% (1236/4747)   Resolving deltas:  28% (1338/4747)   Resolving deltas:  29% (1397/4747)   Resolving deltas:  30% (1431/4747)   Resolving deltas:  31% (1472/4747)   Resolving deltas:  32% (1521/4747)   Resolving deltas:  33% (1584/4747)   Resolving deltas:  35% (1672/4747)   Resolving deltas:  36% (1712/4747)   Resolving deltas:  38% (1817/4747)   Resolving deltas:  41% (1961/4747)   Resolving deltas:  42% (2006/4747)   Resolving deltas:  43% (2077/4747)   Resolving deltas:  44% (2096/4747)   Resolving deltas:  45% (2144/4747)   Resolving deltas:  46% (2208/4747)   Resolving deltas:  47% (2260/4747)   Resolving deltas:  48% (2279/4747)   Resolving deltas:  49% (2327/4747)   Resolving deltas:  50% (2374/4747)   Resolving deltas:  51% (2423/4747)   Resolving deltas:  52% (2475/4747)   Resolving deltas:  53% (2534/4747)   Resolving deltas:  54% (2564/4747)   Resolving deltas:  55% (2613/4747)   Resolving deltas:  56% (2694/4747)   Resolving deltas:  57% (2722/4747)   Resolving deltas:  58% (2791/4747)   Resolving deltas:  59% (2803/4747)   Resolving deltas:  60% (2849/4747)   Resolving deltas:  61% (2898/4747)   Resolving deltas:  62% (2957/4747)   Resolving deltas:  64% (3044/4747)   Resolving deltas:  64% (3058/4747), completed with 23 local objects.
fatal: pack has 1689 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9920, done.        
remote: Compressing objects:   0% (1/3584)           remote: Compressing objects:   1% (36/3584)           remote: Compressing objects:   2% (72/3584)           remote: Compressing objects:   3% (108/3584)           remote: Compressing objects:   4% (144/3584)           remote: Compressing objects:   5% (180/3584)           remote: Compressing objects:   6% (216/3584)           remote: Compressing objects:   7% (251/3584)           remote: Compressing objects:   8% (287/3584)           remote: Compressing objects:   9% (323/3584)           remote: Compressing objects:  10% (359/3584)           remote: Compressing objects:  11% (395/3584)           remote: Compressing objects:  12% (431/3584)           remote: Compressing objects:  13% (466/3584)           remote: Compressing objects:  14% (502/3584)           remote: Compressing objects:  15% (538/3584)           remote: Compressing objects:  16% (574/3584)           remote: Compressing objects:  17% (610/3584)           remote: Compressing objects:  18% (646/3584)           remote: Compressing objects:  19% (681/3584)           remote: Compressing objects:  20% (717/3584)           remote: Compressing objects:  21% (753/3584)           remote: Compressing objects:  22% (789/3584)           remote: Compressing objects:  23% (825/3584)           remote: Compressing objects:  24% (861/3584)           remote: Compressing objects:  25% (896/3584)           remote: Compressing objects:  26% (932/3584)           remote: Compressing objects:  27% (968/3584)           remote: Compressing objects:  28% (1004/3584)           remote: Compressing objects:  29% (1040/3584)           remote: Compressing objects:  30% (1076/3584)           remote: Compressing objects:  31% (1112/3584)           remote: Compressing objects:  32% (1147/3584)           remote: Compressing objects:  33% (1183/3584)           remote: Compressing objects:  34% (1219/3584)           remote: Compressing objects:  35% (1255/3584)           remote: Compressing objects:  36% (1291/3584)           remote: Compressing objects:  37% (1327/3584)           remote: Compressing objects:  38% (1362/3584)           remote: Compressing objects:  39% (1398/3584)           remote: Compressing objects:  40% (1434/3584)           remote: Compressing objects:  41% (1470/3584)           remote: Compressing objects:  42% (1506/3584)           remote: Compressing objects:  43% (1542/3584)           remote: Compressing objects:  44% (1577/3584)           remote: Compressing objects:  45% (1613/3584)           remote: Compressing objects:  46% (1649/3584)           remote: Compressing objects:  47% (1685/3584)           remote: Compressing objects:  48% (1721/3584)           remote: Compressing objects:  49% (1757/3584)           remote: Compressing objects:  50% (1792/3584)           remote: Compressing objects:  51% (1828/3584)           remote: Compressing objects:  52% (1864/3584)           remote: Compressing objects:  53% (1900/3584)           remote: Compressing objects:  54% (1936/3584)           remote: Compressing objects:  55% (1972/3584)           remote: Compressing objects:  56% (2008/3584)           remote: Compressing objects:  57% (2043/3584)           remote: Compressing objects:  58% (2079/3584)           remote: Compressing objects:  59% (2115/3584)           remote: Compressing objects:  60% (2151/3584)           remote: Compressing objects:  61% (2187/3584)           remote: Compressing objects:  62% (2223/3584)           remote: Compressing objects:  63% (2258/3584)           remote: Compressing objects:  64% (2294/3584)           remote: Compressing objects:  65% (2330/3584)           remote: Compressing objects:  66% (2366/3584)           remote: Compressing objects:  67% (2402/3584)           remote: Compressing objects:  68% (2438/3584)           remote: Compressing objects:  69% (2473/3584)           remote: Compressing objects:  70% (2509/3584)           remote: Compressing objects:  71% (2545/3584)           remote: Compressing objects:  72% (2581/3584)           remote: Compressing objects:  73% (2617/3584)           remote: Compressing objects:  74% (2653/3584)           remote: Compressing objects:  75% (2688/3584)           remote: Compressing objects:  76% (2724/3584)           remote: Compressing objects:  77% (2760/3584)           remote: Compressing objects:  78% (2796/3584)           remote: Compressing objects:  79% (2832/3584)           remote: Compressing objects:  80% (2868/3584)           remote: Compressing objects:  81% (2904/3584)           remote: Compressing objects:  82% (2939/3584)           remote: Compressing objects:  83% (2975/3584)           remote: Compressing objects:  84% (3011/3584)           remote: Compressing objects:  85% (3047/3584)           remote: Compressing objects:  86% (3083/3584)           remote: Compressing objects:  87% (3119/3584)           remote: Compressing objects:  88% (3154/3584)           remote: Compressing objects:  89% (3190/3584)           remote: Compressing objects:  90% (3226/3584)           remote: Compressing objects:  91% (3262/3584)           remote: Compressing objects:  92% (3298/3584)           remote: Compressing objects:  93% (3334/3584)           remote: Compressing objects:  94% (3369/3584)           remote: Compressing objects:  95% (3405/3584)           remote: Compressing objects:  96% (3441/3584)           remote: Compressing objects:  97% (3477/3584)           remote: Compressing objects:  98% (3513/3584)           remote: Compressing objects:  99% (3549/3584)           remote: Compressing objects: 100% (3584/3584)           remote: Compressing objects: 100% (3584/3584), done.        
Receiving objects:   0% (1/8476)   Receiving objects:   1% (85/8476)   Receiving objects:   2% (170/8476)   Receiving objects:   3% (255/8476)   Receiving objects:   4% (340/8476)   Receiving objects:   5% (424/8476)   Receiving objects:   6% (509/8476)   Receiving objects:   7% (594/8476)   Receiving objects:   8% (679/8476)   Receiving objects:   9% (763/8476)   Receiving objects:  10% (848/8476)   Receiving objects:  11% (933/8476)   Receiving objects:  12% (1018/8476)   Receiving objects:  13% (1102/8476)   Receiving objects:  14% (1187/8476)   Receiving objects:  15% (1272/8476)   Receiving objects:  16% (1357/8476)   Receiving objects:  17% (1441/8476)   Receiving objects:  18% (1526/8476)   Receiving objects:  19% (1611/8476)   Receiving objects:  20% (1696/8476)   Receiving objects:  21% (1780/8476)   Receiving objects:  22% (1865/8476)   Receiving objects:  23% (1950/8476)   Receiving objects:  24% (2035/8476)   Receiving objects:  25% (2119/8476)   Receiving objects:  26% (2204/8476)   Receiving objects:  27% (2289/8476)   Receiving objects:  28% (2374/8476)   Receiving objects:  29% (2459/8476)   Receiving objects:  30% (2543/8476)   Receiving objects:  31% (2628/8476)   Receiving objects:  32% (2713/8476)   Receiving objects:  33% (2798/8476)   Receiving objects:  34% (2882/8476)   Receiving objects:  35% (2967/8476)   Receiving objects:  36% (3052/8476)   Receiving objects:  37% (3137/8476)   Receiving objects:  38% (3221/8476)   Receiving objects:  39% (3306/8476)   Receiving objects:  40% (3391/8476)   Receiving objects:  41% (3476/8476)   Receiving objects:  42% (3560/8476)   Receiving objects:  43% (3645/8476)   Receiving objects:  44% (3730/8476)   Receiving objects:  45% (3815/8476)   Receiving objects:  46% (3899/8476)   Receiving objects:  47% (3984/8476)   Receiving objects:  48% (4069/8476)   Receiving objects:  49% (4154/8476)   Receiving objects:  50% (4238/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  51% (4323/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  52% (4408/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  53% (4493/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  54% (4578/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  55% (4662/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  56% (4747/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  57% (4832/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  58% (4917/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  59% (5001/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  60% (5086/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  61% (5171/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  62% (5256/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  63% (5340/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  64% (5425/8476), 523.98 KiB | 1.01 MiB/s   Receiving objects:  64% (5439/8476), 1.95 MiB | 1.85 MiB/s   Receiving objects:  64% (5439/8476), 4.71 MiB | 1.94 MiB/s   Receiving objects:  64% (5439/8476), 6.14 MiB | 2.03 MiB/s   Receiving objects:  64% (5439/8476), 8.04 MiB | 1.97 MiB/s   Receiving objects:  64% (5439/8476), 10.04 MiB | 1.95 MiB/s   Receiving objects:  64% (5439/8476), 12.09 MiB | 1.96 MiB/s   Receiving objects:  64% (5439/8476), 14.13 MiB | 1.96 MiB/s   Receiving objects:  64% (5439/8476), 15.79 MiB | 1.81 MiB/s   Receiving objects:  64% (5440/8476), 16.54 MiB | 1.80 MiB/s   Receiving objects:  65% (5510/8476), 16.54 MiB | 1.80 MiB/s   Receiving objects:  66% (5595/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  67% (5679/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  68% (5764/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  69% (5849/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  70% (5934/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  71% (6018/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  72% (6103/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  73% (6188/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  74% (6273/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  75% (6357/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  76% (6442/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  77% (6527/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  78% (6612/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  79% (6697/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  80% (6781/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  81% (6866/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  82% (6951/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  83% (7036/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  84% (7120/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  85% (7205/8476), 17.56 MiB | 1.78 MiB/s   Receiving objects:  86% (7290/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  87% (7375/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  88% (7459/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  89% (7544/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  90% (7629/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  91% (7714/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  91% (7749/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  92% (7798/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  93% (7883/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  94% (7968/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  95% (8053/8476), 18.39 MiB | 1.77 MiB/s   remote: Total 8476 (delta 4748), reused 6995 (delta 3618)        
Receiving objects:  96% (8137/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  97% (8222/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  98% (8307/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects:  99% (8392/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects: 100% (8476/8476), 18.39 MiB | 1.77 MiB/s   Receiving objects: 100% (8476/8476), 19.10 MiB | 1.71 MiB/s, done.
Resolving deltas:   0% (0/4748)   Resolving deltas:   1% (48/4748)   Resolving deltas:   2% (95/4748)   Resolving deltas:   3% (160/4748)   Resolving deltas:   4% (191/4748)   Resolving deltas:   5% (238/4748)   Resolving deltas:   6% (323/4748)   Resolving deltas:   7% (336/4748)   Resolving deltas:   8% (380/4748)   Resolving deltas:   9% (435/4748)   Resolving deltas:  10% (475/4748)   Resolving deltas:  11% (549/4748)   Resolving deltas:  12% (600/4748)   Resolving deltas:  13% (658/4748)   Resolving deltas:  14% (672/4748)   Resolving deltas:  15% (726/4748)   Resolving deltas:  16% (763/4748)   Resolving deltas:  17% (810/4748)   Resolving deltas:  18% (856/4748)   Resolving deltas:  19% (904/4748)   Resolving deltas:  20% (964/4748)   Resolving deltas:  21% (998/4748)   Resolving deltas:  22% (1045/4748)   Resolving deltas:  23% (1135/4748)   Resolving deltas:  24% (1142/4748)   Resolving deltas:  25% (1223/4748)   Resolving deltas:  26% (1238/4748)   Resolving deltas:  27% (1285/4748)   Resolving deltas:  29% (1410/4748)   Resolving deltas:  32% (1530/4748)   Resolving deltas:  33% (1569/4748)   Resolving deltas:  34% (1620/4748)   Resolving deltas:  35% (1662/4748)   Resolving deltas:  36% (1724/4748)   Resolving deltas:  37% (1760/4748)   Resolving deltas:  38% (1806/4748)   Resolving deltas:  39% (1859/4748)   Resolving deltas:  41% (1958/4748)   Resolving deltas:  42% (2006/4748)   Resolving deltas:  43% (2067/4748)   Resolving deltas:  44% (2100/4748)   Resolving deltas:  45% (2138/4748)   Resolving deltas:  47% (2237/4748)   Resolving deltas:  48% (2284/4748)   Resolving deltas:  49% (2330/4748)   Resolving deltas:  50% (2374/4748)   Resolving deltas:  51% (2426/4748)   Resolving deltas:  52% (2470/4748)   Resolving deltas:  53% (2518/4748)   Resolving deltas:  54% (2588/4748)   Resolving deltas:  55% (2622/4748)   Resolving deltas:  56% (2659/4748)   Resolving deltas:  57% (2712/4748)   Resolving deltas:  58% (2761/4748)   Resolving deltas:  59% (2805/4748)   Resolving deltas:  60% (2849/4748)   Resolving deltas:  61% (2917/4748)   Resolving deltas:  62% (2950/4748)   Resolving deltas:  63% (3037/4748)   Resolving deltas:  64% (3048/4748)   Resolving deltas:  64% (3051/4748), completed with 23 local objects.
fatal: pack has 1697 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2332

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  66% (5684/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  67% (5771/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  68% (5857/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  69% (5943/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  70% (6029/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  71% (6115/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  72% (6201/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  73% (6287/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  74% (6373/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  75% (6459/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  76% (6546/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  77% (6632/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  78% (6718/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  79% (6804/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  80% (6890/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  81% (6976/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  82% (7062/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  83% (7148/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  84% (7235/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  85% (7321/8612), 12.86 MiB | 12.76 MiB/s   Receiving objects:  86% (7407/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects:  87% (7493/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects:  88% (7579/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects:  89% (7665/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects:  90% (7751/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects:  91% (7837/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects:  92% (7924/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects:  93% (8010/8612), 18.32 MiB | 12.00 MiB/s   remote: Total 8612 (delta 4830), reused 6997 (delta 3616)        
Receiving objects:  94% (8096/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects:  95% (8182/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects:  96% (8268/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects:  97% (8354/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects:  98% (8440/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects:  99% (8526/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects: 100% (8612/8612), 18.32 MiB | 12.00 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 12.00 MiB/s, done.
Resolving deltas:   0% (0/4830)   Resolving deltas:   1% (50/4830)   Resolving deltas:   2% (97/4830)   Resolving deltas:   3% (145/4830)   Resolving deltas:   4% (196/4830)   Resolving deltas:   5% (242/4830)   Resolving deltas:   6% (338/4830)   Resolving deltas:   7% (339/4830)   Resolving deltas:   8% (425/4830)   Resolving deltas:   9% (435/4830)   Resolving deltas:  10% (484/4830)   Resolving deltas:  11% (536/4830)   Resolving deltas:  12% (582/4830)   Resolving deltas:  13% (628/4830)   Resolving deltas:  14% (679/4830)   Resolving deltas:  15% (734/4830)   Resolving deltas:  16% (795/4830)   Resolving deltas:  17% (825/4830)   Resolving deltas:  18% (882/4830)   Resolving deltas:  19% (918/4830)   Resolving deltas:  20% (968/4830)   Resolving deltas:  21% (1015/4830)   Resolving deltas:  22% (1063/4830)   Resolving deltas:  23% (1150/4830)   Resolving deltas:  24% (1168/4830)   Resolving deltas:  25% (1209/4830)   Resolving deltas:  26% (1263/4830)   Resolving deltas:  29% (1425/4830)   Resolving deltas:  31% (1525/4830)   Resolving deltas:  32% (1559/4830)   Resolving deltas:  33% (1594/4830)   Resolving deltas:  34% (1644/4830)   Resolving deltas:  35% (1694/4830)   Resolving deltas:  36% (1742/4830)   Resolving deltas:  37% (1789/4830)   Resolving deltas:  38% (1836/4830)   Resolving deltas:  39% (1884/4830)   Resolving deltas:  40% (1949/4830)   Resolving deltas:  41% (1984/4830)   Resolving deltas:  42% (2030/4830)   Resolving deltas:  43% (2077/4830)   Resolving deltas:  44% (2126/4830)   Resolving deltas:  45% (2214/4830)   Resolving deltas:  46% (2232/4830)   Resolving deltas:  47% (2276/4830)   Resolving deltas:  48% (2320/4830)   Resolving deltas:  49% (2370/4830)   Resolving deltas:  50% (2416/4830)   Resolving deltas:  51% (2464/4830)   Resolving deltas:  52% (2513/4830)   Resolving deltas:  53% (2569/4830)   Resolving deltas:  54% (2639/4830)   Resolving deltas:  55% (2662/4830)   Resolving deltas:  56% (2717/4830)   Resolving deltas:  57% (2760/4830)   Resolving deltas:  58% (2802/4830)   Resolving deltas:  59% (2850/4830)   Resolving deltas:  60% (2908/4830)   Resolving deltas:  60% (2946/4830), completed with 9 local objects.
fatal: pack has 1884 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5616/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  66% (5684/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  67% (5771/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  68% (5857/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  69% (5943/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  70% (6029/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  71% (6115/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  72% (6201/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  73% (6287/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  74% (6373/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  75% (6459/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  76% (6546/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  77% (6632/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  78% (6718/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  79% (6804/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  80% (6890/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  81% (6976/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  82% (7062/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  83% (7148/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  84% (7235/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  85% (7321/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  86% (7407/8612), 14.67 MiB | 14.63 MiB/s   Receiving objects:  87% (7493/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects:  88% (7579/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects:  89% (7665/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects:  90% (7751/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects:  91% (7837/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects:  92% (7924/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects:  93% (8010/8612), 18.37 MiB | 12.06 MiB/s   remote: Total 8612 (delta 4829), reused 6996 (delta 3616)        
Receiving objects:  94% (8096/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects:  95% (8182/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects:  96% (8268/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects:  97% (8354/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects:  98% (8440/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects:  99% (8526/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects: 100% (8612/8612), 18.37 MiB | 12.06 MiB/s   Receiving objects: 100% (8612/8612), 19.14 MiB | 12.06 MiB/s, done.
Resolving deltas:   0% (0/4829)   Resolving deltas:   1% (49/4829)   Resolving deltas:   2% (97/4829)   Resolving deltas:   3% (146/4829)   Resolving deltas:   4% (195/4829)   Resolving deltas:   5% (242/4829)   Resolving deltas:   6% (330/4829)   Resolving deltas:   8% (411/4829)   Resolving deltas:   9% (435/4829)   Resolving deltas:  10% (485/4829)   Resolving deltas:  11% (535/4829)   Resolving deltas:  12% (581/4829)   Resolving deltas:  13% (639/4829)   Resolving deltas:  14% (711/4829)   Resolving deltas:  15% (733/4829)   Resolving deltas:  16% (773/4829)   Resolving deltas:  17% (827/4829)   Resolving deltas:  18% (876/4829)   Resolving deltas:  19% (918/4829)   Resolving deltas:  20% (973/4829)   Resolving deltas:  21% (1015/4829)   Resolving deltas:  23% (1158/4829)   Resolving deltas:  24% (1159/4829)   Resolving deltas:  25% (1224/4829)   Resolving deltas:  26% (1288/4829)   Resolving deltas:  27% (1323/4829)   Resolving deltas:  29% (1422/4829)   Resolving deltas:  32% (1559/4829)   Resolving deltas:  33% (1598/4829)   Resolving deltas:  34% (1646/4829)   Resolving deltas:  35% (1691/4829)   Resolving deltas:  36% (1749/4829)   Resolving deltas:  37% (1787/4829)   Resolving deltas:  38% (1836/4829)   Resolving deltas:  39% (1890/4829)   Resolving deltas:  40% (1935/4829)   Resolving deltas:  41% (1980/4829)   Resolving deltas:  42% (2029/4829)   Resolving deltas:  43% (2079/4829)   Resolving deltas:  44% (2125/4829)   Resolving deltas:  46% (2231/4829)   Resolving deltas:  47% (2277/4829)   Resolving deltas:  48% (2360/4829)   Resolving deltas:  49% (2367/4829)   Resolving deltas:  50% (2415/4829)   Resolving deltas:  51% (2463/4829)   Resolving deltas:  52% (2515/4829)   Resolving deltas:  53% (2578/4829)   Resolving deltas:  54% (2609/4829)   Resolving deltas:  55% (2674/4829)   Resolving deltas:  56% (2708/4829)   Resolving deltas:  57% (2759/4829)   Resolving deltas:  58% (2807/4829)   Resolving deltas:  59% (2850/4829)   Resolving deltas:  60% (2902/4829)   Resolving deltas:  61% (2947/4829)   Resolving deltas:  61% (2961/4829), completed with 9 local objects.
fatal: pack has 1868 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  66% (5684/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  67% (5771/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  68% (5857/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  69% (5943/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  70% (6029/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  71% (6115/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  72% (6201/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  73% (6287/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  74% (6373/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  75% (6459/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  76% (6546/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  77% (6632/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  78% (6718/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  79% (6804/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  80% (6890/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  81% (6976/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  82% (7062/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  83% (7148/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  84% (7235/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  85% (7321/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  86% (7407/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  87% (7493/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  88% (7579/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  89% (7665/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  90% (7751/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  91% (7837/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  92% (7924/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  93% (8010/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  94% (8096/8612), 17.28 MiB | 17.28 MiB/s   remote: Total 8612 (delta 4831), reused 6996 (delta 3616)        
Receiving objects:  95% (8182/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  96% (8268/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  97% (8354/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  98% (8440/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects:  99% (8526/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects: 100% (8612/8612), 17.28 MiB | 17.28 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 17.28 MiB/s, done.
Resolving deltas:   0% (0/4831)   Resolving deltas:   1% (50/4831)   Resolving deltas:   2% (97/4831)   Resolving deltas:   3% (145/4831)   Resolving deltas:   4% (194/4831)   Resolving deltas:   5% (248/4831)   Resolving deltas:   6% (327/4831)   Resolving deltas:   8% (412/4831)   Resolving deltas:   9% (438/4831)   Resolving deltas:  10% (484/4831)   Resolving deltas:  11% (533/4831)   Resolving deltas:  12% (586/4831)   Resolving deltas:  13% (631/4831)   Resolving deltas:  14% (679/4831)   Resolving deltas:  15% (741/4831)   Resolving deltas:  16% (773/4831)   Resolving deltas:  17% (824/4831)   Resolving deltas:  18% (871/4831)   Resolving deltas:  19% (918/4831)   Resolving deltas:  20% (969/4831)   Resolving deltas:  21% (1016/4831)   Resolving deltas:  23% (1146/4831)   Resolving deltas:  24% (1162/4831)   Resolving deltas:  25% (1255/4831)   Resolving deltas:  26% (1279/4831)   Resolving deltas:  27% (1323/4831)   Resolving deltas:  28% (1359/4831)   Resolving deltas:  31% (1527/4831)   Resolving deltas:  32% (1565/4831)   Resolving deltas:  33% (1596/4831)   Resolving deltas:  34% (1660/4831)   Resolving deltas:  35% (1698/4831)   Resolving deltas:  36% (1745/4831)   Resolving deltas:  37% (1788/4831)   Resolving deltas:  38% (1838/4831)   Resolving deltas:  39% (1886/4831)   Resolving deltas:  40% (1935/4831)   Resolving deltas:  41% (1981/4831)   Resolving deltas:  42% (2052/4831)   Resolving deltas:  43% (2094/4831)   Resolving deltas:  44% (2129/4831)   Resolving deltas:  45% (2213/4831)   Resolving deltas:  46% (2232/4831)   Resolving deltas:  47% (2275/4831)   Resolving deltas:  48% (2350/4831)   Resolving deltas:  49% (2375/4831)   Resolving deltas:  50% (2417/4831)   Resolving deltas:  51% (2464/4831)   Resolving deltas:  52% (2516/4831)   Resolving deltas:  53% (2570/4831)   Resolving deltas:  54% (2642/4831)   Resolving deltas:  55% (2666/4831)   Resolving deltas:  56% (2722/4831)   Resolving deltas:  57% (2764/4831)   Resolving deltas:  58% (2802/4831)   Resolving deltas:  59% (2851/4831)   Resolving deltas:  60% (2909/4831)   Resolving deltas:  61% (2947/4831)   Resolving deltas:  61% (2947/4831), completed with 9 local objects.
fatal: pack has 1884 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2331

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  66% (5684/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  67% (5771/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  68% (5857/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  69% (5943/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  70% (6029/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  71% (6115/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  72% (6201/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  73% (6287/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  74% (6373/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  75% (6459/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  76% (6546/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  77% (6632/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  78% (6718/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  79% (6804/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  80% (6890/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  81% (6976/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  82% (7062/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  83% (7148/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  84% (7235/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  85% (7321/8612), 5.86 MiB | 11.72 MiB/s   Receiving objects:  85% (7387/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  86% (7407/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  87% (7493/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  88% (7579/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  89% (7665/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  90% (7751/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  91% (7837/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  92% (7924/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  93% (8010/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  94% (8096/8612), 18.32 MiB | 17.92 MiB/s   remote: Total 8612 (delta 4830), reused 6996 (delta 3616)        
Receiving objects:  95% (8182/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  96% (8268/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  97% (8354/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  98% (8440/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects:  99% (8526/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects: 100% (8612/8612), 18.32 MiB | 17.92 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 17.92 MiB/s, done.
Resolving deltas:   0% (0/4830)   Resolving deltas:   1% (50/4830)   Resolving deltas:   2% (97/4830)   Resolving deltas:   3% (150/4830)   Resolving deltas:   4% (194/4830)   Resolving deltas:   5% (247/4830)   Resolving deltas:   6% (338/4830)   Resolving deltas:   7% (339/4830)   Resolving deltas:   8% (429/4830)   Resolving deltas:   9% (435/4830)   Resolving deltas:  10% (484/4830)   Resolving deltas:  11% (537/4830)   Resolving deltas:  12% (585/4830)   Resolving deltas:  13% (631/4830)   Resolving deltas:  14% (710/4830)   Resolving deltas:  15% (728/4830)   Resolving deltas:  16% (773/4830)   Resolving deltas:  17% (822/4830)   Resolving deltas:  18% (882/4830)   Resolving deltas:  19% (918/4830)   Resolving deltas:  20% (969/4830)   Resolving deltas:  21% (1018/4830)   Resolving deltas:  23% (1156/4830)   Resolving deltas:  24% (1164/4830)   Resolving deltas:  25% (1222/4830)   Resolving deltas:  26% (1269/4830)   Resolving deltas:  27% (1305/4830)   Resolving deltas:  29% (1401/4830)   Resolving deltas:  31% (1522/4830)   Resolving deltas:  32% (1564/4830)   Resolving deltas:  33% (1595/4830)   Resolving deltas:  34% (1650/4830)   Resolving deltas:  35% (1710/4830)   Resolving deltas:  36% (1750/4830)   Resolving deltas:  37% (1789/4830)   Resolving deltas:  38% (1836/4830)   Resolving deltas:  39% (1885/4830)   Resolving deltas:  40% (1937/4830)   Resolving deltas:  41% (1981/4830)   Resolving deltas:  42% (2030/4830)   Resolving deltas:  43% (2103/4830)   Resolving deltas:  44% (2126/4830)   Resolving deltas:  46% (2222/4830)   Resolving deltas:  47% (2274/4830)   Resolving deltas:  48% (2363/4830)   Resolving deltas:  49% (2370/4830)   Resolving deltas:  50% (2419/4830)   Resolving deltas:  51% (2466/4830)   Resolving deltas:  52% (2513/4830)   Resolving deltas:  53% (2567/4830)   Resolving deltas:  54% (2642/4830)   Resolving deltas:  55% (2664/4830)   Resolving deltas:  56% (2719/4830)   Resolving deltas:  57% (2761/4830)   Resolving deltas:  58% (2803/4830)   Resolving deltas:  59% (2851/4830)   Resolving deltas:  60% (2899/4830)   Resolving deltas:  61% (2948/4830)   Resolving deltas:  61% (2949/4830), completed with 9 local objects.
fatal: pack has 1881 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  66% (5684/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  67% (5771/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  68% (5857/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  69% (5943/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  70% (6029/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  71% (6115/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  72% (6201/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  73% (6287/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  74% (6373/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  75% (6459/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  76% (6546/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  77% (6632/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  78% (6718/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  79% (6804/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  80% (6890/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  81% (6976/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  82% (7062/8612), 12.15 MiB | 12.12 MiB/s   Receiving objects:  83% (7148/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  84% (7235/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  85% (7321/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  86% (7407/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  87% (7493/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  88% (7579/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  89% (7665/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  90% (7751/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  91% (7837/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  92% (7924/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  93% (8010/8612), 18.03 MiB | 11.98 MiB/s   remote: Total 8612 (delta 4831), reused 6996 (delta 3616)        
Receiving objects:  94% (8096/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  95% (8182/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  96% (8268/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  97% (8354/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  98% (8440/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects:  99% (8526/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects: 100% (8612/8612), 18.03 MiB | 11.98 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 11.98 MiB/s, done.
Resolving deltas:   0% (0/4831)   Resolving deltas:   1% (49/4831)   Resolving deltas:   2% (98/4831)   Resolving deltas:   3% (145/4831)   Resolving deltas:   4% (196/4831)   Resolving deltas:   5% (242/4831)   Resolving deltas:   6% (325/4831)   Resolving deltas:   8% (402/4831)   Resolving deltas:   9% (441/4831)   Resolving deltas:  10% (484/4831)   Resolving deltas:  11% (533/4831)   Resolving deltas:  12% (582/4831)   Resolving deltas:  13% (633/4831)   Resolving deltas:  14% (701/4831)   Resolving deltas:  15% (733/4831)   Resolving deltas:  16% (773/4831)   Resolving deltas:  17% (827/4831)   Resolving deltas:  18% (876/4831)   Resolving deltas:  19% (918/4831)   Resolving deltas:  20% (975/4831)   Resolving deltas:  21% (1015/4831)   Resolving deltas:  23% (1152/4831)   Resolving deltas:  24% (1160/4831)   Resolving deltas:  25% (1222/4831)   Resolving deltas:  26% (1290/4831)   Resolving deltas:  27% (1322/4831)   Resolving deltas:  29% (1415/4831)   Resolving deltas:  31% (1538/4831)   Resolving deltas:  32% (1546/4831)   Resolving deltas:  33% (1595/4831)   Resolving deltas:  34% (1653/4831)   Resolving deltas:  35% (1691/4831)   Resolving deltas:  36% (1752/4831)   Resolving deltas:  37% (1788/4831)   Resolving deltas:  38% (1838/4831)   Resolving deltas:  39% (1891/4831)   Resolving deltas:  40% (1934/4831)   Resolving deltas:  41% (1981/4831)   Resolving deltas:  42% (2074/4831)   Resolving deltas:  43% (2083/4831)   Resolving deltas:  44% (2130/4831)   Resolving deltas:  45% (2216/4831)   Resolving deltas:  46% (2232/4831)   Resolving deltas:  47% (2275/4831)   Resolving deltas:  48% (2350/4831)   Resolving deltas:  49% (2370/4831)   Resolving deltas:  50% (2417/4831)   Resolving deltas:  51% (2467/4831)   Resolving deltas:  52% (2520/4831)   Resolving deltas:  53% (2563/4831)   Resolving deltas:  54% (2630/4831)   Resolving deltas:  55% (2665/4831)   Resolving deltas:  56% (2709/4831)   Resolving deltas:  57% (2784/4831)   Resolving deltas:  58% (2806/4831)   Resolving deltas:  59% (2864/4831)   Resolving deltas:  60% (2900/4831)   Resolving deltas:  60% (2938/4831), completed with 9 local objects.
fatal: pack has 1893 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  66% (5684/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  67% (5771/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  68% (5857/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  69% (5943/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  70% (6029/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  71% (6115/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  72% (6201/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  73% (6287/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  74% (6373/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  75% (6459/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  76% (6546/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  77% (6632/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  78% (6718/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  79% (6804/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  80% (6890/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  81% (6976/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  82% (7062/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  83% (7148/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  84% (7235/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  85% (7321/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  86% (7407/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  87% (7493/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  88% (7579/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  89% (7665/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  90% (7751/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  91% (7837/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  92% (7924/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  93% (8010/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  94% (8096/8612), 17.39 MiB | 17.39 MiB/s   remote: Total 8612 (delta 4830), reused 6996 (delta 3616)        
Receiving objects:  95% (8182/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  96% (8268/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  97% (8354/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  98% (8440/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects:  99% (8526/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects: 100% (8612/8612), 17.39 MiB | 17.39 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 17.39 MiB/s, done.
Resolving deltas:   0% (0/4830)   Resolving deltas:   1% (49/4830)   Resolving deltas:   2% (97/4830)   Resolving deltas:   3% (146/4830)   Resolving deltas:   4% (194/4830)   Resolving deltas:   5% (247/4830)   Resolving deltas:   6% (336/4830)   Resolving deltas:   8% (411/4830)   Resolving deltas:   9% (440/4830)   Resolving deltas:  10% (484/4830)   Resolving deltas:  11% (535/4830)   Resolving deltas:  12% (581/4830)   Resolving deltas:  13% (632/4830)   Resolving deltas:  14% (710/4830)   Resolving deltas:  15% (731/4830)   Resolving deltas:  16% (773/4830)   Resolving deltas:  17% (825/4830)   Resolving deltas:  18% (873/4830)   Resolving deltas:  19% (918/4830)   Resolving deltas:  20% (966/4830)   Resolving deltas:  21% (1015/4830)   Resolving deltas:  22% (1063/4830)   Resolving deltas:  23% (1149/4830)   Resolving deltas:  24% (1169/4830)   Resolving deltas:  25% (1221/4830)   Resolving deltas:  26% (1283/4830)   Resolving deltas:  27% (1321/4830)   Resolving deltas:  29% (1413/4830)   Resolving deltas:  31% (1538/4830)   Resolving deltas:  32% (1546/4830)   Resolving deltas:  33% (1594/4830)   Resolving deltas:  34% (1647/4830)   Resolving deltas:  35% (1703/4830)   Resolving deltas:  36% (1745/4830)   Resolving deltas:  37% (1788/4830)   Resolving deltas:  38% (1836/4830)   Resolving deltas:  39% (1885/4830)   Resolving deltas:  40% (1951/4830)   Resolving deltas:  41% (1985/4830)   Resolving deltas:  42% (2033/4830)   Resolving deltas:  43% (2077/4830)   Resolving deltas:  44% (2126/4830)   Resolving deltas:  46% (2227/4830)   Resolving deltas:  47% (2275/4830)   Resolving deltas:  48% (2347/4830)   Resolving deltas:  49% (2368/4830)   Resolving deltas:  50% (2417/4830)   Resolving deltas:  51% (2464/4830)   Resolving deltas:  52% (2515/4830)   Resolving deltas:  53% (2566/4830)   Resolving deltas:  54% (2640/4830)   Resolving deltas:  55% (2664/4830)   Resolving deltas:  56% (2720/4830)   Resolving deltas:  57% (2763/4830)   Resolving deltas:  58% (2802/4830)   Resolving deltas:  59% (2850/4830)   Resolving deltas:  60% (2898/4830)   Resolving deltas:  61% (2947/4830)   Resolving deltas:  61% (2948/4830), completed with 9 local objects.
fatal: pack has 1882 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2330

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 9.30 MiB | 9.31 MiB/s   Receiving objects:  65% (5619/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  66% (5684/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  67% (5771/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  68% (5857/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  69% (5943/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  70% (6029/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  71% (6115/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  72% (6201/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  73% (6287/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  74% (6373/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  75% (6459/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  76% (6546/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  77% (6632/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  78% (6718/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  79% (6804/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  80% (6890/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  81% (6976/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  82% (7062/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  83% (7148/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  84% (7235/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  85% (7321/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  86% (7407/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  87% (7493/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  88% (7579/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  89% (7665/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  90% (7751/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  91% (7837/8612), 16.82 MiB | 8.41 MiB/s   Receiving objects:  92% (7924/8612), 18.97 MiB | 7.58 MiB/s   Receiving objects:  93% (8010/8612), 18.97 MiB | 7.58 MiB/s   remote: Total 8612 (delta 4831), reused 6996 (delta 3616)        
Receiving objects:  94% (8096/8612), 18.97 MiB | 7.58 MiB/s   Receiving objects:  95% (8182/8612), 18.97 MiB | 7.58 MiB/s   Receiving objects:  96% (8268/8612), 18.97 MiB | 7.58 MiB/s   Receiving objects:  97% (8354/8612), 18.97 MiB | 7.58 MiB/s   Receiving objects:  98% (8440/8612), 18.97 MiB | 7.58 MiB/s   Receiving objects:  99% (8526/8612), 18.97 MiB | 7.58 MiB/s   Receiving objects: 100% (8612/8612), 18.97 MiB | 7.58 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 7.58 MiB/s, done.
Resolving deltas:   0% (0/4831)   Resolving deltas:   1% (49/4831)   Resolving deltas:   2% (97/4831)   Resolving deltas:   3% (148/4831)   Resolving deltas:   4% (194/4831)   Resolving deltas:   5% (242/4831)   Resolving deltas:   6% (325/4831)   Resolving deltas:   8% (409/4831)   Resolving deltas:   9% (446/4831)   Resolving deltas:  10% (484/4831)   Resolving deltas:  11% (535/4831)   Resolving deltas:  12% (593/4831)   Resolving deltas:  13% (638/4831)   Resolving deltas:  14% (705/4831)   Resolving deltas:  15% (729/4831)   Resolving deltas:  16% (773/4831)   Resolving deltas:  17% (825/4831)   Resolving deltas:  18% (873/4831)   Resolving deltas:  19% (918/4831)   Resolving deltas:  20% (975/4831)   Resolving deltas:  21% (1017/4831)   Resolving deltas:  23% (1150/4831)   Resolving deltas:  24% (1168/4831)   Resolving deltas:  25% (1216/4831)   Resolving deltas:  26% (1273/4831)   Resolving deltas:  27% (1314/4831)   Resolving deltas:  29% (1406/4831)   Resolving deltas:  31% (1528/4831)   Resolving deltas:  32% (1546/4831)   Resolving deltas:  33% (1610/4831)   Resolving deltas:  34% (1644/4831)   Resolving deltas:  35% (1694/4831)   Resolving deltas:  36% (1742/4831)   Resolving deltas:  37% (1791/4831)   Resolving deltas:  38% (1837/4831)   Resolving deltas:  39% (1885/4831)   Resolving deltas:  40% (1933/4831)   Resolving deltas:  41% (1982/4831)   Resolving deltas:  42% (2065/4831)   Resolving deltas:  43% (2097/4831)   Resolving deltas:  44% (2127/4831)   Resolving deltas:  45% (2214/4831)   Resolving deltas:  46% (2231/4831)   Resolving deltas:  47% (2276/4831)   Resolving deltas:  48% (2351/4831)   Resolving deltas:  49% (2370/4831)   Resolving deltas:  50% (2416/4831)   Resolving deltas:  51% (2464/4831)   Resolving deltas:  52% (2520/4831)   Resolving deltas:  53% (2562/4831)   Resolving deltas:  54% (2629/4831)   Resolving deltas:  55% (2665/4831)   Resolving deltas:  56% (2709/4831)   Resolving deltas:  57% (2786/4831)   Resolving deltas:  58% (2806/4831)   Resolving deltas:  59% (2864/4831)   Resolving deltas:  60% (2900/4831)   Resolving deltas:  60% (2938/4831), completed with 9 local objects.
fatal: pack has 1893 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 9.09 MiB | 9.08 MiB/s   Receiving objects:  66% (5684/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  67% (5771/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  68% (5857/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  69% (5943/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  70% (6029/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  71% (6115/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  72% (6201/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  73% (6287/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  74% (6373/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  75% (6459/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  76% (6546/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  77% (6632/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  78% (6718/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  79% (6804/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  80% (6890/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  81% (6976/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  82% (7062/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  83% (7148/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  84% (7235/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  85% (7321/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  86% (7407/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  87% (7493/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  88% (7579/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  89% (7665/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  90% (7751/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  91% (7837/8612), 15.27 MiB | 10.18 MiB/s   Receiving objects:  91% (7878/8612), 18.45 MiB | 9.01 MiB/s   Receiving objects:  92% (7924/8612), 18.45 MiB | 9.01 MiB/s   Receiving objects:  93% (8010/8612), 18.45 MiB | 9.01 MiB/s   Receiving objects:  94% (8096/8612), 18.45 MiB | 9.01 MiB/s   remote: Total 8612 (delta 4830), reused 6997 (delta 3616)        
Receiving objects:  95% (8182/8612), 18.45 MiB | 9.01 MiB/s   Receiving objects:  96% (8268/8612), 18.45 MiB | 9.01 MiB/s   Receiving objects:  97% (8354/8612), 18.45 MiB | 9.01 MiB/s   Receiving objects:  98% (8440/8612), 18.45 MiB | 9.01 MiB/s   Receiving objects:  99% (8526/8612), 18.45 MiB | 9.01 MiB/s   Receiving objects: 100% (8612/8612), 18.45 MiB | 9.01 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 9.01 MiB/s, done.
Resolving deltas:   0% (0/4830)   Resolving deltas:   1% (49/4830)   Resolving deltas:   2% (97/4830)   Resolving deltas:   3% (146/4830)   Resolving deltas:   4% (194/4830)   Resolving deltas:   5% (242/4830)   Resolving deltas:   6% (330/4830)   Resolving deltas:   8% (409/4830)   Resolving deltas:   9% (439/4830)   Resolving deltas:  10% (485/4830)   Resolving deltas:  11% (534/4830)   Resolving deltas:  12% (586/4830)   Resolving deltas:  13% (636/4830)   Resolving deltas:  14% (683/4830)   Resolving deltas:  15% (739/4830)   Resolving deltas:  16% (773/4830)   Resolving deltas:  17% (824/4830)   Resolving deltas:  18% (871/4830)   Resolving deltas:  19% (918/4830)   Resolving deltas:  20% (971/4830)   Resolving deltas:  21% (1020/4830)   Resolving deltas:  23% (1157/4830)   Resolving deltas:  24% (1164/4830)   Resolving deltas:  25% (1216/4830)   Resolving deltas:  26% (1270/4830)   Resolving deltas:  27% (1310/4830)   Resolving deltas:  29% (1413/4830)   Resolving deltas:  31% (1540/4830)   Resolving deltas:  32% (1546/4830)   Resolving deltas:  33% (1595/4830)   Resolving deltas:  34% (1646/4830)   Resolving deltas:  35% (1714/4830)   Resolving deltas:  36% (1743/4830)   Resolving deltas:  37% (1791/4830)   Resolving deltas:  38% (1837/4830)   Resolving deltas:  39% (1886/4830)   Resolving deltas:  40% (1943/4830)   Resolving deltas:  41% (1982/4830)   Resolving deltas:  42% (2029/4830)   Resolving deltas:  43% (2077/4830)   Resolving deltas:  44% (2126/4830)   Resolving deltas:  46% (2222/4830)   Resolving deltas:  47% (2276/4830)   Resolving deltas:  48% (2320/4830)   Resolving deltas:  49% (2370/4830)   Resolving deltas:  50% (2416/4830)   Resolving deltas:  51% (2464/4830)   Resolving deltas:  52% (2513/4830)   Resolving deltas:  53% (2566/4830)   Resolving deltas:  54% (2639/4830)   Resolving deltas:  55% (2662/4830)   Resolving deltas:  56% (2717/4830)   Resolving deltas:  57% (2759/4830)   Resolving deltas:  58% (2802/4830)   Resolving deltas:  59% (2850/4830)   Resolving deltas:  60% (2908/4830)   Resolving deltas:  60% (2946/4830), completed with 9 local objects.
fatal: pack has 1884 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5617/8612), 7.96 MiB | 7.95 MiB/s   Receiving objects:  65% (5617/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  66% (5684/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  67% (5771/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  68% (5857/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  69% (5943/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  70% (6029/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  71% (6115/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  72% (6201/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  73% (6287/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  74% (6373/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  75% (6459/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  76% (6546/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  77% (6632/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  78% (6718/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  79% (6804/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  80% (6890/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  81% (6976/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  82% (7062/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  83% (7148/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  84% (7235/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  85% (7321/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  86% (7407/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  87% (7493/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  88% (7579/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  89% (7665/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  90% (7751/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  91% (7837/8612), 16.90 MiB | 8.44 MiB/s   Receiving objects:  92% (7924/8612), 18.88 MiB | 7.54 MiB/s   Receiving objects:  93% (8010/8612), 18.88 MiB | 7.54 MiB/s   Receiving objects:  94% (8096/8612), 18.88 MiB | 7.54 MiB/s   remote: Total 8612 (delta 4831), reused 6996 (delta 3616)        
Receiving objects:  95% (8182/8612), 18.88 MiB | 7.54 MiB/s   Receiving objects:  96% (8268/8612), 18.88 MiB | 7.54 MiB/s   Receiving objects:  97% (8354/8612), 18.88 MiB | 7.54 MiB/s   Receiving objects:  98% (8440/8612), 18.88 MiB | 7.54 MiB/s   Receiving objects:  99% (8526/8612), 18.88 MiB | 7.54 MiB/s   Receiving objects: 100% (8612/8612), 18.88 MiB | 7.54 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 7.54 MiB/s, done.
Resolving deltas:   0% (0/4831)   Resolving deltas:   1% (49/4831)   Resolving deltas:   2% (99/4831)   Resolving deltas:   3% (145/4831)   Resolving deltas:   4% (195/4831)   Resolving deltas:   5% (242/4831)   Resolving deltas:   6% (328/4831)   Resolving deltas:   8% (418/4831)   Resolving deltas:   9% (436/4831)   Resolving deltas:  10% (484/4831)   Resolving deltas:  11% (532/4831)   Resolving deltas:  12% (589/4831)   Resolving deltas:  13% (630/4831)   Resolving deltas:  14% (684/4831)   Resolving deltas:  15% (734/4831)   Resolving deltas:  16% (774/4831)   Resolving deltas:  17% (827/4831)   Resolving deltas:  18% (877/4831)   Resolving deltas:  19% (918/4831)   Resolving deltas:  20% (971/4831)   Resolving deltas:  21% (1019/4831)   Resolving deltas:  23% (1153/4831)   Resolving deltas:  24% (1160/4831)   Resolving deltas:  25% (1215/4831)   Resolving deltas:  26% (1282/4831)   Resolving deltas:  27% (1316/4831)   Resolving deltas:  29% (1409/4831)   Resolving deltas:  32% (1546/4831)   Resolving deltas:  33% (1599/4831)   Resolving deltas:  34% (1647/4831)   Resolving deltas:  35% (1697/4831)   Resolving deltas:  36% (1751/4831)   Resolving deltas:  37% (1789/4831)   Resolving deltas:  38% (1838/4831)   Resolving deltas:  39% (1908/4831)   Resolving deltas:  40% (1947/4831)   Resolving deltas:  41% (1982/4831)   Resolving deltas:  42% (2041/4831)   Resolving deltas:  43% (2103/4831)   Resolving deltas:  44% (2127/4831)   Resolving deltas:  45% (2215/4831)   Resolving deltas:  46% (2232/4831)   Resolving deltas:  47% (2275/4831)   Resolving deltas:  48% (2350/4831)   Resolving deltas:  49% (2377/4831)   Resolving deltas:  50% (2416/4831)   Resolving deltas:  51% (2464/4831)   Resolving deltas:  52% (2515/4831)   Resolving deltas:  53% (2567/4831)   Resolving deltas:  54% (2640/4831)   Resolving deltas:  55% (2663/4831)   Resolving deltas:  56% (2716/4831)   Resolving deltas:  57% (2758/4831)   Resolving deltas:  58% (2802/4831)   Resolving deltas:  59% (2851/4831)   Resolving deltas:  60% (2899/4831)   Resolving deltas:  61% (2948/4831)   Resolving deltas:  61% (2949/4831), completed with 9 local objects.
fatal: pack has 1882 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2329

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  66% (5684/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  67% (5771/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  68% (5857/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  69% (5943/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  70% (6029/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  71% (6115/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  72% (6201/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  73% (6287/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  74% (6373/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  75% (6459/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  76% (6546/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  77% (6632/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  78% (6718/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  79% (6804/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  80% (6890/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  81% (6976/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  82% (7062/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  83% (7148/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  84% (7235/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  85% (7321/8612), 7.10 MiB | 14.19 MiB/s   Receiving objects:  85% (7375/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  86% (7407/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  87% (7493/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  88% (7579/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  89% (7665/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  90% (7751/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  91% (7837/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  92% (7924/8612), 18.25 MiB | 17.71 MiB/s   remote: Total 8612 (delta 4830), reused 6996 (delta 3616)        
Receiving objects:  93% (8010/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  94% (8096/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  95% (8182/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  96% (8268/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  97% (8354/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  98% (8440/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects:  99% (8526/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects: 100% (8612/8612), 18.25 MiB | 17.71 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 17.71 MiB/s, done.
Resolving deltas:   0% (0/4830)   Resolving deltas:   1% (49/4830)   Resolving deltas:   2% (102/4830)   Resolving deltas:   3% (149/4830)   Resolving deltas:   4% (194/4830)   Resolving deltas:   5% (242/4830)   Resolving deltas:   6% (328/4830)   Resolving deltas:   8% (420/4830)   Resolving deltas:   9% (435/4830)   Resolving deltas:  10% (484/4830)   Resolving deltas:  11% (534/4830)   Resolving deltas:  12% (588/4830)   Resolving deltas:  13% (633/4830)   Resolving deltas:  14% (711/4830)   Resolving deltas:  15% (730/4830)   Resolving deltas:  16% (773/4830)   Resolving deltas:  17% (834/4830)   Resolving deltas:  18% (881/4830)   Resolving deltas:  19% (918/4830)   Resolving deltas:  20% (971/4830)   Resolving deltas:  21% (1015/4830)   Resolving deltas:  22% (1063/4830)   Resolving deltas:  24% (1169/4830)   Resolving deltas:  25% (1216/4830)   Resolving deltas:  26% (1256/4830)   Resolving deltas:  29% (1443/4830)   Resolving deltas:  31% (1517/4830)   Resolving deltas:  32% (1563/4830)   Resolving deltas:  33% (1599/4830)   Resolving deltas:  34% (1643/4830)   Resolving deltas:  35% (1706/4830)   Resolving deltas:  36% (1748/4830)   Resolving deltas:  37% (1789/4830)   Resolving deltas:  38% (1841/4830)   Resolving deltas:  39% (1885/4830)   Resolving deltas:  40% (1934/4830)   Resolving deltas:  41% (2000/4830)   Resolving deltas:  42% (2033/4830)   Resolving deltas:  43% (2103/4830)   Resolving deltas:  44% (2127/4830)   Resolving deltas:  45% (2220/4830)   Resolving deltas:  46% (2231/4830)   Resolving deltas:  47% (2276/4830)   Resolving deltas:  48% (2350/4830)   Resolving deltas:  49% (2372/4830)   Resolving deltas:  50% (2415/4830)   Resolving deltas:  51% (2468/4830)   Resolving deltas:  52% (2520/4830)   Resolving deltas:  53% (2560/4830)   Resolving deltas:  54% (2630/4830)   Resolving deltas:  55% (2666/4830)   Resolving deltas:  56% (2710/4830)   Resolving deltas:  57% (2787/4830)   Resolving deltas:  58% (2808/4830)   Resolving deltas:  59% (2866/4830)   Resolving deltas:  60% (2902/4830)   Resolving deltas:  60% (2940/4830), completed with 9 local objects.
fatal: pack has 1890 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  66% (5684/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  67% (5771/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  68% (5857/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  69% (5943/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  70% (6029/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  71% (6115/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  72% (6201/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  73% (6287/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  74% (6373/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  75% (6459/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  76% (6546/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  77% (6632/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  78% (6718/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  79% (6804/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  80% (6890/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  81% (6976/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  82% (7062/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  83% (7148/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  84% (7235/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  85% (7321/8612), 9.50 MiB | 19.00 MiB/s   Receiving objects:  85% (7386/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  86% (7407/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  87% (7493/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  88% (7579/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  89% (7665/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  90% (7751/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  91% (7837/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  92% (7924/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  93% (8010/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  94% (8096/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  95% (8182/8612), 18.30 MiB | 18.10 MiB/s   remote: Total 8612 (delta 4831), reused 6996 (delta 3616)        
Receiving objects:  96% (8268/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  97% (8354/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  98% (8440/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects:  99% (8526/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects: 100% (8612/8612), 18.30 MiB | 18.10 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 18.10 MiB/s, done.
Resolving deltas:   0% (0/4831)   Resolving deltas:   1% (49/4831)   Resolving deltas:   2% (98/4831)   Resolving deltas:   3% (145/4831)   Resolving deltas:   4% (195/4831)   Resolving deltas:   5% (242/4831)   Resolving deltas:   6% (329/4831)   Resolving deltas:   8% (407/4831)   Resolving deltas:   9% (436/4831)   Resolving deltas:  10% (484/4831)   Resolving deltas:  11% (532/4831)   Resolving deltas:  12% (587/4831)   Resolving deltas:  13% (637/4831)   Resolving deltas:  14% (677/4831)   Resolving deltas:  15% (733/4831)   Resolving deltas:  16% (789/4831)   Resolving deltas:  17% (823/4831)   Resolving deltas:  18% (871/4831)   Resolving deltas:  19% (918/4831)   Resolving deltas:  20% (967/4831)   Resolving deltas:  21% (1016/4831)   Resolving deltas:  24% (1160/4831)   Resolving deltas:  25% (1215/4831)   Resolving deltas:  26% (1279/4831)   Resolving deltas:  27% (1322/4831)   Resolving deltas:  29% (1410/4831)   Resolving deltas:  31% (1534/4831)   Resolving deltas:  32% (1550/4831)   Resolving deltas:  33% (1596/4831)   Resolving deltas:  34% (1646/4831)   Resolving deltas:  35% (1706/4831)   Resolving deltas:  36% (1740/4831)   Resolving deltas:  37% (1788/4831)   Resolving deltas:  38% (1838/4831)   Resolving deltas:  39% (1890/4831)   Resolving deltas:  40% (1934/4831)   Resolving deltas:  41% (1981/4831)   Resolving deltas:  42% (2032/4831)   Resolving deltas:  43% (2078/4831)   Resolving deltas:  44% (2126/4831)   Resolving deltas:  46% (2223/4831)   Resolving deltas:  47% (2276/4831)   Resolving deltas:  48% (2327/4831)   Resolving deltas:  49% (2371/4831)   Resolving deltas:  50% (2417/4831)   Resolving deltas:  51% (2464/4831)   Resolving deltas:  52% (2534/4831)   Resolving deltas:  53% (2564/4831)   Resolving deltas:  54% (2631/4831)   Resolving deltas:  55% (2666/4831)   Resolving deltas:  56% (2729/4831)   Resolving deltas:  57% (2763/4831)   Resolving deltas:  58% (2806/4831)   Resolving deltas:  59% (2852/4831)   Resolving deltas:  60% (2903/4831)   Resolving deltas:  60% (2917/4831), completed with 9 local objects.
fatal: pack has 1914 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 7.32 MiB | 7.25 MiB/s   Receiving objects:  65% (5619/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  66% (5684/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  67% (5771/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  68% (5857/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  69% (5943/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  70% (6029/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  71% (6115/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  72% (6201/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  73% (6287/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  74% (6373/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  75% (6459/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  76% (6546/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  77% (6632/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  78% (6718/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  79% (6804/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  80% (6890/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  81% (6976/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  82% (7062/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  83% (7148/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  84% (7235/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  85% (7321/8612), 15.57 MiB | 7.72 MiB/s   Receiving objects:  86% (7407/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects:  87% (7493/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects:  88% (7579/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects:  89% (7665/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects:  90% (7751/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects:  91% (7837/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects:  92% (7924/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects:  93% (8010/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects:  94% (8096/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects:  95% (8182/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects:  96% (8268/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects:  97% (8354/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects:  98% (8440/8612), 18.32 MiB | 7.18 MiB/s   remote: Total 8612 (delta 4830), reused 6997 (delta 3616)        
Receiving objects:  99% (8526/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects: 100% (8612/8612), 18.32 MiB | 7.18 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 7.18 MiB/s, done.
Resolving deltas:   0% (0/4830)   Resolving deltas:   1% (49/4830)   Resolving deltas:   2% (97/4830)   Resolving deltas:   3% (150/4830)   Resolving deltas:   4% (194/4830)   Resolving deltas:   5% (242/4830)   Resolving deltas:   6% (334/4830)   Resolving deltas:   8% (427/4830)   Resolving deltas:   9% (435/4830)   Resolving deltas:  10% (483/4830)   Resolving deltas:  11% (536/4830)   Resolving deltas:  12% (582/4830)   Resolving deltas:  13% (634/4830)   Resolving deltas:  14% (707/4830)   Resolving deltas:  15% (729/4830)   Resolving deltas:  16% (773/4830)   Resolving deltas:  17% (826/4830)   Resolving deltas:  18% (874/4830)   Resolving deltas:  19% (918/4830)   Resolving deltas:  20% (967/4830)   Resolving deltas:  21% (1016/4830)   Resolving deltas:  24% (1162/4830)   Resolving deltas:  25% (1237/4830)   Resolving deltas:  26% (1259/4830)   Resolving deltas:  27% (1318/4830)   Resolving deltas:  28% (1398/4830)   Resolving deltas:  31% (1537/4830)   Resolving deltas:  32% (1546/4830)   Resolving deltas:  33% (1594/4830)   Resolving deltas:  34% (1653/4830)   Resolving deltas:  35% (1715/4830)   Resolving deltas:  36% (1739/4830)   Resolving deltas:  37% (1788/4830)   Resolving deltas:  38% (1837/4830)   Resolving deltas:  39% (1884/4830)   Resolving deltas:  40% (1932/4830)   Resolving deltas:  41% (1981/4830)   Resolving deltas:  42% (2036/4830)   Resolving deltas:  43% (2102/4830)   Resolving deltas:  44% (2126/4830)   Resolving deltas:  45% (2221/4830)   Resolving deltas:  46% (2231/4830)   Resolving deltas:  47% (2276/4830)   Resolving deltas:  48% (2350/4830)   Resolving deltas:  49% (2372/4830)   Resolving deltas:  50% (2416/4830)   Resolving deltas:  51% (2464/4830)   Resolving deltas:  52% (2523/4830)   Resolving deltas:  53% (2561/4830)   Resolving deltas:  54% (2630/4830)   Resolving deltas:  55% (2666/4830)   Resolving deltas:  56% (2710/4830)   Resolving deltas:  57% (2786/4830)   Resolving deltas:  58% (2803/4830)   Resolving deltas:  59% (2861/4830)   Resolving deltas:  60% (2904/4830)   Resolving deltas:  60% (2935/4830), completed with 9 local objects.
fatal: pack has 1895 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2328

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 9.32 MiB | 9.29 MiB/s   Receiving objects:  66% (5684/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  67% (5771/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  68% (5857/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  69% (5943/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  70% (6029/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  71% (6115/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  72% (6201/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  73% (6287/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  74% (6373/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  75% (6459/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  76% (6546/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  77% (6632/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  78% (6718/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  79% (6804/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  80% (6890/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  81% (6976/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  82% (7062/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  83% (7148/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  84% (7235/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  85% (7321/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  85% (7378/8612), 14.00 MiB | 9.29 MiB/s   Receiving objects:  86% (7407/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects:  87% (7493/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects:  88% (7579/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects:  89% (7665/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects:  90% (7751/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects:  91% (7837/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects:  92% (7924/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects:  93% (8010/8612), 18.28 MiB | 9.03 MiB/s   remote: Total 8612 (delta 4831), reused 6996 (delta 3616)        
Receiving objects:  94% (8096/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects:  95% (8182/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects:  96% (8268/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects:  97% (8354/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects:  98% (8440/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects:  99% (8526/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects: 100% (8612/8612), 18.28 MiB | 9.03 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 9.03 MiB/s, done.
Resolving deltas:   0% (0/4831)   Resolving deltas:   1% (50/4831)   Resolving deltas:   2% (97/4831)   Resolving deltas:   3% (145/4831)   Resolving deltas:   4% (194/4831)   Resolving deltas:   5% (243/4831)   Resolving deltas:   6% (334/4831)   Resolving deltas:   8% (416/4831)   Resolving deltas:   9% (437/4831)   Resolving deltas:  10% (485/4831)   Resolving deltas:  11% (532/4831)   Resolving deltas:  12% (580/4831)   Resolving deltas:  13% (629/4831)   Resolving deltas:  14% (709/4831)   Resolving deltas:  15% (727/4831)   Resolving deltas:  16% (773/4831)   Resolving deltas:  17% (828/4831)   Resolving deltas:  18% (881/4831)   Resolving deltas:  19% (918/4831)   Resolving deltas:  20% (975/4831)   Resolving deltas:  21% (1018/4831)   Resolving deltas:  23% (1150/4831)   Resolving deltas:  24% (1166/4831)   Resolving deltas:  25% (1224/4831)   Resolving deltas:  26% (1289/4831)   Resolving deltas:  27% (1324/4831)   Resolving deltas:  29% (1401/4831)   Resolving deltas:  31% (1528/4831)   Resolving deltas:  32% (1571/4831)   Resolving deltas:  33% (1595/4831)   Resolving deltas:  34% (1648/4831)   Resolving deltas:  35% (1712/4831)   Resolving deltas:  36% (1755/4831)   Resolving deltas:  37% (1788/4831)   Resolving deltas:  38% (1838/4831)   Resolving deltas:  39% (1899/4831)   Resolving deltas:  40% (1944/4831)   Resolving deltas:  41% (1983/4831)   Resolving deltas:  42% (2062/4831)   Resolving deltas:  43% (2091/4831)   Resolving deltas:  44% (2126/4831)   Resolving deltas:  45% (2211/4831)   Resolving deltas:  46% (2232/4831)   Resolving deltas:  47% (2275/4831)   Resolving deltas:  48% (2345/4831)   Resolving deltas:  49% (2371/4831)   Resolving deltas:  50% (2416/4831)   Resolving deltas:  51% (2466/4831)   Resolving deltas:  52% (2521/4831)   Resolving deltas:  53% (2561/4831)   Resolving deltas:  54% (2630/4831)   Resolving deltas:  55% (2666/4831)   Resolving deltas:  56% (2710/4831)   Resolving deltas:  57% (2756/4831)   Resolving deltas:  58% (2806/4831)   Resolving deltas:  59% (2864/4831)   Resolving deltas:  60% (2900/4831)   Resolving deltas:  60% (2938/4831), completed with 9 local objects.
fatal: pack has 1893 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  66% (5684/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  67% (5771/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  68% (5857/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  69% (5943/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  70% (6029/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  71% (6115/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  72% (6201/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  73% (6287/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  74% (6373/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  75% (6459/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  76% (6546/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  77% (6632/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  78% (6718/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  79% (6804/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  80% (6890/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  81% (6976/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  82% (7062/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  83% (7148/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  84% (7235/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  85% (7321/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  86% (7407/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  87% (7493/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  88% (7579/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  89% (7665/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  90% (7751/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  91% (7837/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  92% (7924/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  93% (8010/8612), 17.21 MiB | 17.17 MiB/s   remote: Total 8612 (delta 4831), reused 6996 (delta 3616)        
Receiving objects:  94% (8096/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  95% (8182/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  96% (8268/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  97% (8354/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  98% (8440/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects:  99% (8526/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects: 100% (8612/8612), 17.21 MiB | 17.17 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 17.17 MiB/s, done.
Resolving deltas:   0% (0/4831)   Resolving deltas:   1% (49/4831)   Resolving deltas:   2% (98/4831)   Resolving deltas:   3% (145/4831)   Resolving deltas:   4% (194/4831)   Resolving deltas:   5% (242/4831)   Resolving deltas:   6% (324/4831)   Resolving deltas:   8% (417/4831)   Resolving deltas:   9% (439/4831)   Resolving deltas:  10% (484/4831)   Resolving deltas:  11% (533/4831)   Resolving deltas:  12% (587/4831)   Resolving deltas:  13% (637/4831)   Resolving deltas:  14% (711/4831)   Resolving deltas:  15% (734/4831)   Resolving deltas:  16% (773/4831)   Resolving deltas:  17% (827/4831)   Resolving deltas:  18% (878/4831)   Resolving deltas:  19% (918/4831)   Resolving deltas:  20% (968/4831)   Resolving deltas:  21% (1015/4831)   Resolving deltas:  22% (1063/4831)   Resolving deltas:  23% (1155/4831)   Resolving deltas:  24% (1163/4831)   Resolving deltas:  25% (1209/4831)   Resolving deltas:  26% (1272/4831)   Resolving deltas:  27% (1305/4831)   Resolving deltas:  29% (1419/4831)   Resolving deltas:  31% (1523/4831)   Resolving deltas:  32% (1549/4831)   Resolving deltas:  33% (1612/4831)   Resolving deltas:  34% (1643/4831)   Resolving deltas:  35% (1712/4831)   Resolving deltas:  36% (1748/4831)   Resolving deltas:  37% (1788/4831)   Resolving deltas:  38% (1837/4831)   Resolving deltas:  39% (1890/4831)   Resolving deltas:  40% (1938/4831)   Resolving deltas:  41% (1983/4831)   Resolving deltas:  42% (2038/4831)   Resolving deltas:  43% (2078/4831)   Resolving deltas:  44% (2126/4831)   Resolving deltas:  45% (2222/4831)   Resolving deltas:  46% (2231/4831)   Resolving deltas:  47% (2276/4831)   Resolving deltas:  48% (2350/4831)   Resolving deltas:  49% (2371/4831)   Resolving deltas:  50% (2417/4831)   Resolving deltas:  51% (2465/4831)   Resolving deltas:  52% (2521/4831)   Resolving deltas:  53% (2561/4831)   Resolving deltas:  54% (2630/4831)   Resolving deltas:  55% (2673/4831)   Resolving deltas:  56% (2717/4831)   Resolving deltas:  57% (2760/4831)   Resolving deltas:  58% (2806/4831)   Resolving deltas:  59% (2864/4831)   Resolving deltas:  60% (2900/4831)   Resolving deltas:  60% (2938/4831), completed with 9 local objects.
fatal: pack has 1893 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  66% (5684/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  67% (5771/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  68% (5857/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  69% (5943/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  70% (6029/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  71% (6115/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  72% (6201/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  73% (6287/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  74% (6373/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  75% (6459/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  76% (6546/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  77% (6632/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  78% (6718/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  79% (6804/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  80% (6890/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  81% (6976/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  82% (7062/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  83% (7148/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  84% (7235/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  85% (7321/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  86% (7407/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  87% (7493/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  88% (7579/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  89% (7665/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  90% (7751/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  91% (7837/8612), 14.33 MiB | 14.32 MiB/s   Receiving objects:  92% (7924/8612), 18.48 MiB | 12.32 MiB/s   Receiving objects:  93% (8010/8612), 18.48 MiB | 12.32 MiB/s   Receiving objects:  94% (8096/8612), 18.48 MiB | 12.32 MiB/s   Receiving objects:  95% (8182/8612), 18.48 MiB | 12.32 MiB/s   remote: Total 8612 (delta 4830), reused 6997 (delta 3616)        
Receiving objects:  96% (8268/8612), 18.48 MiB | 12.32 MiB/s   Receiving objects:  97% (8354/8612), 18.48 MiB | 12.32 MiB/s   Receiving objects:  98% (8440/8612), 18.48 MiB | 12.32 MiB/s   Receiving objects:  99% (8526/8612), 18.48 MiB | 12.32 MiB/s   Receiving objects: 100% (8612/8612), 18.48 MiB | 12.32 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 12.32 MiB/s, done.
Resolving deltas:   0% (0/4830)   Resolving deltas:   1% (49/4830)   Resolving deltas:   2% (97/4830)   Resolving deltas:   3% (150/4830)   Resolving deltas:   4% (196/4830)   Resolving deltas:   5% (248/4830)   Resolving deltas:   6% (333/4830)   Resolving deltas:   8% (418/4830)   Resolving deltas:   9% (437/4830)   Resolving deltas:  10% (484/4830)   Resolving deltas:  11% (534/4830)   Resolving deltas:  12% (587/4830)   Resolving deltas:  13% (632/4830)   Resolving deltas:  14% (701/4830)   Resolving deltas:  15% (733/4830)   Resolving deltas:  16% (773/4830)   Resolving deltas:  17% (823/4830)   Resolving deltas:  18% (879/4830)   Resolving deltas:  19% (918/4830)   Resolving deltas:  20% (971/4830)   Resolving deltas:  21% (1019/4830)   Resolving deltas:  23% (1158/4830)   Resolving deltas:  24% (1166/4830)   Resolving deltas:  25% (1210/4830)   Resolving deltas:  26% (1270/4830)   Resolving deltas:  27% (1306/4830)   Resolving deltas:  29% (1441/4830)   Resolving deltas:  32% (1551/4830)   Resolving deltas:  33% (1596/4830)   Resolving deltas:  34% (1665/4830)   Resolving deltas:  35% (1696/4830)   Resolving deltas:  36% (1748/4830)   Resolving deltas:  37% (1790/4830)   Resolving deltas:  38% (1836/4830)   Resolving deltas:  39% (1884/4830)   Resolving deltas:  40% (1946/4830)   Resolving deltas:  41% (1982/4830)   Resolving deltas:  42% (2029/4830)   Resolving deltas:  43% (2082/4830)   Resolving deltas:  44% (2126/4830)   Resolving deltas:  45% (2220/4830)   Resolving deltas:  46% (2231/4830)   Resolving deltas:  47% (2276/4830)   Resolving deltas:  48% (2350/4830)   Resolving deltas:  49% (2372/4830)   Resolving deltas:  50% (2416/4830)   Resolving deltas:  51% (2464/4830)   Resolving deltas:  52% (2519/4830)   Resolving deltas:  53% (2560/4830)   Resolving deltas:  54% (2634/4830)   Resolving deltas:  55% (2659/4830)   Resolving deltas:  56% (2716/4830)   Resolving deltas:  57% (2759/4830)   Resolving deltas:  58% (2805/4830)   Resolving deltas:  59% (2863/4830)   Resolving deltas:  60% (2899/4830)   Resolving deltas:  60% (2937/4830), completed with 9 local objects.
fatal: pack has 1893 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2327

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  66% (5684/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  67% (5771/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  68% (5857/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  69% (5943/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  70% (6029/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  71% (6115/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  72% (6201/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  73% (6287/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  74% (6373/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  75% (6459/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  76% (6546/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  77% (6632/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  78% (6718/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  79% (6804/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  80% (6890/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  81% (6976/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  82% (7062/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  83% (7148/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  84% (7235/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  85% (7321/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  86% (7407/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  87% (7493/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  88% (7579/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  89% (7665/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  90% (7751/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  91% (7837/8612), 15.57 MiB | 15.55 MiB/s   Receiving objects:  92% (7924/8612), 18.70 MiB | 12.46 MiB/s   Receiving objects:  93% (8010/8612), 18.70 MiB | 12.46 MiB/s   Receiving objects:  94% (8096/8612), 18.70 MiB | 12.46 MiB/s   Receiving objects:  95% (8182/8612), 18.70 MiB | 12.46 MiB/s   remote: Total 8612 (delta 4831), reused 6997 (delta 3616)        
Receiving objects:  96% (8268/8612), 18.70 MiB | 12.46 MiB/s   Receiving objects:  97% (8354/8612), 18.70 MiB | 12.46 MiB/s   Receiving objects:  98% (8440/8612), 18.70 MiB | 12.46 MiB/s   Receiving objects:  99% (8526/8612), 18.70 MiB | 12.46 MiB/s   Receiving objects: 100% (8612/8612), 18.70 MiB | 12.46 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 12.46 MiB/s, done.
Resolving deltas:   0% (0/4831)   Resolving deltas:   1% (49/4831)   Resolving deltas:   2% (98/4831)   Resolving deltas:   3% (145/4831)   Resolving deltas:   4% (194/4831)   Resolving deltas:   5% (242/4831)   Resolving deltas:   6% (330/4831)   Resolving deltas:   8% (415/4831)   Resolving deltas:   9% (437/4831)   Resolving deltas:  10% (484/4831)   Resolving deltas:  11% (534/4831)   Resolving deltas:  12% (585/4831)   Resolving deltas:  13% (630/4831)   Resolving deltas:  14% (709/4831)   Resolving deltas:  15% (727/4831)   Resolving deltas:  16% (773/4831)   Resolving deltas:  17% (823/4831)   Resolving deltas:  18% (881/4831)   Resolving deltas:  19% (918/4831)   Resolving deltas:  20% (970/4831)   Resolving deltas:  21% (1016/4831)   Resolving deltas:  23% (1158/4831)   Resolving deltas:  24% (1160/4831)   Resolving deltas:  25% (1214/4831)   Resolving deltas:  26% (1277/4831)   Resolving deltas:  27% (1320/4831)   Resolving deltas:  29% (1404/4831)   Resolving deltas:  31% (1525/4831)   Resolving deltas:  32% (1569/4831)   Resolving deltas:  33% (1596/4831)   Resolving deltas:  34% (1657/4831)   Resolving deltas:  35% (1692/4831)   Resolving deltas:  36% (1760/4831)   Resolving deltas:  37% (1788/4831)   Resolving deltas:  38% (1842/4831)   Resolving deltas:  39% (1885/4831)   Resolving deltas:  40% (1938/4831)   Resolving deltas:  41% (1981/4831)   Resolving deltas:  42% (2032/4831)   Resolving deltas:  43% (2102/4831)   Resolving deltas:  44% (2126/4831)   Resolving deltas:  46% (2225/4831)   Resolving deltas:  47% (2276/4831)   Resolving deltas:  48% (2351/4831)   Resolving deltas:  49% (2370/4831)   Resolving deltas:  50% (2416/4831)   Resolving deltas:  51% (2464/4831)   Resolving deltas:  52% (2519/4831)   Resolving deltas:  53% (2561/4831)   Resolving deltas:  54% (2631/4831)   Resolving deltas:  55% (2668/4831)   Resolving deltas:  56% (2712/4831)   Resolving deltas:  57% (2755/4831)   Resolving deltas:  58% (2802/4831)   Resolving deltas:  59% (2860/4831)   Resolving deltas:  60% (2903/4831)   Resolving deltas:  60% (2934/4831), completed with 9 local objects.
fatal: pack has 1897 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  66% (5684/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  67% (5771/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  68% (5857/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  69% (5943/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  70% (6029/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  71% (6115/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  72% (6201/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  73% (6287/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  74% (6373/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  75% (6459/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  76% (6546/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  77% (6632/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  78% (6718/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  79% (6804/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  80% (6890/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  81% (6976/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  82% (7062/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  83% (7148/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  84% (7235/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  85% (7321/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  86% (7407/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  87% (7493/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  88% (7579/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  89% (7665/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  90% (7751/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  91% (7837/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  92% (7924/8612), 16.00 MiB | 15.91 MiB/s   remote: Total 8612 (delta 4830), reused 6997 (delta 3616)        
Receiving objects:  93% (8010/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  94% (8096/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  95% (8182/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  96% (8268/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  97% (8354/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  98% (8440/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects:  99% (8526/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects: 100% (8612/8612), 16.00 MiB | 15.91 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 15.91 MiB/s, done.
Resolving deltas:   0% (0/4830)   Resolving deltas:   1% (50/4830)   Resolving deltas:   2% (97/4830)   Resolving deltas:   3% (151/4830)   Resolving deltas:   4% (194/4830)   Resolving deltas:   5% (242/4830)   Resolving deltas:   6% (328/4830)   Resolving deltas:   8% (413/4830)   Resolving deltas:   9% (435/4830)   Resolving deltas:  10% (484/4830)   Resolving deltas:  11% (535/4830)   Resolving deltas:  12% (584/4830)   Resolving deltas:  13% (630/4830)   Resolving deltas:  14% (685/4830)   Resolving deltas:  15% (742/4830)   Resolving deltas:  16% (774/4830)   Resolving deltas:  17% (826/4830)   Resolving deltas:  18% (879/4830)   Resolving deltas:  19% (918/4830)   Resolving deltas:  20% (974/4830)   Resolving deltas:  21% (1020/4830)   Resolving deltas:  24% (1166/4830)   Resolving deltas:  25% (1208/4830)   Resolving deltas:  26% (1273/4830)   Resolving deltas:  27% (1319/4830)   Resolving deltas:  29% (1417/4830)   Resolving deltas:  32% (1546/4830)   Resolving deltas:  33% (1594/4830)   Resolving deltas:  34% (1654/4830)   Resolving deltas:  35% (1707/4830)   Resolving deltas:  36% (1750/4830)   Resolving deltas:  37% (1792/4830)   Resolving deltas:  38% (1839/4830)   Resolving deltas:  39% (1884/4830)   Resolving deltas:  40% (1932/4830)   Resolving deltas:  41% (1984/4830)   Resolving deltas:  42% (2033/4830)   Resolving deltas:  43% (2078/4830)   Resolving deltas:  44% (2126/4830)   Resolving deltas:  45% (2215/4830)   Resolving deltas:  46% (2232/4830)   Resolving deltas:  47% (2276/4830)   Resolving deltas:  48% (2320/4830)   Resolving deltas:  49% (2368/4830)   Resolving deltas:  50% (2415/4830)   Resolving deltas:  51% (2465/4830)   Resolving deltas:  52% (2520/4830)   Resolving deltas:  53% (2561/4830)   Resolving deltas:  54% (2629/4830)   Resolving deltas:  55% (2664/4830)   Resolving deltas:  56% (2707/4830)   Resolving deltas:  57% (2783/4830)   Resolving deltas:  58% (2806/4830)   Resolving deltas:  59% (2864/4830)   Resolving deltas:  60% (2900/4830)   Resolving deltas:  60% (2938/4830), completed with 9 local objects.
fatal: pack has 1892 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  66% (5684/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  67% (5771/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  68% (5857/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  69% (5943/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  70% (6029/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  71% (6115/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  72% (6201/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  73% (6287/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  74% (6373/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  75% (6459/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  76% (6546/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  77% (6632/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  78% (6718/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  79% (6804/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  80% (6890/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  81% (6976/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  82% (7062/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  83% (7148/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  84% (7235/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  85% (7321/8612), 12.96 MiB | 12.95 MiB/s   Receiving objects:  86% (7407/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects:  87% (7493/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects:  88% (7579/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects:  89% (7665/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects:  90% (7751/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects:  91% (7837/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects:  92% (7924/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects:  93% (8010/8612), 18.36 MiB | 11.92 MiB/s   remote: Total 8612 (delta 4831), reused 6997 (delta 3616)        
Receiving objects:  94% (8096/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects:  95% (8182/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects:  96% (8268/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects:  97% (8354/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects:  98% (8440/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects:  99% (8526/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects: 100% (8612/8612), 18.36 MiB | 11.92 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 11.92 MiB/s, done.
Resolving deltas:   0% (0/4831)   Resolving deltas:   1% (50/4831)   Resolving deltas:   2% (98/4831)   Resolving deltas:   3% (145/4831)   Resolving deltas:   4% (194/4831)   Resolving deltas:   5% (242/4831)   Resolving deltas:   6% (325/4831)   Resolving deltas:   8% (417/4831)   Resolving deltas:   9% (441/4831)   Resolving deltas:  10% (484/4831)   Resolving deltas:  11% (536/4831)   Resolving deltas:  12% (587/4831)   Resolving deltas:  13% (632/4831)   Resolving deltas:  14% (710/4831)   Resolving deltas:  15% (727/4831)   Resolving deltas:  16% (773/4831)   Resolving deltas:  17% (824/4831)   Resolving deltas:  18% (870/4831)   Resolving deltas:  19% (918/4831)   Resolving deltas:  20% (969/4831)   Resolving deltas:  21% (1017/4831)   Resolving deltas:  23% (1152/4831)   Resolving deltas:  24% (1160/4831)   Resolving deltas:  25% (1223/4831)   Resolving deltas:  26% (1263/4831)   Resolving deltas:  29% (1425/4831)   Resolving deltas:  31% (1526/4831)   Resolving deltas:  32% (1551/4831)   Resolving deltas:  33% (1610/4831)   Resolving deltas:  34% (1645/4831)   Resolving deltas:  35% (1705/4831)   Resolving deltas:  36% (1746/4831)   Resolving deltas:  37% (1788/4831)   Resolving deltas:  38% (1836/4831)   Resolving deltas:  39% (1886/4831)   Resolving deltas:  40% (1938/4831)   Resolving deltas:  41% (1981/4831)   Resolving deltas:  42% (2035/4831)   Resolving deltas:  43% (2078/4831)   Resolving deltas:  44% (2128/4831)   Resolving deltas:  45% (2215/4831)   Resolving deltas:  46% (2232/4831)   Resolving deltas:  47% (2276/4831)   Resolving deltas:  48% (2350/4831)   Resolving deltas:  49% (2370/4831)   Resolving deltas:  50% (2416/4831)   Resolving deltas:  51% (2467/4831)   Resolving deltas:  52% (2518/4831)   Resolving deltas:  53% (2561/4831)   Resolving deltas:  54% (2630/4831)   Resolving deltas:  55% (2663/4831)   Resolving deltas:  56% (2709/4831)   Resolving deltas:  57% (2781/4831)   Resolving deltas:  58% (2802/4831)   Resolving deltas:  59% (2860/4831)   Resolving deltas:  60% (2903/4831)   Resolving deltas:  60% (2934/4831), completed with 9 local objects.
fatal: pack has 1897 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2326

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10023, done.        
remote: Compressing objects:   0% (1/3705)           remote: Compressing objects:   1% (38/3705)           remote: Compressing objects:   2% (75/3705)           remote: Compressing objects:   3% (112/3705)           remote: Compressing objects:   4% (149/3705)           remote: Compressing objects:   5% (186/3705)           remote: Compressing objects:   6% (223/3705)           remote: Compressing objects:   7% (260/3705)           remote: Compressing objects:   8% (297/3705)           remote: Compressing objects:   9% (334/3705)           remote: Compressing objects:  10% (371/3705)           remote: Compressing objects:  11% (408/3705)           remote: Compressing objects:  12% (445/3705)           remote: Compressing objects:  13% (482/3705)           remote: Compressing objects:  14% (519/3705)           remote: Compressing objects:  15% (556/3705)           remote: Compressing objects:  16% (593/3705)           remote: Compressing objects:  17% (630/3705)           remote: Compressing objects:  18% (667/3705)           remote: Compressing objects:  19% (704/3705)           remote: Compressing objects:  20% (741/3705)           remote: Compressing objects:  21% (779/3705)           remote: Compressing objects:  22% (816/3705)           remote: Compressing objects:  23% (853/3705)           remote: Compressing objects:  24% (890/3705)           remote: Compressing objects:  25% (927/3705)           remote: Compressing objects:  26% (964/3705)           remote: Compressing objects:  27% (1001/3705)           remote: Compressing objects:  28% (1038/3705)           remote: Compressing objects:  29% (1075/3705)           remote: Compressing objects:  30% (1112/3705)           remote: Compressing objects:  31% (1149/3705)           remote: Compressing objects:  32% (1186/3705)           remote: Compressing objects:  33% (1223/3705)           remote: Compressing objects:  34% (1260/3705)           remote: Compressing objects:  35% (1297/3705)           remote: Compressing objects:  36% (1334/3705)           remote: Compressing objects:  37% (1371/3705)           remote: Compressing objects:  38% (1408/3705)           remote: Compressing objects:  39% (1445/3705)           remote: Compressing objects:  40% (1482/3705)           remote: Compressing objects:  41% (1520/3705)           remote: Compressing objects:  42% (1557/3705)           remote: Compressing objects:  43% (1594/3705)           remote: Compressing objects:  44% (1631/3705)           remote: Compressing objects:  45% (1668/3705)           remote: Compressing objects:  46% (1705/3705)           remote: Compressing objects:  47% (1742/3705)           remote: Compressing objects:  48% (1779/3705)           remote: Compressing objects:  49% (1816/3705)           remote: Compressing objects:  50% (1853/3705)           remote: Compressing objects:  51% (1890/3705)           remote: Compressing objects:  52% (1927/3705)           remote: Compressing objects:  53% (1964/3705)           remote: Compressing objects:  54% (2001/3705)           remote: Compressing objects:  55% (2038/3705)           remote: Compressing objects:  56% (2075/3705)           remote: Compressing objects:  57% (2112/3705)           remote: Compressing objects:  58% (2149/3705)           remote: Compressing objects:  59% (2186/3705)           remote: Compressing objects:  60% (2223/3705)           remote: Compressing objects:  61% (2261/3705)           remote: Compressing objects:  62% (2298/3705)           remote: Compressing objects:  63% (2335/3705)           remote: Compressing objects:  64% (2372/3705)           remote: Compressing objects:  65% (2409/3705)           remote: Compressing objects:  66% (2446/3705)           remote: Compressing objects:  67% (2483/3705)           remote: Compressing objects:  68% (2520/3705)           remote: Compressing objects:  69% (2557/3705)           remote: Compressing objects:  70% (2594/3705)           remote: Compressing objects:  71% (2631/3705)           remote: Compressing objects:  72% (2668/3705)           remote: Compressing objects:  73% (2705/3705)           remote: Compressing objects:  74% (2742/3705)           remote: Compressing objects:  75% (2779/3705)           remote: Compressing objects:  76% (2816/3705)           remote: Compressing objects:  77% (2853/3705)           remote: Compressing objects:  78% (2890/3705)           remote: Compressing objects:  79% (2927/3705)           remote: Compressing objects:  80% (2964/3705)           remote: Compressing objects:  81% (3002/3705)           remote: Compressing objects:  82% (3039/3705)           remote: Compressing objects:  83% (3076/3705)           remote: Compressing objects:  84% (3113/3705)           remote: Compressing objects:  85% (3150/3705)           remote: Compressing objects:  86% (3187/3705)           remote: Compressing objects:  87% (3224/3705)           remote: Compressing objects:  88% (3261/3705)           remote: Compressing objects:  89% (3298/3705)           remote: Compressing objects:  90% (3335/3705)           remote: Compressing objects:  91% (3372/3705)           remote: Compressing objects:  92% (3409/3705)           remote: Compressing objects:  93% (3446/3705)           remote: Compressing objects:  94% (3483/3705)           remote: Compressing objects:  95% (3520/3705)           remote: Compressing objects:  96% (3557/3705)           remote: Compressing objects:  97% (3594/3705)           remote: Compressing objects:  98% (3631/3705)           remote: Compressing objects:  99% (3668/3705)           remote: Compressing objects: 100% (3705/3705)           remote: Compressing objects: 100% (3705/3705), done.        
Receiving objects:   0% (1/8606)   Receiving objects:   1% (87/8606)   Receiving objects:   2% (173/8606)   Receiving objects:   3% (259/8606)   Receiving objects:   4% (345/8606)   Receiving objects:   5% (431/8606)   Receiving objects:   6% (517/8606)   Receiving objects:   7% (603/8606)   Receiving objects:   8% (689/8606)   Receiving objects:   9% (775/8606)   Receiving objects:  10% (861/8606)   Receiving objects:  11% (947/8606)   Receiving objects:  12% (1033/8606)   Receiving objects:  13% (1119/8606)   Receiving objects:  14% (1205/8606)   Receiving objects:  15% (1291/8606)   Receiving objects:  16% (1377/8606)   Receiving objects:  17% (1464/8606)   Receiving objects:  18% (1550/8606)   Receiving objects:  19% (1636/8606)   Receiving objects:  20% (1722/8606)   Receiving objects:  21% (1808/8606)   Receiving objects:  22% (1894/8606)   Receiving objects:  23% (1980/8606)   Receiving objects:  24% (2066/8606)   Receiving objects:  25% (2152/8606)   Receiving objects:  26% (2238/8606)   Receiving objects:  27% (2324/8606)   Receiving objects:  28% (2410/8606)   Receiving objects:  29% (2496/8606)   Receiving objects:  30% (2582/8606)   Receiving objects:  31% (2668/8606)   Receiving objects:  32% (2754/8606)   Receiving objects:  33% (2840/8606)   Receiving objects:  34% (2927/8606)   Receiving objects:  35% (3013/8606)   Receiving objects:  36% (3099/8606)   Receiving objects:  37% (3185/8606)   Receiving objects:  38% (3271/8606)   Receiving objects:  39% (3357/8606)   Receiving objects:  40% (3443/8606)   Receiving objects:  41% (3529/8606)   Receiving objects:  42% (3615/8606)   Receiving objects:  43% (3701/8606)   Receiving objects:  44% (3787/8606)   Receiving objects:  45% (3873/8606)   Receiving objects:  46% (3959/8606)   Receiving objects:  47% (4045/8606)   Receiving objects:  48% (4131/8606)   Receiving objects:  49% (4217/8606)   Receiving objects:  50% (4303/8606)   Receiving objects:  51% (4390/8606)   Receiving objects:  52% (4476/8606)   Receiving objects:  53% (4562/8606)   Receiving objects:  54% (4648/8606)   Receiving objects:  55% (4734/8606)   Receiving objects:  56% (4820/8606)   Receiving objects:  57% (4906/8606)   Receiving objects:  58% (4992/8606)   Receiving objects:  59% (5078/8606)   Receiving objects:  60% (5164/8606)   Receiving objects:  61% (5250/8606)   Receiving objects:  62% (5336/8606)   Receiving objects:  63% (5422/8606)   Receiving objects:  64% (5508/8606)   Receiving objects:  65% (5594/8606)   Receiving objects:  66% (5680/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  67% (5767/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  68% (5853/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  69% (5939/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  70% (6025/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  71% (6111/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  72% (6197/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  73% (6283/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  74% (6369/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  75% (6455/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  76% (6541/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  77% (6627/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  78% (6713/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  79% (6799/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  80% (6885/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  81% (6971/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  82% (7057/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  83% (7143/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  84% (7230/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  85% (7316/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  86% (7402/8606), 7.40 MiB | 14.77 MiB/s   Receiving objects:  87% (7488/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects:  88% (7574/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects:  89% (7660/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects:  90% (7746/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects:  91% (7832/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects:  92% (7918/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects:  93% (8004/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects:  94% (8090/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects:  95% (8176/8606), 18.37 MiB | 18.14 MiB/s   remote: Total 8606 (delta 4828), reused 6996 (delta 3616)        
Receiving objects:  96% (8262/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects:  97% (8348/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects:  98% (8434/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects:  99% (8520/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects: 100% (8606/8606), 18.37 MiB | 18.14 MiB/s   Receiving objects: 100% (8606/8606), 19.12 MiB | 18.14 MiB/s, done.
Resolving deltas:   0% (0/4828)   Resolving deltas:   1% (49/4828)   Resolving deltas:   2% (97/4828)   Resolving deltas:   3% (147/4828)   Resolving deltas:   4% (195/4828)   Resolving deltas:   5% (244/4828)   Resolving deltas:   6% (321/4828)   Resolving deltas:   8% (405/4828)   Resolving deltas:   9% (436/4828)   Resolving deltas:  10% (484/4828)   Resolving deltas:  11% (532/4828)   Resolving deltas:  12% (582/4828)   Resolving deltas:  13% (672/4828)   Resolving deltas:  14% (705/4828)   Resolving deltas:  15% (737/4828)   Resolving deltas:  16% (773/4828)   Resolving deltas:  17% (827/4828)   Resolving deltas:  18% (874/4828)   Resolving deltas:  19% (926/4828)   Resolving deltas:  20% (981/4828)   Resolving deltas:  21% (1016/4828)   Resolving deltas:  24% (1160/4828)   Resolving deltas:  25% (1213/4828)   Resolving deltas:  26% (1268/4828)   Resolving deltas:  29% (1406/4828)   Resolving deltas:  31% (1532/4828)   Resolving deltas:  32% (1547/4828)   Resolving deltas:  33% (1612/4828)   Resolving deltas:  34% (1648/4828)   Resolving deltas:  35% (1706/4828)   Resolving deltas:  36% (1742/4828)   Resolving deltas:  37% (1787/4828)   Resolving deltas:  38% (1836/4828)   Resolving deltas:  39% (1883/4828)   Resolving deltas:  40% (1934/4828)   Resolving deltas:  41% (1999/4828)   Resolving deltas:  42% (2050/4828)   Resolving deltas:  43% (2080/4828)   Resolving deltas:  44% (2125/4828)   Resolving deltas:  45% (2206/4828)   Resolving deltas:  46% (2227/4828)   Resolving deltas:  47% (2271/4828)   Resolving deltas:  48% (2353/4828)   Resolving deltas:  49% (2366/4828)   Resolving deltas:  50% (2414/4828)   Resolving deltas:  51% (2463/4828)   Resolving deltas:  52% (2513/4828)   Resolving deltas:  53% (2559/4828)   Resolving deltas:  54% (2634/4828)   Resolving deltas:  55% (2667/4828)   Resolving deltas:  56% (2711/4828)   Resolving deltas:  57% (2752/4828)   Resolving deltas:  58% (2802/4828)   Resolving deltas:  59% (2849/4828)   Resolving deltas:  60% (2910/4828)   Resolving deltas:  60% (2939/4828), completed with 8 local objects.
fatal: pack has 1889 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10023, done.        
remote: Compressing objects:   0% (1/3705)           remote: Compressing objects:   1% (38/3705)           remote: Compressing objects:   2% (75/3705)           remote: Compressing objects:   3% (112/3705)           remote: Compressing objects:   4% (149/3705)           remote: Compressing objects:   5% (186/3705)           remote: Compressing objects:   6% (223/3705)           remote: Compressing objects:   7% (260/3705)           remote: Compressing objects:   8% (297/3705)           remote: Compressing objects:   9% (334/3705)           remote: Compressing objects:  10% (371/3705)           remote: Compressing objects:  11% (408/3705)           remote: Compressing objects:  12% (445/3705)           remote: Compressing objects:  13% (482/3705)           remote: Compressing objects:  14% (519/3705)           remote: Compressing objects:  15% (556/3705)           remote: Compressing objects:  16% (593/3705)           remote: Compressing objects:  17% (630/3705)           remote: Compressing objects:  18% (667/3705)           remote: Compressing objects:  19% (704/3705)           remote: Compressing objects:  20% (741/3705)           remote: Compressing objects:  21% (779/3705)           remote: Compressing objects:  22% (816/3705)           remote: Compressing objects:  23% (853/3705)           remote: Compressing objects:  24% (890/3705)           remote: Compressing objects:  25% (927/3705)           remote: Compressing objects:  26% (964/3705)           remote: Compressing objects:  27% (1001/3705)           remote: Compressing objects:  28% (1038/3705)           remote: Compressing objects:  29% (1075/3705)           remote: Compressing objects:  30% (1112/3705)           remote: Compressing objects:  31% (1149/3705)           remote: Compressing objects:  32% (1186/3705)           remote: Compressing objects:  33% (1223/3705)           remote: Compressing objects:  34% (1260/3705)           remote: Compressing objects:  35% (1297/3705)           remote: Compressing objects:  36% (1334/3705)           remote: Compressing objects:  37% (1371/3705)           remote: Compressing objects:  38% (1408/3705)           remote: Compressing objects:  39% (1445/3705)           remote: Compressing objects:  40% (1482/3705)           remote: Compressing objects:  41% (1520/3705)           remote: Compressing objects:  42% (1557/3705)           remote: Compressing objects:  43% (1594/3705)           remote: Compressing objects:  44% (1631/3705)           remote: Compressing objects:  45% (1668/3705)           remote: Compressing objects:  46% (1705/3705)           remote: Compressing objects:  47% (1742/3705)           remote: Compressing objects:  48% (1779/3705)           remote: Compressing objects:  49% (1816/3705)           remote: Compressing objects:  50% (1853/3705)           remote: Compressing objects:  51% (1890/3705)           remote: Compressing objects:  52% (1927/3705)           remote: Compressing objects:  53% (1964/3705)           remote: Compressing objects:  54% (2001/3705)           remote: Compressing objects:  55% (2038/3705)           remote: Compressing objects:  56% (2075/3705)           remote: Compressing objects:  57% (2112/3705)           remote: Compressing objects:  58% (2149/3705)           remote: Compressing objects:  59% (2186/3705)           remote: Compressing objects:  60% (2223/3705)           remote: Compressing objects:  61% (2261/3705)           remote: Compressing objects:  62% (2298/3705)           remote: Compressing objects:  63% (2335/3705)           remote: Compressing objects:  64% (2372/3705)           remote: Compressing objects:  65% (2409/3705)           remote: Compressing objects:  66% (2446/3705)           remote: Compressing objects:  67% (2483/3705)           remote: Compressing objects:  68% (2520/3705)           remote: Compressing objects:  69% (2557/3705)           remote: Compressing objects:  70% (2594/3705)           remote: Compressing objects:  71% (2631/3705)           remote: Compressing objects:  72% (2668/3705)           remote: Compressing objects:  73% (2705/3705)           remote: Compressing objects:  74% (2742/3705)           remote: Compressing objects:  75% (2779/3705)           remote: Compressing objects:  76% (2816/3705)           remote: Compressing objects:  77% (2853/3705)           remote: Compressing objects:  78% (2890/3705)           remote: Compressing objects:  79% (2927/3705)           remote: Compressing objects:  80% (2964/3705)           remote: Compressing objects:  81% (3002/3705)           remote: Compressing objects:  82% (3039/3705)           remote: Compressing objects:  83% (3076/3705)           remote: Compressing objects:  84% (3113/3705)           remote: Compressing objects:  85% (3150/3705)           remote: Compressing objects:  86% (3187/3705)           remote: Compressing objects:  87% (3224/3705)           remote: Compressing objects:  88% (3261/3705)           remote: Compressing objects:  89% (3298/3705)           remote: Compressing objects:  90% (3335/3705)           remote: Compressing objects:  91% (3372/3705)           remote: Compressing objects:  92% (3409/3705)           remote: Compressing objects:  93% (3446/3705)           remote: Compressing objects:  94% (3483/3705)           remote: Compressing objects:  95% (3520/3705)           remote: Compressing objects:  96% (3557/3705)           remote: Compressing objects:  97% (3594/3705)           remote: Compressing objects:  98% (3631/3705)           remote: Compressing objects:  99% (3668/3705)           remote: Compressing objects: 100% (3705/3705)           remote: Compressing objects: 100% (3705/3705), done.        
Receiving objects:   0% (1/8606)   Receiving objects:   1% (87/8606)   Receiving objects:   2% (173/8606)   Receiving objects:   3% (259/8606)   Receiving objects:   4% (345/8606)   Receiving objects:   5% (431/8606)   Receiving objects:   6% (517/8606)   Receiving objects:   7% (603/8606)   Receiving objects:   8% (689/8606)   Receiving objects:   9% (775/8606)   Receiving objects:  10% (861/8606)   Receiving objects:  11% (947/8606)   Receiving objects:  12% (1033/8606)   Receiving objects:  13% (1119/8606)   Receiving objects:  14% (1205/8606)   Receiving objects:  15% (1291/8606)   Receiving objects:  16% (1377/8606)   Receiving objects:  17% (1464/8606)   Receiving objects:  18% (1550/8606)   Receiving objects:  19% (1636/8606)   Receiving objects:  20% (1722/8606)   Receiving objects:  21% (1808/8606)   Receiving objects:  22% (1894/8606)   Receiving objects:  23% (1980/8606)   Receiving objects:  24% (2066/8606)   Receiving objects:  25% (2152/8606)   Receiving objects:  26% (2238/8606)   Receiving objects:  27% (2324/8606)   Receiving objects:  28% (2410/8606)   Receiving objects:  29% (2496/8606)   Receiving objects:  30% (2582/8606)   Receiving objects:  31% (2668/8606)   Receiving objects:  32% (2754/8606)   Receiving objects:  33% (2840/8606)   Receiving objects:  34% (2927/8606)   Receiving objects:  35% (3013/8606)   Receiving objects:  36% (3099/8606)   Receiving objects:  37% (3185/8606)   Receiving objects:  38% (3271/8606)   Receiving objects:  39% (3357/8606)   Receiving objects:  40% (3443/8606)   Receiving objects:  41% (3529/8606)   Receiving objects:  42% (3615/8606)   Receiving objects:  43% (3701/8606)   Receiving objects:  44% (3787/8606)   Receiving objects:  45% (3873/8606)   Receiving objects:  46% (3959/8606)   Receiving objects:  47% (4045/8606)   Receiving objects:  48% (4131/8606)   Receiving objects:  49% (4217/8606)   Receiving objects:  50% (4303/8606)   Receiving objects:  51% (4390/8606)   Receiving objects:  52% (4476/8606)   Receiving objects:  53% (4562/8606)   Receiving objects:  54% (4648/8606)   Receiving objects:  55% (4734/8606)   Receiving objects:  56% (4820/8606)   Receiving objects:  57% (4906/8606)   Receiving objects:  58% (4992/8606)   Receiving objects:  59% (5078/8606)   Receiving objects:  60% (5164/8606)   Receiving objects:  61% (5250/8606)   Receiving objects:  62% (5336/8606)   Receiving objects:  63% (5422/8606)   Receiving objects:  64% (5508/8606)   Receiving objects:  65% (5594/8606)   Receiving objects:  65% (5613/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  66% (5680/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  67% (5767/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  68% (5853/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  69% (5939/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  70% (6025/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  71% (6111/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  72% (6197/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  73% (6283/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  74% (6369/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  75% (6455/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  76% (6541/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  77% (6627/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  78% (6713/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  79% (6799/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  80% (6885/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  81% (6971/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  82% (7057/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  83% (7143/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  84% (7230/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  85% (7316/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  86% (7402/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  87% (7488/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  88% (7574/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  89% (7660/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  90% (7746/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  91% (7832/8606), 15.68 MiB | 15.65 MiB/s   remote: Total 8606 (delta 4826), reused 6997 (delta 3616)        
Receiving objects:  92% (7918/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  93% (8004/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  94% (8090/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  95% (8176/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  96% (8262/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  97% (8348/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  98% (8434/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects:  99% (8520/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects: 100% (8606/8606), 15.68 MiB | 15.65 MiB/s   Receiving objects: 100% (8606/8606), 19.12 MiB | 15.65 MiB/s, done.
Resolving deltas:   0% (0/4826)   Resolving deltas:   1% (49/4826)   Resolving deltas:   2% (99/4826)   Resolving deltas:   3% (147/4826)   Resolving deltas:   4% (194/4826)   Resolving deltas:   5% (244/4826)   Resolving deltas:   6% (317/4826)   Resolving deltas:   8% (401/4826)   Resolving deltas:   9% (436/4826)   Resolving deltas:  10% (485/4826)   Resolving deltas:  11% (531/4826)   Resolving deltas:  12% (594/4826)   Resolving deltas:  13% (634/4826)   Resolving deltas:  14% (702/4826)   Resolving deltas:  15% (731/4826)   Resolving deltas:  16% (797/4826)   Resolving deltas:  17% (825/4826)   Resolving deltas:  18% (877/4826)   Resolving deltas:  19% (922/4826)   Resolving deltas:  20% (970/4826)   Resolving deltas:  21% (1016/4826)   Resolving deltas:  23% (1157/4826)   Resolving deltas:  24% (1159/4826)   Resolving deltas:  25% (1211/4826)   Resolving deltas:  26% (1278/4826)   Resolving deltas:  27% (1321/4826)   Resolving deltas:  29% (1403/4826)   Resolving deltas:  31% (1534/4826)   Resolving deltas:  32% (1564/4826)   Resolving deltas:  33% (1593/4826)   Resolving deltas:  34% (1645/4826)   Resolving deltas:  35% (1706/4826)   Resolving deltas:  36% (1742/4826)   Resolving deltas:  37% (1787/4826)   Resolving deltas:  38% (1834/4826)   Resolving deltas:  39% (1884/4826)   Resolving deltas:  40% (1934/4826)   Resolving deltas:  41% (1980/4826)   Resolving deltas:  42% (2030/4826)   Resolving deltas:  43% (2098/4826)   Resolving deltas:  44% (2124/4826)   Resolving deltas:  45% (2218/4826)   Resolving deltas:  46% (2226/4826)   Resolving deltas:  47% (2271/4826)   Resolving deltas:  48% (2355/4826)   Resolving deltas:  49% (2366/4826)   Resolving deltas:  50% (2413/4826)   Resolving deltas:  51% (2462/4826)   Resolving deltas:  52% (2523/4826)   Resolving deltas:  53% (2560/4826)   Resolving deltas:  54% (2635/4826)   Resolving deltas:  55% (2658/4826)   Resolving deltas:  56% (2714/4826)   Resolving deltas:  57% (2756/4826)   Resolving deltas:  58% (2806/4826)   Resolving deltas:  59% (2864/4826)   Resolving deltas:  60% (2908/4826)   Resolving deltas:  60% (2937/4826), completed with 8 local objects.
fatal: pack has 1889 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10029, done.        
remote: Compressing objects:   0% (1/3711)           remote: Compressing objects:   1% (38/3711)           remote: Compressing objects:   2% (75/3711)           remote: Compressing objects:   3% (112/3711)           remote: Compressing objects:   4% (149/3711)           remote: Compressing objects:   5% (186/3711)           remote: Compressing objects:   6% (223/3711)           remote: Compressing objects:   7% (260/3711)           remote: Compressing objects:   8% (297/3711)           remote: Compressing objects:   9% (334/3711)           remote: Compressing objects:  10% (372/3711)           remote: Compressing objects:  11% (409/3711)           remote: Compressing objects:  12% (446/3711)           remote: Compressing objects:  13% (483/3711)           remote: Compressing objects:  14% (520/3711)           remote: Compressing objects:  15% (557/3711)           remote: Compressing objects:  16% (594/3711)           remote: Compressing objects:  17% (631/3711)           remote: Compressing objects:  18% (668/3711)           remote: Compressing objects:  19% (706/3711)           remote: Compressing objects:  20% (743/3711)           remote: Compressing objects:  21% (780/3711)           remote: Compressing objects:  22% (817/3711)           remote: Compressing objects:  23% (854/3711)           remote: Compressing objects:  24% (891/3711)           remote: Compressing objects:  25% (928/3711)           remote: Compressing objects:  26% (965/3711)           remote: Compressing objects:  27% (1002/3711)           remote: Compressing objects:  28% (1040/3711)           remote: Compressing objects:  29% (1077/3711)           remote: Compressing objects:  30% (1114/3711)           remote: Compressing objects:  31% (1151/3711)           remote: Compressing objects:  32% (1188/3711)           remote: Compressing objects:  33% (1225/3711)           remote: Compressing objects:  34% (1262/3711)           remote: Compressing objects:  35% (1299/3711)           remote: Compressing objects:  36% (1336/3711)           remote: Compressing objects:  37% (1374/3711)           remote: Compressing objects:  38% (1411/3711)           remote: Compressing objects:  39% (1448/3711)           remote: Compressing objects:  40% (1485/3711)           remote: Compressing objects:  41% (1522/3711)           remote: Compressing objects:  42% (1559/3711)           remote: Compressing objects:  43% (1596/3711)           remote: Compressing objects:  44% (1633/3711)           remote: Compressing objects:  45% (1670/3711)           remote: Compressing objects:  46% (1708/3711)           remote: Compressing objects:  47% (1745/3711)           remote: Compressing objects:  48% (1782/3711)           remote: Compressing objects:  49% (1819/3711)           remote: Compressing objects:  50% (1856/3711)           remote: Compressing objects:  51% (1893/3711)           remote: Compressing objects:  52% (1930/3711)           remote: Compressing objects:  53% (1967/3711)           remote: Compressing objects:  54% (2004/3711)           remote: Compressing objects:  55% (2042/3711)           remote: Compressing objects:  56% (2079/3711)           remote: Compressing objects:  57% (2116/3711)           remote: Compressing objects:  58% (2153/3711)           remote: Compressing objects:  59% (2190/3711)           remote: Compressing objects:  60% (2227/3711)           remote: Compressing objects:  61% (2264/3711)           remote: Compressing objects:  62% (2301/3711)           remote: Compressing objects:  63% (2338/3711)           remote: Compressing objects:  64% (2376/3711)           remote: Compressing objects:  65% (2413/3711)           remote: Compressing objects:  66% (2450/3711)           remote: Compressing objects:  67% (2487/3711)           remote: Compressing objects:  68% (2524/3711)           remote: Compressing objects:  69% (2561/3711)           remote: Compressing objects:  70% (2598/3711)           remote: Compressing objects:  71% (2635/3711)           remote: Compressing objects:  72% (2672/3711)           remote: Compressing objects:  73% (2710/3711)           remote: Compressing objects:  74% (2747/3711)           remote: Compressing objects:  75% (2784/3711)           remote: Compressing objects:  76% (2821/3711)           remote: Compressing objects:  77% (2858/3711)           remote: Compressing objects:  78% (2895/3711)           remote: Compressing objects:  79% (2932/3711)           remote: Compressing objects:  80% (2969/3711)           remote: Compressing objects:  81% (3006/3711)           remote: Compressing objects:  82% (3044/3711)           remote: Compressing objects:  83% (3081/3711)           remote: Compressing objects:  84% (3118/3711)           remote: Compressing objects:  85% (3155/3711)           remote: Compressing objects:  86% (3192/3711)           remote: Compressing objects:  87% (3229/3711)           remote: Compressing objects:  88% (3266/3711)           remote: Compressing objects:  89% (3303/3711)           remote: Compressing objects:  90% (3340/3711)           remote: Compressing objects:  91% (3378/3711)           remote: Compressing objects:  92% (3415/3711)           remote: Compressing objects:  93% (3452/3711)           remote: Compressing objects:  94% (3489/3711)           remote: Compressing objects:  95% (3526/3711)           remote: Compressing objects:  96% (3563/3711)           remote: Compressing objects:  97% (3600/3711)           remote: Compressing objects:  98% (3637/3711)           remote: Compressing objects:  99% (3674/3711)           remote: Compressing objects: 100% (3711/3711)           remote: Compressing objects: 100% (3711/3711), done.        
Receiving objects:   0% (1/8612)   Receiving objects:   1% (87/8612)   Receiving objects:   2% (173/8612)   Receiving objects:   3% (259/8612)   Receiving objects:   4% (345/8612)   Receiving objects:   5% (431/8612)   Receiving objects:   6% (517/8612)   Receiving objects:   7% (603/8612)   Receiving objects:   8% (689/8612)   Receiving objects:   9% (776/8612)   Receiving objects:  10% (862/8612)   Receiving objects:  11% (948/8612)   Receiving objects:  12% (1034/8612)   Receiving objects:  13% (1120/8612)   Receiving objects:  14% (1206/8612)   Receiving objects:  15% (1292/8612)   Receiving objects:  16% (1378/8612)   Receiving objects:  17% (1465/8612)   Receiving objects:  18% (1551/8612)   Receiving objects:  19% (1637/8612)   Receiving objects:  20% (1723/8612)   Receiving objects:  21% (1809/8612)   Receiving objects:  22% (1895/8612)   Receiving objects:  23% (1981/8612)   Receiving objects:  24% (2067/8612)   Receiving objects:  25% (2153/8612)   Receiving objects:  26% (2240/8612)   Receiving objects:  27% (2326/8612)   Receiving objects:  28% (2412/8612)   Receiving objects:  29% (2498/8612)   Receiving objects:  30% (2584/8612)   Receiving objects:  31% (2670/8612)   Receiving objects:  32% (2756/8612)   Receiving objects:  33% (2842/8612)   Receiving objects:  34% (2929/8612)   Receiving objects:  35% (3015/8612)   Receiving objects:  36% (3101/8612)   Receiving objects:  37% (3187/8612)   Receiving objects:  38% (3273/8612)   Receiving objects:  39% (3359/8612)   Receiving objects:  40% (3445/8612)   Receiving objects:  41% (3531/8612)   Receiving objects:  42% (3618/8612)   Receiving objects:  43% (3704/8612)   Receiving objects:  44% (3790/8612)   Receiving objects:  45% (3876/8612)   Receiving objects:  46% (3962/8612)   Receiving objects:  47% (4048/8612)   Receiving objects:  48% (4134/8612)   Receiving objects:  49% (4220/8612)   Receiving objects:  50% (4306/8612)   Receiving objects:  51% (4393/8612)   Receiving objects:  52% (4479/8612)   Receiving objects:  53% (4565/8612)   Receiving objects:  54% (4651/8612)   Receiving objects:  55% (4737/8612)   Receiving objects:  56% (4823/8612)   Receiving objects:  57% (4909/8612)   Receiving objects:  58% (4995/8612)   Receiving objects:  59% (5082/8612)   Receiving objects:  60% (5168/8612)   Receiving objects:  61% (5254/8612)   Receiving objects:  62% (5340/8612)   Receiving objects:  63% (5426/8612)   Receiving objects:  64% (5512/8612)   Receiving objects:  65% (5598/8612)   Receiving objects:  65% (5619/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  66% (5684/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  67% (5771/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  68% (5857/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  69% (5943/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  70% (6029/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  71% (6115/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  72% (6201/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  73% (6287/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  74% (6373/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  75% (6459/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  76% (6546/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  77% (6632/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  78% (6718/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  79% (6804/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  80% (6890/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  81% (6976/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  82% (7062/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  83% (7148/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  84% (7235/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  85% (7321/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  86% (7407/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  87% (7493/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  88% (7579/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  89% (7665/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  90% (7751/8612), 13.64 MiB | 13.63 MiB/s   Receiving objects:  91% (7837/8612), 18.44 MiB | 11.90 MiB/s   Receiving objects:  92% (7924/8612), 18.44 MiB | 11.90 MiB/s   Receiving objects:  93% (8010/8612), 18.44 MiB | 11.90 MiB/s   Receiving objects:  94% (8096/8612), 18.44 MiB | 11.90 MiB/s   Receiving objects:  95% (8182/8612), 18.44 MiB | 11.90 MiB/s   remote: Total 8612 (delta 4831), reused 6997 (delta 3616)        
Receiving objects:  96% (8268/8612), 18.44 MiB | 11.90 MiB/s   Receiving objects:  97% (8354/8612), 18.44 MiB | 11.90 MiB/s   Receiving objects:  98% (8440/8612), 18.44 MiB | 11.90 MiB/s   Receiving objects:  99% (8526/8612), 18.44 MiB | 11.90 MiB/s   Receiving objects: 100% (8612/8612), 18.44 MiB | 11.90 MiB/s   Receiving objects: 100% (8612/8612), 19.13 MiB | 11.90 MiB/s, done.
Resolving deltas:   0% (0/4831)   Resolving deltas:   1% (49/4831)   Resolving deltas:   2% (98/4831)   Resolving deltas:   3% (145/4831)   Resolving deltas:   4% (195/4831)   Resolving deltas:   5% (248/4831)   Resolving deltas:   6% (314/4831)   Resolving deltas:   8% (405/4831)   Resolving deltas:   9% (437/4831)   Resolving deltas:  10% (487/4831)   Resolving deltas:  11% (533/4831)   Resolving deltas:  12% (584/4831)   Resolving deltas:  13% (633/4831)   Resolving deltas:  14% (711/4831)   Resolving deltas:  15% (729/4831)   Resolving deltas:  16% (774/4831)   Resolving deltas:  17% (826/4831)   Resolving deltas:  18% (881/4831)   Resolving deltas:  19% (918/4831)   Resolving deltas:  20% (975/4831)   Resolving deltas:  21% (1015/4831)   Resolving deltas:  24% (1160/4831)   Resolving deltas:  25% (1215/4831)   Resolving deltas:  26% (1267/4831)   Resolving deltas:  27% (1305/4831)   Resolving deltas:  29% (1420/4831)   Resolving deltas:  31% (1534/4831)   Resolving deltas:  32% (1552/4831)   Resolving deltas:  33% (1597/4831)   Resolving deltas:  34% (1645/4831)   Resolving deltas:  35% (1702/4831)   Resolving deltas:  36% (1749/4831)   Resolving deltas:  37% (1789/4831)   Resolving deltas:  38% (1836/4831)   Resolving deltas:  39% (1890/4831)   Resolving deltas:  40% (1934/4831)   Resolving deltas:  41% (1983/4831)   Resolving deltas:  42% (2032/4831)   Resolving deltas:  43% (2101/4831)   Resolving deltas:  44% (2126/4831)   Resolving deltas:  45% (2220/4831)   Resolving deltas:  46% (2231/4831)   Resolving deltas:  47% (2277/4831)   Resolving deltas:  48% (2351/4831)   Resolving deltas:  49% (2370/4831)   Resolving deltas:  50% (2416/4831)   Resolving deltas:  51% (2467/4831)   Resolving deltas:  52% (2518/4831)   Resolving deltas:  53% (2561/4831)   Resolving deltas:  54% (2631/4831)   Resolving deltas:  55% (2667/4831)   Resolving deltas:  56% (2711/4831)   Resolving deltas:  57% (2754/4831)   Resolving deltas:  58% (2802/4831)   Resolving deltas:  59% (2860/4831)   Resolving deltas:  60% (2903/4831)   Resolving deltas:  60% (2934/4831), completed with 9 local objects.
fatal: pack has 1897 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2325

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10017, done.        
remote: Compressing objects:   0% (1/3699)           remote: Compressing objects:   1% (37/3699)           remote: Compressing objects:   2% (74/3699)           remote: Compressing objects:   3% (111/3699)           remote: Compressing objects:   4% (148/3699)           remote: Compressing objects:   5% (185/3699)           remote: Compressing objects:   6% (222/3699)           remote: Compressing objects:   7% (259/3699)           remote: Compressing objects:   8% (296/3699)           remote: Compressing objects:   9% (333/3699)           remote: Compressing objects:  10% (370/3699)           remote: Compressing objects:  11% (407/3699)           remote: Compressing objects:  12% (444/3699)           remote: Compressing objects:  13% (481/3699)           remote: Compressing objects:  14% (518/3699)           remote: Compressing objects:  15% (555/3699)           remote: Compressing objects:  16% (592/3699)           remote: Compressing objects:  17% (629/3699)           remote: Compressing objects:  18% (666/3699)           remote: Compressing objects:  19% (703/3699)           remote: Compressing objects:  20% (740/3699)           remote: Compressing objects:  21% (777/3699)           remote: Compressing objects:  22% (814/3699)           remote: Compressing objects:  23% (851/3699)           remote: Compressing objects:  24% (888/3699)           remote: Compressing objects:  25% (925/3699)           remote: Compressing objects:  26% (962/3699)           remote: Compressing objects:  27% (999/3699)           remote: Compressing objects:  28% (1036/3699)           remote: Compressing objects:  29% (1073/3699)           remote: Compressing objects:  30% (1110/3699)           remote: Compressing objects:  31% (1147/3699)           remote: Compressing objects:  32% (1184/3699)           remote: Compressing objects:  33% (1221/3699)           remote: Compressing objects:  34% (1258/3699)           remote: Compressing objects:  35% (1295/3699)           remote: Compressing objects:  36% (1332/3699)           remote: Compressing objects:  37% (1369/3699)           remote: Compressing objects:  38% (1406/3699)           remote: Compressing objects:  39% (1443/3699)           remote: Compressing objects:  40% (1480/3699)           remote: Compressing objects:  41% (1517/3699)           remote: Compressing objects:  42% (1554/3699)           remote: Compressing objects:  43% (1591/3699)           remote: Compressing objects:  44% (1628/3699)           remote: Compressing objects:  45% (1665/3699)           remote: Compressing objects:  46% (1702/3699)           remote: Compressing objects:  47% (1739/3699)           remote: Compressing objects:  48% (1776/3699)           remote: Compressing objects:  49% (1813/3699)           remote: Compressing objects:  50% (1850/3699)           remote: Compressing objects:  51% (1887/3699)           remote: Compressing objects:  52% (1924/3699)           remote: Compressing objects:  53% (1961/3699)           remote: Compressing objects:  54% (1998/3699)           remote: Compressing objects:  55% (2035/3699)           remote: Compressing objects:  56% (2072/3699)           remote: Compressing objects:  57% (2109/3699)           remote: Compressing objects:  58% (2146/3699)           remote: Compressing objects:  59% (2183/3699)           remote: Compressing objects:  60% (2220/3699)           remote: Compressing objects:  61% (2257/3699)           remote: Compressing objects:  62% (2294/3699)           remote: Compressing objects:  63% (2331/3699)           remote: Compressing objects:  64% (2368/3699)           remote: Compressing objects:  65% (2405/3699)           remote: Compressing objects:  66% (2442/3699)           remote: Compressing objects:  67% (2479/3699)           remote: Compressing objects:  68% (2516/3699)           remote: Compressing objects:  69% (2553/3699)           remote: Compressing objects:  70% (2590/3699)           remote: Compressing objects:  71% (2627/3699)           remote: Compressing objects:  72% (2664/3699)           remote: Compressing objects:  73% (2701/3699)           remote: Compressing objects:  74% (2738/3699)           remote: Compressing objects:  75% (2775/3699)           remote: Compressing objects:  76% (2812/3699)           remote: Compressing objects:  77% (2849/3699)           remote: Compressing objects:  78% (2886/3699)           remote: Compressing objects:  79% (2923/3699)           remote: Compressing objects:  80% (2960/3699)           remote: Compressing objects:  81% (2997/3699)           remote: Compressing objects:  82% (3034/3699)           remote: Compressing objects:  83% (3071/3699)           remote: Compressing objects:  84% (3108/3699)           remote: Compressing objects:  85% (3145/3699)           remote: Compressing objects:  86% (3182/3699)           remote: Compressing objects:  87% (3219/3699)           remote: Compressing objects:  88% (3256/3699)           remote: Compressing objects:  89% (3293/3699)           remote: Compressing objects:  90% (3330/3699)           remote: Compressing objects:  91% (3367/3699)           remote: Compressing objects:  92% (3404/3699)           remote: Compressing objects:  93% (3441/3699)           remote: Compressing objects:  94% (3478/3699)           remote: Compressing objects:  95% (3515/3699)           remote: Compressing objects:  96% (3552/3699)           remote: Compressing objects:  97% (3589/3699)           remote: Compressing objects:  98% (3626/3699)           remote: Compressing objects:  99% (3663/3699)           remote: Compressing objects: 100% (3699/3699)           remote: Compressing objects: 100% (3699/3699), done.        
Receiving objects:   0% (1/8600)   Receiving objects:   1% (86/8600)   Receiving objects:   2% (172/8600)   Receiving objects:   3% (258/8600)   Receiving objects:   4% (344/8600)   Receiving objects:   5% (430/8600)   Receiving objects:   6% (516/8600)   Receiving objects:   7% (602/8600)   Receiving objects:   8% (688/8600)   Receiving objects:   9% (774/8600)   Receiving objects:  10% (860/8600)   Receiving objects:  11% (946/8600)   Receiving objects:  12% (1032/8600)   Receiving objects:  13% (1118/8600)   Receiving objects:  14% (1204/8600)   Receiving objects:  15% (1290/8600)   Receiving objects:  16% (1376/8600)   Receiving objects:  17% (1462/8600)   Receiving objects:  18% (1548/8600)   Receiving objects:  19% (1634/8600)   Receiving objects:  20% (1720/8600)   Receiving objects:  21% (1806/8600)   Receiving objects:  22% (1892/8600)   Receiving objects:  23% (1978/8600)   Receiving objects:  24% (2064/8600)   Receiving objects:  25% (2150/8600)   Receiving objects:  26% (2236/8600)   Receiving objects:  27% (2322/8600)   Receiving objects:  28% (2408/8600)   Receiving objects:  29% (2494/8600)   Receiving objects:  30% (2580/8600)   Receiving objects:  31% (2666/8600)   Receiving objects:  32% (2752/8600)   Receiving objects:  33% (2838/8600)   Receiving objects:  34% (2924/8600)   Receiving objects:  35% (3010/8600)   Receiving objects:  36% (3096/8600)   Receiving objects:  37% (3182/8600)   Receiving objects:  38% (3268/8600)   Receiving objects:  39% (3354/8600)   Receiving objects:  40% (3440/8600)   Receiving objects:  41% (3526/8600)   Receiving objects:  42% (3612/8600)   Receiving objects:  43% (3698/8600)   Receiving objects:  44% (3784/8600)   Receiving objects:  45% (3870/8600)   Receiving objects:  46% (3956/8600)   Receiving objects:  47% (4042/8600)   Receiving objects:  48% (4128/8600)   Receiving objects:  49% (4214/8600)   Receiving objects:  50% (4300/8600)   Receiving objects:  51% (4386/8600)   Receiving objects:  52% (4472/8600)   Receiving objects:  53% (4558/8600)   Receiving objects:  54% (4644/8600)   Receiving objects:  55% (4730/8600)   Receiving objects:  56% (4816/8600)   Receiving objects:  57% (4902/8600)   Receiving objects:  58% (4988/8600)   Receiving objects:  59% (5074/8600)   Receiving objects:  60% (5160/8600)   Receiving objects:  61% (5246/8600)   Receiving objects:  62% (5332/8600)   Receiving objects:  63% (5418/8600)   Receiving objects:  64% (5504/8600)   Receiving objects:  65% (5590/8600)   Receiving objects:  66% (5676/8600), 5.98 MiB | 11.96 MiB/s   Receiving objects:  67% (5762/8600), 5.98 MiB | 11.96 MiB/s   Receiving objects:  68% (5848/8600), 5.98 MiB | 11.96 MiB/s   Receiving objects:  69% (5934/8600), 5.98 MiB | 11.96 MiB/s   Receiving objects:  70% (6020/8600), 5.98 MiB | 11.96 MiB/s   Receiving objects:  71% (6106/8600), 5.98 MiB | 11.96 MiB/s   Receiving objects:  72% (6192/8600), 5.98 MiB | 11.96 MiB/s   Receiving objects:  73% (6278/8600), 5.98 MiB | 11.96 MiB/s   Receiving objects:  74% (6364/8600), 5.98 MiB | 11.96 MiB/s   Receiving objects:  75% (6450/8600), 5.98 MiB | 11.96 MiB/s   Receiving objects:  75% (6488/8600), 5.98 MiB | 11.96 MiB/s   Receiving objects:  76% (6536/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  77% (6622/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  78% (6708/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  79% (6794/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  80% (6880/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  81% (6966/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  82% (7052/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  83% (7138/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  84% (7224/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  85% (7310/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  86% (7396/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  87% (7482/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  88% (7568/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  89% (7654/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  90% (7740/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  91% (7826/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  92% (7912/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  93% (7998/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  94% (8084/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  95% (8170/8600), 17.95 MiB | 17.97 MiB/s   remote: Total 8600 (delta 4822), reused 6996 (delta 3616)        
Receiving objects:  96% (8256/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  97% (8342/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  98% (8428/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects:  99% (8514/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects: 100% (8600/8600), 17.95 MiB | 17.97 MiB/s   Receiving objects: 100% (8600/8600), 19.12 MiB | 17.97 MiB/s, done.
Resolving deltas:   0% (0/4822)   Resolving deltas:   1% (50/4822)   Resolving deltas:   2% (100/4822)   Resolving deltas:   3% (147/4822)   Resolving deltas:   4% (193/4822)   Resolving deltas:   5% (244/4822)   Resolving deltas:   6% (321/4822)   Resolving deltas:   8% (411/4822)   Resolving deltas:   9% (434/4822)   Resolving deltas:  10% (483/4822)   Resolving deltas:  11% (531/4822)   Resolving deltas:  12% (583/4822)   Resolving deltas:  13% (631/4822)   Resolving deltas:  14% (703/4822)   Resolving deltas:  15% (725/4822)   Resolving deltas:  16% (790/4822)   Resolving deltas:  17% (820/4822)   Resolving deltas:  18% (875/4822)   Resolving deltas:  19% (920/4822)   Resolving deltas:  20% (987/4822)   Resolving deltas:  21% (1013/4822)   Resolving deltas:  23% (1148/4822)   Resolving deltas:  24% (1163/4822)   Resolving deltas:  25% (1211/4822)   Resolving deltas:  26% (1268/4822)   Resolving deltas:  27% (1311/4822)   Resolving deltas:  29% (1424/4822)   Resolving deltas:  32% (1545/4822)   Resolving deltas:  33% (1592/4822)   Resolving deltas:  34% (1648/4822)   Resolving deltas:  35% (1706/4822)   Resolving deltas:  36% (1750/4822)   Resolving deltas:  37% (1785/4822)   Resolving deltas:  38% (1833/4822)   Resolving deltas:  39% (1893/4822)   Resolving deltas:  40% (1942/4822)   Resolving deltas:  41% (1979/4822)   Resolving deltas:  42% (2030/4822)   Resolving deltas:  43% (2091/4822)   Resolving deltas:  44% (2122/4822)   Resolving deltas:  45% (2214/4822)   Resolving deltas:  46% (2224/4822)   Resolving deltas:  47% (2269/4822)   Resolving deltas:  48% (2352/4822)   Resolving deltas:  49% (2363/4822)   Resolving deltas:  50% (2412/4822)   Resolving deltas:  51% (2460/4822)   Resolving deltas:  52% (2511/4822)   Resolving deltas:  53% (2557/4822)   Resolving deltas:  54% (2632/4822)   Resolving deltas:  55% (2655/4822)   Resolving deltas:  56% (2711/4822)   Resolving deltas:  57% (2754/4822)   Resolving deltas:  58% (2797/4822)   Resolving deltas:  59% (2847/4822)   Resolving deltas:  60% (2897/4822)   Resolving deltas:  60% (2937/4822), completed with 9 local objects.
fatal: pack has 1885 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10017, done.        
remote: Compressing objects:   0% (1/3699)           remote: Compressing objects:   1% (37/3699)           remote: Compressing objects:   2% (74/3699)           remote: Compressing objects:   3% (111/3699)           remote: Compressing objects:   4% (148/3699)           remote: Compressing objects:   5% (185/3699)           remote: Compressing objects:   6% (222/3699)           remote: Compressing objects:   7% (259/3699)           remote: Compressing objects:   8% (296/3699)           remote: Compressing objects:   9% (333/3699)           remote: Compressing objects:  10% (370/3699)           remote: Compressing objects:  11% (407/3699)           remote: Compressing objects:  12% (444/3699)           remote: Compressing objects:  13% (481/3699)           remote: Compressing objects:  14% (518/3699)           remote: Compressing objects:  15% (555/3699)           remote: Compressing objects:  16% (592/3699)           remote: Compressing objects:  17% (629/3699)           remote: Compressing objects:  18% (666/3699)           remote: Compressing objects:  19% (703/3699)           remote: Compressing objects:  20% (740/3699)           remote: Compressing objects:  21% (777/3699)           remote: Compressing objects:  22% (814/3699)           remote: Compressing objects:  23% (851/3699)           remote: Compressing objects:  24% (888/3699)           remote: Compressing objects:  25% (925/3699)           remote: Compressing objects:  26% (962/3699)           remote: Compressing objects:  27% (999/3699)           remote: Compressing objects:  28% (1036/3699)           remote: Compressing objects:  29% (1073/3699)           remote: Compressing objects:  30% (1110/3699)           remote: Compressing objects:  31% (1147/3699)           remote: Compressing objects:  32% (1184/3699)           remote: Compressing objects:  33% (1221/3699)           remote: Compressing objects:  34% (1258/3699)           remote: Compressing objects:  35% (1295/3699)           remote: Compressing objects:  36% (1332/3699)           remote: Compressing objects:  37% (1369/3699)           remote: Compressing objects:  38% (1406/3699)           remote: Compressing objects:  39% (1443/3699)           remote: Compressing objects:  40% (1480/3699)           remote: Compressing objects:  41% (1517/3699)           remote: Compressing objects:  42% (1554/3699)           remote: Compressing objects:  43% (1591/3699)           remote: Compressing objects:  44% (1628/3699)           remote: Compressing objects:  45% (1665/3699)           remote: Compressing objects:  46% (1702/3699)           remote: Compressing objects:  47% (1739/3699)           remote: Compressing objects:  48% (1776/3699)           remote: Compressing objects:  49% (1813/3699)           remote: Compressing objects:  50% (1850/3699)           remote: Compressing objects:  51% (1887/3699)           remote: Compressing objects:  52% (1924/3699)           remote: Compressing objects:  53% (1961/3699)           remote: Compressing objects:  54% (1998/3699)           remote: Compressing objects:  55% (2035/3699)           remote: Compressing objects:  56% (2072/3699)           remote: Compressing objects:  57% (2109/3699)           remote: Compressing objects:  58% (2146/3699)           remote: Compressing objects:  59% (2183/3699)           remote: Compressing objects:  60% (2220/3699)           remote: Compressing objects:  61% (2257/3699)           remote: Compressing objects:  62% (2294/3699)           remote: Compressing objects:  63% (2331/3699)           remote: Compressing objects:  64% (2368/3699)           remote: Compressing objects:  65% (2405/3699)           remote: Compressing objects:  66% (2442/3699)           remote: Compressing objects:  67% (2479/3699)           remote: Compressing objects:  68% (2516/3699)           remote: Compressing objects:  69% (2553/3699)           remote: Compressing objects:  70% (2590/3699)           remote: Compressing objects:  71% (2627/3699)           remote: Compressing objects:  72% (2664/3699)           remote: Compressing objects:  73% (2701/3699)           remote: Compressing objects:  74% (2738/3699)           remote: Compressing objects:  75% (2775/3699)           remote: Compressing objects:  76% (2812/3699)           remote: Compressing objects:  77% (2849/3699)           remote: Compressing objects:  78% (2886/3699)           remote: Compressing objects:  79% (2923/3699)           remote: Compressing objects:  80% (2960/3699)           remote: Compressing objects:  81% (2997/3699)           remote: Compressing objects:  82% (3034/3699)           remote: Compressing objects:  83% (3071/3699)           remote: Compressing objects:  84% (3108/3699)           remote: Compressing objects:  85% (3145/3699)           remote: Compressing objects:  86% (3182/3699)           remote: Compressing objects:  87% (3219/3699)           remote: Compressing objects:  88% (3256/3699)           remote: Compressing objects:  89% (3293/3699)           remote: Compressing objects:  90% (3330/3699)           remote: Compressing objects:  91% (3367/3699)           remote: Compressing objects:  92% (3404/3699)           remote: Compressing objects:  93% (3441/3699)           remote: Compressing objects:  94% (3478/3699)           remote: Compressing objects:  95% (3515/3699)           remote: Compressing objects:  96% (3552/3699)           remote: Compressing objects:  97% (3589/3699)           remote: Compressing objects:  98% (3626/3699)           remote: Compressing objects:  99% (3663/3699)           remote: Compressing objects: 100% (3699/3699)           remote: Compressing objects: 100% (3699/3699), done.        
Receiving objects:   0% (1/8600)   Receiving objects:   1% (86/8600)   Receiving objects:   2% (172/8600)   Receiving objects:   3% (258/8600)   Receiving objects:   4% (344/8600)   Receiving objects:   5% (430/8600)   Receiving objects:   6% (516/8600)   Receiving objects:   7% (602/8600)   Receiving objects:   8% (688/8600)   Receiving objects:   9% (774/8600)   Receiving objects:  10% (860/8600)   Receiving objects:  11% (946/8600)   Receiving objects:  12% (1032/8600)   Receiving objects:  13% (1118/8600)   Receiving objects:  14% (1204/8600)   Receiving objects:  15% (1290/8600)   Receiving objects:  16% (1376/8600)   Receiving objects:  17% (1462/8600)   Receiving objects:  18% (1548/8600)   Receiving objects:  19% (1634/8600)   Receiving objects:  20% (1720/8600)   Receiving objects:  21% (1806/8600)   Receiving objects:  22% (1892/8600)   Receiving objects:  23% (1978/8600)   Receiving objects:  24% (2064/8600)   Receiving objects:  25% (2150/8600)   Receiving objects:  26% (2236/8600)   Receiving objects:  27% (2322/8600)   Receiving objects:  28% (2408/8600)   Receiving objects:  29% (2494/8600)   Receiving objects:  30% (2580/8600)   Receiving objects:  31% (2666/8600)   Receiving objects:  32% (2752/8600)   Receiving objects:  33% (2838/8600)   Receiving objects:  34% (2924/8600)   Receiving objects:  35% (3010/8600)   Receiving objects:  36% (3096/8600)   Receiving objects:  37% (3182/8600)   Receiving objects:  38% (3268/8600)   Receiving objects:  39% (3354/8600)   Receiving objects:  40% (3440/8600)   Receiving objects:  41% (3526/8600)   Receiving objects:  42% (3612/8600)   Receiving objects:  43% (3698/8600)   Receiving objects:  44% (3784/8600)   Receiving objects:  45% (3870/8600)   Receiving objects:  46% (3956/8600)   Receiving objects:  47% (4042/8600)   Receiving objects:  48% (4128/8600)   Receiving objects:  49% (4214/8600)   Receiving objects:  50% (4300/8600)   Receiving objects:  51% (4386/8600)   Receiving objects:  52% (4472/8600)   Receiving objects:  53% (4558/8600)   Receiving objects:  54% (4644/8600)   Receiving objects:  55% (4730/8600)   Receiving objects:  56% (4816/8600)   Receiving objects:  57% (4902/8600)   Receiving objects:  58% (4988/8600)   Receiving objects:  59% (5074/8600)   Receiving objects:  60% (5160/8600)   Receiving objects:  61% (5246/8600)   Receiving objects:  62% (5332/8600)   Receiving objects:  63% (5418/8600)   Receiving objects:  64% (5504/8600)   Receiving objects:  65% (5590/8600)   Receiving objects:  65% (5607/8600), 10.96 MiB | 10.93 MiB/s   Receiving objects:  66% (5676/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  67% (5762/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  68% (5848/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  69% (5934/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  70% (6020/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  71% (6106/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  72% (6192/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  73% (6278/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  74% (6364/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  75% (6450/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  76% (6536/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  77% (6622/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  78% (6708/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  79% (6794/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  80% (6880/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  81% (6966/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  82% (7052/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  83% (7138/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  84% (7224/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  85% (7310/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  86% (7396/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  87% (7482/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  88% (7568/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  89% (7654/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  90% (7740/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  91% (7826/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  92% (7912/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  93% (7998/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  94% (8084/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  95% (8170/8600), 17.07 MiB | 11.34 MiB/s   remote: Total 8600 (delta 4822), reused 6996 (delta 3616)        
Receiving objects:  96% (8256/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  97% (8342/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  98% (8428/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects:  99% (8514/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects: 100% (8600/8600), 17.07 MiB | 11.34 MiB/s   Receiving objects: 100% (8600/8600), 19.12 MiB | 11.34 MiB/s, done.
Resolving deltas:   0% (0/4822)   Resolving deltas:   1% (49/4822)   Resolving deltas:   2% (101/4822)   Resolving deltas:   3% (149/4822)   Resolving deltas:   4% (193/4822)   Resolving deltas:   5% (242/4822)   Resolving deltas:   6% (323/4822)   Resolving deltas:   8% (401/4822)   Resolving deltas:   9% (435/4822)   Resolving deltas:  10% (483/4822)   Resolving deltas:  11% (531/4822)   Resolving deltas:  12% (580/4822)   Resolving deltas:  13% (668/4822)   Resolving deltas:  14% (702/4822)   Resolving deltas:  15% (728/4822)   Resolving deltas:  16% (789/4822)   Resolving deltas:  17% (820/4822)   Resolving deltas:  18% (875/4822)   Resolving deltas:  19% (920/4822)   Resolving deltas:  20% (966/4822)   Resolving deltas:  21% (1014/4822)   Resolving deltas:  23% (1154/4822)   Resolving deltas:  24% (1164/4822)   Resolving deltas:  25% (1209/4822)   Resolving deltas:  26% (1269/4822)   Resolving deltas:  27% (1303/4822)   Resolving deltas:  29% (1415/4822)   Resolving deltas:  31% (1533/4822)   Resolving deltas:  32% (1548/4822)   Resolving deltas:  33% (1593/4822)   Resolving deltas:  34% (1640/4822)   Resolving deltas:  35% (1699/4822)   Resolving deltas:  36% (1736/4822)   Resolving deltas:  37% (1785/4822)   Resolving deltas:  38% (1833/4822)   Resolving deltas:  39% (1882/4822)   Resolving deltas:  40% (1930/4822)   Resolving deltas:  41% (1995/4822)   Resolving deltas:  42% (2062/4822)   Resolving deltas:  43% (2074/4822)   Resolving deltas:  44% (2122/4822)   Resolving deltas:  45% (2210/4822)   Resolving deltas:  46% (2224/4822)   Resolving deltas:  47% (2267/4822)   Resolving deltas:  48% (2348/4822)   Resolving deltas:  49% (2366/4822)   Resolving deltas:  50% (2412/4822)   Resolving deltas:  51% (2461/4822)   Resolving deltas:  52% (2508/4822)   Resolving deltas:  53% (2571/4822)   Resolving deltas:  54% (2604/4822)   Resolving deltas:  55% (2666/4822)   Resolving deltas:  56% (2722/4822)   Resolving deltas:  57% (2764/4822)   Resolving deltas:  58% (2797/4822)   Resolving deltas:  59% (2849/4822)   Resolving deltas:  60% (2894/4822)   Resolving deltas:  61% (2942/4822)   Resolving deltas:  61% (2950/4822), completed with 9 local objects.
fatal: pack has 1872 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10017, done.        
remote: Compressing objects:   0% (1/3699)           remote: Compressing objects:   1% (37/3699)           remote: Compressing objects:   2% (74/3699)           remote: Compressing objects:   3% (111/3699)           remote: Compressing objects:   4% (148/3699)           remote: Compressing objects:   5% (185/3699)           remote: Compressing objects:   6% (222/3699)           remote: Compressing objects:   7% (259/3699)           remote: Compressing objects:   8% (296/3699)           remote: Compressing objects:   9% (333/3699)           remote: Compressing objects:  10% (370/3699)           remote: Compressing objects:  11% (407/3699)           remote: Compressing objects:  12% (444/3699)           remote: Compressing objects:  13% (481/3699)           remote: Compressing objects:  14% (518/3699)           remote: Compressing objects:  15% (555/3699)           remote: Compressing objects:  16% (592/3699)           remote: Compressing objects:  17% (629/3699)           remote: Compressing objects:  18% (666/3699)           remote: Compressing objects:  19% (703/3699)           remote: Compressing objects:  20% (740/3699)           remote: Compressing objects:  21% (777/3699)           remote: Compressing objects:  22% (814/3699)           remote: Compressing objects:  23% (851/3699)           remote: Compressing objects:  24% (888/3699)           remote: Compressing objects:  25% (925/3699)           remote: Compressing objects:  26% (962/3699)           remote: Compressing objects:  27% (999/3699)           remote: Compressing objects:  28% (1036/3699)           remote: Compressing objects:  29% (1073/3699)           remote: Compressing objects:  30% (1110/3699)           remote: Compressing objects:  31% (1147/3699)           remote: Compressing objects:  32% (1184/3699)           remote: Compressing objects:  33% (1221/3699)           remote: Compressing objects:  34% (1258/3699)           remote: Compressing objects:  35% (1295/3699)           remote: Compressing objects:  36% (1332/3699)           remote: Compressing objects:  37% (1369/3699)           remote: Compressing objects:  38% (1406/3699)           remote: Compressing objects:  39% (1443/3699)           remote: Compressing objects:  40% (1480/3699)           remote: Compressing objects:  41% (1517/3699)           remote: Compressing objects:  42% (1554/3699)           remote: Compressing objects:  43% (1591/3699)           remote: Compressing objects:  44% (1628/3699)           remote: Compressing objects:  45% (1665/3699)           remote: Compressing objects:  46% (1702/3699)           remote: Compressing objects:  47% (1739/3699)           remote: Compressing objects:  48% (1776/3699)           remote: Compressing objects:  49% (1813/3699)           remote: Compressing objects:  50% (1850/3699)           remote: Compressing objects:  51% (1887/3699)           remote: Compressing objects:  52% (1924/3699)           remote: Compressing objects:  53% (1961/3699)           remote: Compressing objects:  54% (1998/3699)           remote: Compressing objects:  55% (2035/3699)           remote: Compressing objects:  56% (2072/3699)           remote: Compressing objects:  57% (2109/3699)           remote: Compressing objects:  58% (2146/3699)           remote: Compressing objects:  59% (2183/3699)           remote: Compressing objects:  60% (2220/3699)           remote: Compressing objects:  61% (2257/3699)           remote: Compressing objects:  62% (2294/3699)           remote: Compressing objects:  63% (2331/3699)           remote: Compressing objects:  64% (2368/3699)           remote: Compressing objects:  65% (2405/3699)           remote: Compressing objects:  66% (2442/3699)           remote: Compressing objects:  67% (2479/3699)           remote: Compressing objects:  68% (2516/3699)           remote: Compressing objects:  69% (2553/3699)           remote: Compressing objects:  70% (2590/3699)           remote: Compressing objects:  71% (2627/3699)           remote: Compressing objects:  72% (2664/3699)           remote: Compressing objects:  73% (2701/3699)           remote: Compressing objects:  74% (2738/3699)           remote: Compressing objects:  75% (2775/3699)           remote: Compressing objects:  76% (2812/3699)           remote: Compressing objects:  77% (2849/3699)           remote: Compressing objects:  78% (2886/3699)           remote: Compressing objects:  79% (2923/3699)           remote: Compressing objects:  80% (2960/3699)           remote: Compressing objects:  81% (2997/3699)           remote: Compressing objects:  82% (3034/3699)           remote: Compressing objects:  83% (3071/3699)           remote: Compressing objects:  84% (3108/3699)           remote: Compressing objects:  85% (3145/3699)           remote: Compressing objects:  86% (3182/3699)           remote: Compressing objects:  87% (3219/3699)           remote: Compressing objects:  88% (3256/3699)           remote: Compressing objects:  89% (3293/3699)           remote: Compressing objects:  90% (3330/3699)           remote: Compressing objects:  91% (3367/3699)           remote: Compressing objects:  92% (3404/3699)           remote: Compressing objects:  93% (3441/3699)           remote: Compressing objects:  94% (3478/3699)           remote: Compressing objects:  95% (3515/3699)           remote: Compressing objects:  96% (3552/3699)           remote: Compressing objects:  97% (3589/3699)           remote: Compressing objects:  98% (3626/3699)           remote: Compressing objects:  99% (3663/3699)           remote: Compressing objects: 100% (3699/3699)           remote: Compressing objects: 100% (3699/3699), done.        
Receiving objects:   0% (1/8600)   Receiving objects:   1% (86/8600)   Receiving objects:   2% (172/8600)   Receiving objects:   3% (258/8600)   Receiving objects:   4% (344/8600)   Receiving objects:   5% (430/8600)   Receiving objects:   6% (516/8600)   Receiving objects:   7% (602/8600)   Receiving objects:   8% (688/8600)   Receiving objects:   9% (774/8600)   Receiving objects:  10% (860/8600)   Receiving objects:  11% (946/8600)   Receiving objects:  12% (1032/8600)   Receiving objects:  13% (1118/8600)   Receiving objects:  14% (1204/8600)   Receiving objects:  15% (1290/8600)   Receiving objects:  16% (1376/8600)   Receiving objects:  17% (1462/8600)   Receiving objects:  18% (1548/8600)   Receiving objects:  19% (1634/8600)   Receiving objects:  20% (1720/8600)   Receiving objects:  21% (1806/8600)   Receiving objects:  22% (1892/8600)   Receiving objects:  23% (1978/8600)   Receiving objects:  24% (2064/8600)   Receiving objects:  25% (2150/8600)   Receiving objects:  26% (2236/8600)   Receiving objects:  27% (2322/8600)   Receiving objects:  28% (2408/8600)   Receiving objects:  29% (2494/8600)   Receiving objects:  30% (2580/8600)   Receiving objects:  31% (2666/8600)   Receiving objects:  32% (2752/8600)   Receiving objects:  33% (2838/8600)   Receiving objects:  34% (2924/8600)   Receiving objects:  35% (3010/8600)   Receiving objects:  36% (3096/8600)   Receiving objects:  37% (3182/8600)   Receiving objects:  38% (3268/8600)   Receiving objects:  39% (3354/8600)   Receiving objects:  40% (3440/8600)   Receiving objects:  41% (3526/8600)   Receiving objects:  42% (3612/8600)   Receiving objects:  43% (3698/8600)   Receiving objects:  44% (3784/8600)   Receiving objects:  45% (3870/8600)   Receiving objects:  46% (3956/8600)   Receiving objects:  47% (4042/8600)   Receiving objects:  48% (4128/8600)   Receiving objects:  49% (4214/8600)   Receiving objects:  50% (4300/8600)   Receiving objects:  51% (4386/8600)   Receiving objects:  52% (4472/8600)   Receiving objects:  53% (4558/8600)   Receiving objects:  54% (4644/8600)   Receiving objects:  55% (4730/8600)   Receiving objects:  56% (4816/8600)   Receiving objects:  57% (4902/8600)   Receiving objects:  58% (4988/8600)   Receiving objects:  59% (5074/8600)   Receiving objects:  60% (5160/8600)   Receiving objects:  61% (5246/8600)   Receiving objects:  62% (5332/8600)   Receiving objects:  63% (5418/8600)   Receiving objects:  64% (5504/8600)   Receiving objects:  65% (5590/8600)   Receiving objects:  65% (5607/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  66% (5676/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  67% (5762/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  68% (5848/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  69% (5934/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  70% (6020/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  71% (6106/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  72% (6192/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  73% (6278/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  74% (6364/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  75% (6450/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  76% (6536/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  77% (6622/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  78% (6708/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  79% (6794/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  80% (6880/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  81% (6966/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  82% (7052/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  83% (7138/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  84% (7224/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  85% (7310/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  86% (7396/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  87% (7482/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  88% (7568/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  89% (7654/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  90% (7740/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  91% (7826/8600), 14.59 MiB | 14.53 MiB/s   Receiving objects:  92% (7912/8600), 18.43 MiB | 12.10 MiB/s   Receiving objects:  93% (7998/8600), 18.43 MiB | 12.10 MiB/s   remote: Total 8600 (delta 4821), reused 6997 (delta 3616)        
Receiving objects:  94% (8084/8600), 18.43 MiB | 12.10 MiB/s   Receiving objects:  95% (8170/8600), 18.43 MiB | 12.10 MiB/s   Receiving objects:  96% (8256/8600), 18.43 MiB | 12.10 MiB/s   Receiving objects:  97% (8342/8600), 18.43 MiB | 12.10 MiB/s   Receiving objects:  98% (8428/8600), 18.43 MiB | 12.10 MiB/s   Receiving objects:  99% (8514/8600), 18.43 MiB | 12.10 MiB/s   Receiving objects: 100% (8600/8600), 18.43 MiB | 12.10 MiB/s   Receiving objects: 100% (8600/8600), 19.12 MiB | 12.10 MiB/s, done.
Resolving deltas:   0% (0/4821)   Resolving deltas:   1% (49/4821)   Resolving deltas:   2% (98/4821)   Resolving deltas:   3% (147/4821)   Resolving deltas:   4% (193/4821)   Resolving deltas:   5% (243/4821)   Resolving deltas:   6% (324/4821)   Resolving deltas:   8% (402/4821)   Resolving deltas:   9% (436/4821)   Resolving deltas:  10% (483/4821)   Resolving deltas:  11% (533/4821)   Resolving deltas:  12% (583/4821)   Resolving deltas:  13% (631/4821)   Resolving deltas:  14% (696/4821)   Resolving deltas:  15% (728/4821)   Resolving deltas:  16% (784/4821)   Resolving deltas:  17% (820/4821)   Resolving deltas:  18% (868/4821)   Resolving deltas:  19% (922/4821)   Resolving deltas:  20% (967/4821)   Resolving deltas:  21% (1013/4821)   Resolving deltas:  23% (1151/4821)   Resolving deltas:  24% (1159/4821)   Resolving deltas:  25% (1211/4821)   Resolving deltas:  26% (1257/4821)   Resolving deltas:  29% (1414/4821)   Resolving deltas:  31% (1527/4821)   Resolving deltas:  32% (1546/4821)   Resolving deltas:  33% (1592/4821)   Resolving deltas:  34% (1640/4821)   Resolving deltas:  35% (1691/4821)   Resolving deltas:  36% (1749/4821)   Resolving deltas:  37% (1784/4821)   Resolving deltas:  38% (1832/4821)   Resolving deltas:  39% (1884/4821)   Resolving deltas:  40% (1930/4821)   Resolving deltas:  41% (1979/4821)   Resolving deltas:  42% (2025/4821)   Resolving deltas:  43% (2091/4821)   Resolving deltas:  44% (2123/4821)   Resolving deltas:  45% (2204/4821)   Resolving deltas:  46% (2225/4821)   Resolving deltas:  47% (2268/4821)   Resolving deltas:  48% (2345/4821)   Resolving deltas:  49% (2364/4821)   Resolving deltas:  50% (2411/4821)   Resolving deltas:  51% (2459/4821)   Resolving deltas:  52% (2509/4821)   Resolving deltas:  53% (2559/4821)   Resolving deltas:  54% (2633/4821)   Resolving deltas:  55% (2656/4821)   Resolving deltas:  56% (2713/4821)   Resolving deltas:  57% (2755/4821)   Resolving deltas:  58% (2797/4821)   Resolving deltas:  59% (2846/4821)   Resolving deltas:  60% (2896/4821)   Resolving deltas:  60% (2936/4821), completed with 9 local objects.
fatal: pack has 1885 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2324

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10017, done.        
remote: Compressing objects:   0% (1/3699)           remote: Compressing objects:   1% (37/3699)           remote: Compressing objects:   2% (74/3699)           remote: Compressing objects:   3% (111/3699)           remote: Compressing objects:   4% (148/3699)           remote: Compressing objects:   5% (185/3699)           remote: Compressing objects:   6% (222/3699)           remote: Compressing objects:   7% (259/3699)           remote: Compressing objects:   8% (296/3699)           remote: Compressing objects:   9% (333/3699)           remote: Compressing objects:  10% (370/3699)           remote: Compressing objects:  11% (407/3699)           remote: Compressing objects:  12% (444/3699)           remote: Compressing objects:  13% (481/3699)           remote: Compressing objects:  14% (518/3699)           remote: Compressing objects:  15% (555/3699)           remote: Compressing objects:  16% (592/3699)           remote: Compressing objects:  17% (629/3699)           remote: Compressing objects:  18% (666/3699)           remote: Compressing objects:  19% (703/3699)           remote: Compressing objects:  20% (740/3699)           remote: Compressing objects:  21% (777/3699)           remote: Compressing objects:  22% (814/3699)           remote: Compressing objects:  23% (851/3699)           remote: Compressing objects:  24% (888/3699)           remote: Compressing objects:  25% (925/3699)           remote: Compressing objects:  26% (962/3699)           remote: Compressing objects:  27% (999/3699)           remote: Compressing objects:  28% (1036/3699)           remote: Compressing objects:  29% (1073/3699)           remote: Compressing objects:  30% (1110/3699)           remote: Compressing objects:  31% (1147/3699)           remote: Compressing objects:  32% (1184/3699)           remote: Compressing objects:  33% (1221/3699)           remote: Compressing objects:  34% (1258/3699)           remote: Compressing objects:  35% (1295/3699)           remote: Compressing objects:  36% (1332/3699)           remote: Compressing objects:  37% (1369/3699)           remote: Compressing objects:  38% (1406/3699)           remote: Compressing objects:  39% (1443/3699)           remote: Compressing objects:  40% (1480/3699)           remote: Compressing objects:  41% (1517/3699)           remote: Compressing objects:  42% (1554/3699)           remote: Compressing objects:  43% (1591/3699)           remote: Compressing objects:  44% (1628/3699)           remote: Compressing objects:  45% (1665/3699)           remote: Compressing objects:  46% (1702/3699)           remote: Compressing objects:  47% (1739/3699)           remote: Compressing objects:  48% (1776/3699)           remote: Compressing objects:  49% (1813/3699)           remote: Compressing objects:  50% (1850/3699)           remote: Compressing objects:  51% (1887/3699)           remote: Compressing objects:  52% (1924/3699)           remote: Compressing objects:  53% (1961/3699)           remote: Compressing objects:  54% (1998/3699)           remote: Compressing objects:  55% (2035/3699)           remote: Compressing objects:  56% (2072/3699)           remote: Compressing objects:  57% (2109/3699)           remote: Compressing objects:  58% (2146/3699)           remote: Compressing objects:  59% (2183/3699)           remote: Compressing objects:  60% (2220/3699)           remote: Compressing objects:  61% (2257/3699)           remote: Compressing objects:  62% (2294/3699)           remote: Compressing objects:  63% (2331/3699)           remote: Compressing objects:  64% (2368/3699)           remote: Compressing objects:  65% (2405/3699)           remote: Compressing objects:  66% (2442/3699)           remote: Compressing objects:  67% (2479/3699)           remote: Compressing objects:  68% (2516/3699)           remote: Compressing objects:  69% (2553/3699)           remote: Compressing objects:  70% (2590/3699)           remote: Compressing objects:  71% (2627/3699)           remote: Compressing objects:  72% (2664/3699)           remote: Compressing objects:  73% (2701/3699)           remote: Compressing objects:  74% (2738/3699)           remote: Compressing objects:  75% (2775/3699)           remote: Compressing objects:  76% (2812/3699)           remote: Compressing objects:  77% (2849/3699)           remote: Compressing objects:  78% (2886/3699)           remote: Compressing objects:  79% (2923/3699)           remote: Compressing objects:  80% (2960/3699)           remote: Compressing objects:  81% (2997/3699)           remote: Compressing objects:  82% (3034/3699)           remote: Compressing objects:  83% (3071/3699)           remote: Compressing objects:  84% (3108/3699)           remote: Compressing objects:  85% (3145/3699)           remote: Compressing objects:  86% (3182/3699)           remote: Compressing objects:  87% (3219/3699)           remote: Compressing objects:  88% (3256/3699)           remote: Compressing objects:  89% (3293/3699)           remote: Compressing objects:  90% (3330/3699)           remote: Compressing objects:  91% (3367/3699)           remote: Compressing objects:  92% (3404/3699)           remote: Compressing objects:  93% (3441/3699)           remote: Compressing objects:  94% (3478/3699)           remote: Compressing objects:  95% (3515/3699)           remote: Compressing objects:  96% (3552/3699)           remote: Compressing objects:  97% (3589/3699)           remote: Compressing objects:  98% (3626/3699)           remote: Compressing objects:  99% (3663/3699)           remote: Compressing objects: 100% (3699/3699)           remote: Compressing objects: 100% (3699/3699), done.        
Receiving objects:   0% (1/8600)   Receiving objects:   1% (86/8600)   Receiving objects:   2% (172/8600)   Receiving objects:   3% (258/8600)   Receiving objects:   4% (344/8600)   Receiving objects:   5% (430/8600)   Receiving objects:   6% (516/8600)   Receiving objects:   7% (602/8600)   Receiving objects:   8% (688/8600)   Receiving objects:   9% (774/8600)   Receiving objects:  10% (860/8600)   Receiving objects:  11% (946/8600)   Receiving objects:  12% (1032/8600)   Receiving objects:  13% (1118/8600)   Receiving objects:  14% (1204/8600)   Receiving objects:  15% (1290/8600)   Receiving objects:  16% (1376/8600)   Receiving objects:  17% (1462/8600)   Receiving objects:  18% (1548/8600)   Receiving objects:  19% (1634/8600)   Receiving objects:  20% (1720/8600)   Receiving objects:  21% (1806/8600)   Receiving objects:  22% (1892/8600)   Receiving objects:  23% (1978/8600)   Receiving objects:  24% (2064/8600)   Receiving objects:  25% (2150/8600)   Receiving objects:  26% (2236/8600)   Receiving objects:  27% (2322/8600)   Receiving objects:  28% (2408/8600)   Receiving objects:  29% (2494/8600)   Receiving objects:  30% (2580/8600)   Receiving objects:  31% (2666/8600)   Receiving objects:  32% (2752/8600)   Receiving objects:  33% (2838/8600)   Receiving objects:  34% (2924/8600)   Receiving objects:  35% (3010/8600)   Receiving objects:  36% (3096/8600)   Receiving objects:  37% (3182/8600)   Receiving objects:  38% (3268/8600)   Receiving objects:  39% (3354/8600)   Receiving objects:  40% (3440/8600)   Receiving objects:  41% (3526/8600)   Receiving objects:  42% (3612/8600)   Receiving objects:  43% (3698/8600)   Receiving objects:  44% (3784/8600)   Receiving objects:  45% (3870/8600)   Receiving objects:  46% (3956/8600)   Receiving objects:  47% (4042/8600)   Receiving objects:  48% (4128/8600)   Receiving objects:  49% (4214/8600)   Receiving objects:  50% (4300/8600)   Receiving objects:  51% (4386/8600)   Receiving objects:  52% (4472/8600)   Receiving objects:  53% (4558/8600)   Receiving objects:  54% (4644/8600)   Receiving objects:  55% (4730/8600)   Receiving objects:  56% (4816/8600)   Receiving objects:  57% (4902/8600)   Receiving objects:  58% (4988/8600)   Receiving objects:  59% (5074/8600)   Receiving objects:  60% (5160/8600)   Receiving objects:  61% (5246/8600)   Receiving objects:  62% (5332/8600)   Receiving objects:  63% (5418/8600)   Receiving objects:  64% (5504/8600)   Receiving objects:  65% (5590/8600)   Receiving objects:  65% (5607/8600), 8.56 MiB | 8.54 MiB/s   Receiving objects:  65% (5607/8600), 13.68 MiB | 6.83 MiB/s   Receiving objects:  66% (5676/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  67% (5762/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  68% (5848/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  69% (5934/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  70% (6020/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  71% (6106/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  72% (6192/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  73% (6278/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  74% (6364/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  75% (6450/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  76% (6536/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  77% (6622/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  78% (6708/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  79% (6794/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  80% (6880/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  81% (6966/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  82% (7052/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  83% (7138/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  84% (7224/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  85% (7310/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  86% (7396/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  87% (7482/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  88% (7568/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  89% (7654/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  90% (7740/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  91% (7826/8600), 16.46 MiB | 6.57 MiB/s   Receiving objects:  91% (7826/8600), 18.43 MiB | 6.12 MiB/s   Receiving objects:  92% (7912/8600), 18.43 MiB | 6.12 MiB/s   Receiving objects:  93% (7998/8600), 18.43 MiB | 6.12 MiB/s   Receiving objects:  94% (8084/8600), 18.43 MiB | 6.12 MiB/s   Receiving objects:  95% (8170/8600), 18.43 MiB | 6.12 MiB/s   Receiving objects:  96% (8256/8600), 18.43 MiB | 6.12 MiB/s   remote: Total 8600 (delta 4822), reused 6996 (delta 3616)        
Receiving objects:  97% (8342/8600), 18.43 MiB | 6.12 MiB/s   Receiving objects:  98% (8428/8600), 18.43 MiB | 6.12 MiB/s   Receiving objects:  99% (8514/8600), 18.43 MiB | 6.12 MiB/s   Receiving objects: 100% (8600/8600), 18.43 MiB | 6.12 MiB/s   Receiving objects: 100% (8600/8600), 19.12 MiB | 6.12 MiB/s, done.
Resolving deltas:   0% (0/4822)   Resolving deltas:   1% (49/4822)   Resolving deltas:   2% (97/4822)   Resolving deltas:   3% (145/4822)   Resolving deltas:   4% (199/4822)   Resolving deltas:   5% (242/4822)   Resolving deltas:   6% (323/4822)   Resolving deltas:   8% (411/4822)   Resolving deltas:   9% (435/4822)   Resolving deltas:  10% (483/4822)   Resolving deltas:  11% (531/4822)   Resolving deltas:  12% (581/4822)   Resolving deltas:  13% (629/4822)   Resolving deltas:  14% (707/4822)   Resolving deltas:  15% (730/4822)   Resolving deltas:  16% (788/4822)   Resolving deltas:  17% (823/4822)   Resolving deltas:  18% (873/4822)   Resolving deltas:  19% (920/4822)   Resolving deltas:  20% (966/4822)   Resolving deltas:  21% (1014/4822)   Resolving deltas:  23% (1138/4822)   Resolving deltas:  24% (1159/4822)   Resolving deltas:  25% (1215/4822)   Resolving deltas:  26% (1276/4822)   Resolving deltas:  27% (1326/4822)   Resolving deltas:  29% (1399/4822)   Resolving deltas:  31% (1522/4822)   Resolving deltas:  32% (1567/4822)   Resolving deltas:  33% (1592/4822)   Resolving deltas:  34% (1649/4822)   Resolving deltas:  35% (1713/4822)   Resolving deltas:  36% (1739/4822)   Resolving deltas:  37% (1786/4822)   Resolving deltas:  38% (1836/4822)   Resolving deltas:  39% (1881/4822)   Resolving deltas:  40% (1933/4822)   Resolving deltas:  41% (1978/4822)   Resolving deltas:  42% (2031/4822)   Resolving deltas:  43% (2095/4822)   Resolving deltas:  44% (2122/4822)   Resolving deltas:  45% (2213/4822)   Resolving deltas:  46% (2224/4822)   Resolving deltas:  47% (2269/4822)   Resolving deltas:  48% (2353/4822)   Resolving deltas:  49% (2363/4822)   Resolving deltas:  50% (2412/4822)   Resolving deltas:  51% (2460/4822)   Resolving deltas:  52% (2511/4822)   Resolving deltas:  53% (2556/4822)   Resolving deltas:  54% (2632/4822)   Resolving deltas:  55% (2654/4822)   Resolving deltas:  56% (2710/4822)   Resolving deltas:  57% (2753/4822)   Resolving deltas:  58% (2797/4822)   Resolving deltas:  59% (2848/4822)   Resolving deltas:  60% (2898/4822)   Resolving deltas:  60% (2938/4822), completed with 9 local objects.
fatal: pack has 1884 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10017, done.        
remote: Compressing objects:   0% (1/3699)           remote: Compressing objects:   1% (37/3699)           remote: Compressing objects:   2% (74/3699)           remote: Compressing objects:   3% (111/3699)           remote: Compressing objects:   4% (148/3699)           remote: Compressing objects:   5% (185/3699)           remote: Compressing objects:   6% (222/3699)           remote: Compressing objects:   7% (259/3699)           remote: Compressing objects:   8% (296/3699)           remote: Compressing objects:   9% (333/3699)           remote: Compressing objects:  10% (370/3699)           remote: Compressing objects:  11% (407/3699)           remote: Compressing objects:  12% (444/3699)           remote: Compressing objects:  13% (481/3699)           remote: Compressing objects:  14% (518/3699)           remote: Compressing objects:  15% (555/3699)           remote: Compressing objects:  16% (592/3699)           remote: Compressing objects:  17% (629/3699)           remote: Compressing objects:  18% (666/3699)           remote: Compressing objects:  19% (703/3699)           remote: Compressing objects:  20% (740/3699)           remote: Compressing objects:  21% (777/3699)           remote: Compressing objects:  22% (814/3699)           remote: Compressing objects:  23% (851/3699)           remote: Compressing objects:  24% (888/3699)           remote: Compressing objects:  25% (925/3699)           remote: Compressing objects:  26% (962/3699)           remote: Compressing objects:  27% (999/3699)           remote: Compressing objects:  28% (1036/3699)           remote: Compressing objects:  29% (1073/3699)           remote: Compressing objects:  30% (1110/3699)           remote: Compressing objects:  31% (1147/3699)           remote: Compressing objects:  32% (1184/3699)           remote: Compressing objects:  33% (1221/3699)           remote: Compressing objects:  34% (1258/3699)           remote: Compressing objects:  35% (1295/3699)           remote: Compressing objects:  36% (1332/3699)           remote: Compressing objects:  37% (1369/3699)           remote: Compressing objects:  38% (1406/3699)           remote: Compressing objects:  39% (1443/3699)           remote: Compressing objects:  40% (1480/3699)           remote: Compressing objects:  41% (1517/3699)           remote: Compressing objects:  42% (1554/3699)           remote: Compressing objects:  43% (1591/3699)           remote: Compressing objects:  44% (1628/3699)           remote: Compressing objects:  45% (1665/3699)           remote: Compressing objects:  46% (1702/3699)           remote: Compressing objects:  47% (1739/3699)           remote: Compressing objects:  48% (1776/3699)           remote: Compressing objects:  49% (1813/3699)           remote: Compressing objects:  50% (1850/3699)           remote: Compressing objects:  51% (1887/3699)           remote: Compressing objects:  52% (1924/3699)           remote: Compressing objects:  53% (1961/3699)           remote: Compressing objects:  54% (1998/3699)           remote: Compressing objects:  55% (2035/3699)           remote: Compressing objects:  56% (2072/3699)           remote: Compressing objects:  57% (2109/3699)           remote: Compressing objects:  58% (2146/3699)           remote: Compressing objects:  59% (2183/3699)           remote: Compressing objects:  60% (2220/3699)           remote: Compressing objects:  61% (2257/3699)           remote: Compressing objects:  62% (2294/3699)           remote: Compressing objects:  63% (2331/3699)           remote: Compressing objects:  64% (2368/3699)           remote: Compressing objects:  65% (2405/3699)           remote: Compressing objects:  66% (2442/3699)           remote: Compressing objects:  67% (2479/3699)           remote: Compressing objects:  68% (2516/3699)           remote: Compressing objects:  69% (2553/3699)           remote: Compressing objects:  70% (2590/3699)           remote: Compressing objects:  71% (2627/3699)           remote: Compressing objects:  72% (2664/3699)           remote: Compressing objects:  73% (2701/3699)           remote: Compressing objects:  74% (2738/3699)           remote: Compressing objects:  75% (2775/3699)           remote: Compressing objects:  76% (2812/3699)           remote: Compressing objects:  77% (2849/3699)           remote: Compressing objects:  78% (2886/3699)           remote: Compressing objects:  79% (2923/3699)           remote: Compressing objects:  80% (2960/3699)           remote: Compressing objects:  81% (2997/3699)           remote: Compressing objects:  82% (3034/3699)           remote: Compressing objects:  83% (3071/3699)           remote: Compressing objects:  84% (3108/3699)           remote: Compressing objects:  85% (3145/3699)           remote: Compressing objects:  86% (3182/3699)           remote: Compressing objects:  87% (3219/3699)           remote: Compressing objects:  88% (3256/3699)           remote: Compressing objects:  89% (3293/3699)           remote: Compressing objects:  90% (3330/3699)           remote: Compressing objects:  91% (3367/3699)           remote: Compressing objects:  92% (3404/3699)           remote: Compressing objects:  93% (3441/3699)           remote: Compressing objects:  94% (3478/3699)           remote: Compressing objects:  95% (3515/3699)           remote: Compressing objects:  96% (3552/3699)           remote: Compressing objects:  97% (3589/3699)           remote: Compressing objects:  98% (3626/3699)           remote: Compressing objects:  99% (3663/3699)           remote: Compressing objects: 100% (3699/3699)           remote: Compressing objects: 100% (3699/3699), done.        
Receiving objects:   0% (1/8600)   Receiving objects:   1% (86/8600)   Receiving objects:   2% (172/8600)   Receiving objects:   3% (258/8600)   Receiving objects:   4% (344/8600)   Receiving objects:   5% (430/8600)   Receiving objects:   6% (516/8600)   Receiving objects:   7% (602/8600)   Receiving objects:   8% (688/8600)   Receiving objects:   9% (774/8600)   Receiving objects:  10% (860/8600)   Receiving objects:  11% (946/8600)   Receiving objects:  12% (1032/8600)   Receiving objects:  13% (1118/8600)   Receiving objects:  14% (1204/8600)   Receiving objects:  15% (1290/8600)   Receiving objects:  16% (1376/8600)   Receiving objects:  17% (1462/8600)   Receiving objects:  18% (1548/8600)   Receiving objects:  19% (1634/8600)   Receiving objects:  20% (1720/8600)   Receiving objects:  21% (1806/8600)   Receiving objects:  22% (1892/8600)   Receiving objects:  23% (1978/8600)   Receiving objects:  24% (2064/8600)   Receiving objects:  25% (2150/8600)   Receiving objects:  26% (2236/8600)   Receiving objects:  27% (2322/8600)   Receiving objects:  28% (2408/8600)   Receiving objects:  29% (2494/8600)   Receiving objects:  30% (2580/8600)   Receiving objects:  31% (2666/8600)   Receiving objects:  32% (2752/8600)   Receiving objects:  33% (2838/8600)   Receiving objects:  34% (2924/8600)   Receiving objects:  35% (3010/8600)   Receiving objects:  36% (3096/8600)   Receiving objects:  37% (3182/8600)   Receiving objects:  38% (3268/8600)   Receiving objects:  39% (3354/8600)   Receiving objects:  40% (3440/8600)   Receiving objects:  41% (3526/8600)   Receiving objects:  42% (3612/8600)   Receiving objects:  43% (3698/8600)   Receiving objects:  44% (3784/8600)   Receiving objects:  45% (3870/8600)   Receiving objects:  46% (3956/8600)   Receiving objects:  47% (4042/8600)   Receiving objects:  48% (4128/8600)   Receiving objects:  49% (4214/8600)   Receiving objects:  50% (4300/8600)   Receiving objects:  51% (4386/8600)   Receiving objects:  52% (4472/8600)   Receiving objects:  53% (4558/8600)   Receiving objects:  54% (4644/8600)   Receiving objects:  55% (4730/8600)   Receiving objects:  56% (4816/8600)   Receiving objects:  57% (4902/8600)   Receiving objects:  58% (4988/8600)   Receiving objects:  59% (5074/8600)   Receiving objects:  60% (5160/8600)   Receiving objects:  61% (5246/8600)   Receiving objects:  62% (5332/8600)   Receiving objects:  63% (5418/8600)   Receiving objects:  64% (5504/8600)   Receiving objects:  65% (5590/8600)   Receiving objects:  66% (5676/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  67% (5762/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  68% (5848/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  69% (5934/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  70% (6020/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  71% (6106/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  72% (6192/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  73% (6278/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  74% (6364/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  75% (6450/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  76% (6536/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  77% (6622/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  78% (6708/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  79% (6794/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  80% (6880/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  81% (6966/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  82% (7052/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  83% (7138/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  84% (7224/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  85% (7310/8600), 9.18 MiB | 18.35 MiB/s   Receiving objects:  85% (7376/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  86% (7396/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  87% (7482/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  88% (7568/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  89% (7654/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  90% (7740/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  91% (7826/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  92% (7912/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  93% (7998/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  94% (8084/8600), 18.32 MiB | 17.76 MiB/s   remote: Total 8600 (delta 4823), reused 6996 (delta 3616)        
Receiving objects:  95% (8170/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  96% (8256/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  97% (8342/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  98% (8428/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects:  99% (8514/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects: 100% (8600/8600), 18.32 MiB | 17.76 MiB/s   Receiving objects: 100% (8600/8600), 19.12 MiB | 17.76 MiB/s, done.
Resolving deltas:   0% (0/4823)   Resolving deltas:   1% (49/4823)   Resolving deltas:   2% (97/4823)   Resolving deltas:   3% (147/4823)   Resolving deltas:   4% (193/4823)   Resolving deltas:   5% (243/4823)   Resolving deltas:   6% (326/4823)   Resolving deltas:   8% (409/4823)   Resolving deltas:   9% (436/4823)   Resolving deltas:  10% (483/4823)   Resolving deltas:  11% (534/4823)   Resolving deltas:  12% (581/4823)   Resolving deltas:  13% (629/4823)   Resolving deltas:  14% (702/4823)   Resolving deltas:  15% (740/4823)   Resolving deltas:  16% (784/4823)   Resolving deltas:  17% (820/4823)   Resolving deltas:  18% (873/4823)   Resolving deltas:  19% (922/4823)   Resolving deltas:  20% (965/4823)   Resolving deltas:  21% (1013/4823)   Resolving deltas:  23% (1145/4823)   Resolving deltas:  24% (1162/4823)   Resolving deltas:  25% (1223/4823)   Resolving deltas:  26% (1282/4823)   Resolving deltas:  27% (1325/4823)   Resolving deltas:  28% (1396/4823)   Resolving deltas:  31% (1514/4823)   Resolving deltas:  32% (1557/4823)   Resolving deltas:  33% (1597/4823)   Resolving deltas:  34% (1645/4823)   Resolving deltas:  35% (1697/4823)   Resolving deltas:  36% (1746/4823)   Resolving deltas:  37% (1785/4823)   Resolving deltas:  38% (1839/4823)   Resolving deltas:  39% (1898/4823)   Resolving deltas:  40% (1941/4823)   Resolving deltas:  41% (1979/4823)   Resolving deltas:  42% (2057/4823)   Resolving deltas:  43% (2092/4823)   Resolving deltas:  44% (2124/4823)   Resolving deltas:  45% (2216/4823)   Resolving deltas:  46% (2224/4823)   Resolving deltas:  47% (2269/4823)   Resolving deltas:  48% (2326/4823)   Resolving deltas:  49% (2372/4823)   Resolving deltas:  50% (2412/4823)   Resolving deltas:  51% (2466/4823)   Resolving deltas:  52% (2509/4823)   Resolving deltas:  53% (2562/4823)   Resolving deltas:  54% (2610/4823)   Resolving deltas:  55% (2665/4823)   Resolving deltas:  56% (2726/4823)   Resolving deltas:  57% (2759/4823)   Resolving deltas:  58% (2798/4823)   Resolving deltas:  59% (2850/4823)   Resolving deltas:  60% (2902/4823)   Resolving deltas:  60% (2916/4823), completed with 9 local objects.
fatal: pack has 1907 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: Could not read 84cd6c348a7501f435567d868194c3bcae4f298b
error: Could not read ccd68da25d003f4f08e67f8e3021dcc719d86536
remote: Counting objects: 10017, done.        
remote: Compressing objects:   0% (1/3699)           remote: Compressing objects:   1% (37/3699)           remote: Compressing objects:   2% (74/3699)           remote: Compressing objects:   3% (111/3699)           remote: Compressing objects:   4% (148/3699)           remote: Compressing objects:   5% (185/3699)           remote: Compressing objects:   6% (222/3699)           remote: Compressing objects:   7% (259/3699)           remote: Compressing objects:   8% (296/3699)           remote: Compressing objects:   9% (333/3699)           remote: Compressing objects:  10% (370/3699)           remote: Compressing objects:  11% (407/3699)           remote: Compressing objects:  12% (444/3699)           remote: Compressing objects:  13% (481/3699)           remote: Compressing objects:  14% (518/3699)           remote: Compressing objects:  15% (555/3699)           remote: Compressing objects:  16% (592/3699)           remote: Compressing objects:  17% (629/3699)           remote: Compressing objects:  18% (666/3699)           remote: Compressing objects:  19% (703/3699)           remote: Compressing objects:  20% (740/3699)           remote: Compressing objects:  21% (777/3699)           remote: Compressing objects:  22% (814/3699)           remote: Compressing objects:  23% (851/3699)           remote: Compressing objects:  24% (888/3699)           remote: Compressing objects:  25% (925/3699)           remote: Compressing objects:  26% (962/3699)           remote: Compressing objects:  27% (999/3699)           remote: Compressing objects:  28% (1036/3699)           remote: Compressing objects:  29% (1073/3699)           remote: Compressing objects:  30% (1110/3699)           remote: Compressing objects:  31% (1147/3699)           remote: Compressing objects:  32% (1184/3699)           remote: Compressing objects:  33% (1221/3699)           remote: Compressing objects:  34% (1258/3699)           remote: Compressing objects:  35% (1295/3699)           remote: Compressing objects:  36% (1332/3699)           remote: Compressing objects:  37% (1369/3699)           remote: Compressing objects:  38% (1406/3699)           remote: Compressing objects:  39% (1443/3699)           remote: Compressing objects:  40% (1480/3699)           remote: Compressing objects:  41% (1517/3699)           remote: Compressing objects:  42% (1554/3699)           remote: Compressing objects:  43% (1591/3699)           remote: Compressing objects:  44% (1628/3699)           remote: Compressing objects:  45% (1665/3699)           remote: Compressing objects:  46% (1702/3699)           remote: Compressing objects:  47% (1739/3699)           remote: Compressing objects:  48% (1776/3699)           remote: Compressing objects:  49% (1813/3699)           remote: Compressing objects:  50% (1850/3699)           remote: Compressing objects:  51% (1887/3699)           remote: Compressing objects:  52% (1924/3699)           remote: Compressing objects:  53% (1961/3699)           remote: Compressing objects:  54% (1998/3699)           remote: Compressing objects:  55% (2035/3699)           remote: Compressing objects:  56% (2072/3699)           remote: Compressing objects:  57% (2109/3699)           remote: Compressing objects:  58% (2146/3699)           remote: Compressing objects:  59% (2183/3699)           remote: Compressing objects:  60% (2220/3699)           remote: Compressing objects:  61% (2257/3699)           remote: Compressing objects:  62% (2294/3699)           remote: Compressing objects:  63% (2331/3699)           remote: Compressing objects:  64% (2368/3699)           remote: Compressing objects:  65% (2405/3699)           remote: Compressing objects:  66% (2442/3699)           remote: Compressing objects:  67% (2479/3699)           remote: Compressing objects:  68% (2516/3699)           remote: Compressing objects:  69% (2553/3699)           remote: Compressing objects:  70% (2590/3699)           remote: Compressing objects:  71% (2627/3699)           remote: Compressing objects:  72% (2664/3699)           remote: Compressing objects:  73% (2701/3699)           remote: Compressing objects:  74% (2738/3699)           remote: Compressing objects:  75% (2775/3699)           remote: Compressing objects:  76% (2812/3699)           remote: Compressing objects:  77% (2849/3699)           remote: Compressing objects:  78% (2886/3699)           remote: Compressing objects:  79% (2923/3699)           remote: Compressing objects:  80% (2960/3699)           remote: Compressing objects:  81% (2997/3699)           remote: Compressing objects:  82% (3034/3699)           remote: Compressing objects:  83% (3071/3699)           remote: Compressing objects:  84% (3108/3699)           remote: Compressing objects:  85% (3145/3699)           remote: Compressing objects:  86% (3182/3699)           remote: Compressing objects:  87% (3219/3699)           remote: Compressing objects:  88% (3256/3699)           remote: Compressing objects:  89% (3293/3699)           remote: Compressing objects:  90% (3330/3699)           remote: Compressing objects:  91% (3367/3699)           remote: Compressing objects:  92% (3404/3699)           remote: Compressing objects:  93% (3441/3699)           remote: Compressing objects:  94% (3478/3699)           remote: Compressing objects:  95% (3515/3699)           remote: Compressing objects:  96% (3552/3699)           remote: Compressing objects:  97% (3589/3699)           remote: Compressing objects:  98% (3626/3699)           remote: Compressing objects:  99% (3663/3699)           remote: Compressing objects: 100% (3699/3699)           remote: Compressing objects: 100% (3699/3699), done.        
Receiving objects:   0% (1/8600)   Receiving objects:   1% (86/8600)   Receiving objects:   2% (172/8600)   Receiving objects:   3% (258/8600)   Receiving objects:   4% (344/8600)   Receiving objects:   5% (430/8600)   Receiving objects:   6% (516/8600)   Receiving objects:   7% (602/8600)   Receiving objects:   8% (688/8600)   Receiving objects:   9% (774/8600)   Receiving objects:  10% (860/8600)   Receiving objects:  11% (946/8600)   Receiving objects:  12% (1032/8600)   Receiving objects:  13% (1118/8600)   Receiving objects:  14% (1204/8600)   Receiving objects:  15% (1290/8600)   Receiving objects:  16% (1376/8600)   Receiving objects:  17% (1462/8600)   Receiving objects:  18% (1548/8600)   Receiving objects:  19% (1634/8600)   Receiving objects:  20% (1720/8600)   Receiving objects:  21% (1806/8600)   Receiving objects:  22% (1892/8600)   Receiving objects:  23% (1978/8600)   Receiving objects:  24% (2064/8600)   Receiving objects:  25% (2150/8600)   Receiving objects:  26% (2236/8600)   Receiving objects:  27% (2322/8600)   Receiving objects:  28% (2408/8600)   Receiving objects:  29% (2494/8600)   Receiving objects:  30% (2580/8600)   Receiving objects:  31% (2666/8600)   Receiving objects:  32% (2752/8600)   Receiving objects:  33% (2838/8600)   Receiving objects:  34% (2924/8600)   Receiving objects:  35% (3010/8600)   Receiving objects:  36% (3096/8600)   Receiving objects:  37% (3182/8600)   Receiving objects:  38% (3268/8600)   Receiving objects:  39% (3354/8600)   Receiving objects:  40% (3440/8600)   Receiving objects:  41% (3526/8600)   Receiving objects:  42% (3612/8600)   Receiving objects:  43% (3698/8600)   Receiving objects:  44% (3784/8600)   Receiving objects:  45% (3870/8600)   Receiving objects:  46% (3956/8600)   Receiving objects:  47% (4042/8600)   Receiving objects:  48% (4128/8600)   Receiving objects:  49% (4214/8600)   Receiving objects:  50% (4300/8600)   Receiving objects:  51% (4386/8600)   Receiving objects:  52% (4472/8600)   Receiving objects:  53% (4558/8600)   Receiving objects:  54% (4644/8600)   Receiving objects:  55% (4730/8600)   Receiving objects:  56% (4816/8600)   Receiving objects:  57% (4902/8600)   Receiving objects:  58% (4988/8600)   Receiving objects:  59% (5074/8600)   Receiving objects:  60% (5160/8600)   Receiving objects:  61% (5246/8600)   Receiving objects:  62% (5332/8600)   Receiving objects:  63% (5418/8600)   Receiving objects:  64% (5504/8600)   Receiving objects:  65% (5590/8600)   Receiving objects:  65% (5607/8600), 11.93 MiB | 11.82 MiB/s   Receiving objects:  66% (5676/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  67% (5762/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  68% (5848/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  69% (5934/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  70% (6020/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  71% (6106/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  72% (6192/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  73% (6278/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  74% (6364/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  75% (6450/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  76% (6536/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  77% (6622/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  78% (6708/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  79% (6794/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  80% (6880/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  81% (6966/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  82% (7052/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  83% (7138/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  84% (7224/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  85% (7310/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  86% (7396/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  87% (7482/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  88% (7568/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  89% (7654/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  90% (7740/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  91% (7826/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  92% (7912/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  93% (7998/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  94% (8084/8600), 16.73 MiB | 11.09 MiB/s   remote: Total 8600 (delta 4824), reused 6996 (delta 3616)        
Receiving objects:  95% (8170/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  96% (8256/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  97% (8342/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  98% (8428/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects:  99% (8514/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects: 100% (8600/8600), 16.73 MiB | 11.09 MiB/s   Receiving objects: 100% (8600/8600), 19.12 MiB | 11.09 MiB/s, done.
Resolving deltas:   0% (0/4824)   Resolving deltas:   1% (50/4824)   Resolving deltas:   2% (98/4824)   Resolving deltas:   3% (146/4824)   Resolving deltas:   4% (193/4824)   Resolving deltas:   5% (242/4824)   Resolving deltas:   6% (316/4824)   Resolving deltas:   8% (408/4824)   Resolving deltas:   9% (435/4824)   Resolving deltas:  10% (484/4824)   Resolving deltas:  11% (531/4824)   Resolving deltas:  12% (587/4824)   Resolving deltas:  13% (630/4824)   Resolving deltas:  14% (708/4824)   Resolving deltas:  15% (728/4824)   Resolving deltas:  16% (793/4824)   Resolving deltas:  17% (821/4824)   Resolving deltas:  18% (870/4824)   Resolving deltas:  19% (923/4824)   Resolving deltas:  20% (969/4824)   Resolving deltas:  21% (1014/4824)   Resolving deltas:  23% (1147/4824)   Resolving deltas:  24% (1164/4824)   Resolving deltas:  25% (1225/4824)   Resolving deltas:  26% (1288/4824)   Resolving deltas:  27% (1328/4824)   Resolving deltas:  28% (1395/4824)   Resolving deltas:  31% (1512/4824)   Resolving deltas:  32% (1559/4824)   Resolving deltas:  33% (1593/4824)   Resolving deltas:  34% (1641/4824)   Resolving deltas:  35% (1705/4824)   Resolving deltas:  36% (1738/4824)   Resolving deltas:  37% (1785/4824)   Resolving deltas:  38% (1834/4824)   Resolving deltas:  39% (1882/4824)   Resolving deltas:  40% (1930/4824)   Resolving deltas:  41% (1991/4824)   Resolving deltas:  42% (2061/4824)   Resolving deltas:  43% (2075/4824)   Resolving deltas:  44% (2123/4824)   Resolving deltas:  45% (2209/4824)   Resolving deltas:  46% (2224/4824)   Resolving deltas:  47% (2268/4824)   Resolving deltas:  48% (2351/4824)   Resolving deltas:  49% (2364/4824)   Resolving deltas:  50% (2412/4824)   Resolving deltas:  51% (2461/4824)   Resolving deltas:  52% (2511/4824)   Resolving deltas:  53% (2558/4824)   Resolving deltas:  54% (2634/4824)   Resolving deltas:  55% (2657/4824)   Resolving deltas:  56% (2714/4824)   Resolving deltas:  57% (2757/4824)   Resolving deltas:  58% (2799/4824)   Resolving deltas:  59% (2847/4824)   Resolving deltas:  60% (2896/4824)   Resolving deltas:  60% (2936/4824), completed with 9 local objects.
fatal: pack has 1888 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2323

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

Changes:

[evansye] BIGTOP-3088: provisioner failed to run puppet deployment on CentOS-7

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H31 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 215940dcf12453c40a66da8e666eab67811b8ee7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 215940dcf12453c40a66da8e666eab67811b8ee7
Commit message: "BIGTOP-3088: provisioner failed to run puppet deployment on CentOS-7"
 > git rev-list --no-walk ffb5aabfda77bd612c4efe32e1c5d36ae55f7108 # 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/apache/8/apache-8.pom
Progress (1): 2.8/14 kBProgress (1): 5.5/14 kBProgress (1): 8.3/14 kBProgress (1): 11/14 kB Progress (1): 14/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 27 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.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 149 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/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 606 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 595 kB/s)
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (2): 16/25 kB | 2.2/53 kBProgress (2): 19/25 kB | 2.2/53 kBProgress (2): 19/25 kB | 5.0/53 kBProgress (2): 21/25 kB | 5.0/53 kBProgress (2): 21/25 kB | 7.7/53 kBProgress (2): 24/25 kB | 7.7/53 kBProgress (2): 24/25 kB | 10/53 kB Progress (2): 25 kB | 10/53 kB   Progress (2): 25 kB | 13/53 kBProgress (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 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 564 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.0 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 2.3/11 kBProgress (1): 5.1/11 kBProgress (1): 6.4/11 kBProgress (1): 9.2/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 594 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 2.2/62 kBProgress (1): 5.0/62 kBProgress (1): 7.7/62 kBProgress (1): 10/62 kB Progress (1): 13/62 kBProgress (1): 16/62 kBProgress (1): 19/62 kBProgress (1): 21/62 kBProgress (1): 24/62 kBProgress (1): 27/62 kBProgress (1): 30/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 2.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 4.1/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 321 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 606 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 938 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 659 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.2/12 kBProgress (1): 4.9/12 kBProgress (1): 6.3/12 kBProgress (1): 9.0/12 kBProgress (1): 12/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 498 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.5 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.202 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.009 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.221 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.006 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.559 s
[INFO] Finished at: 2018-10-04T04:32:48Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7488667266800415587.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/jenkins7488667266800415587.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-3087: Maven Deploy script breaks debian

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H20 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ffb5aabfda77bd612c4efe32e1c5d36ae55f7108 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ffb5aabfda77bd612c4efe32e1c5d36ae55f7108
Commit message: "BIGTOP-3087: Maven Deploy script breaks debian"
 > git rev-list --no-walk 4d512e0817ea65490de26c6b9be239453bfd3f77 # 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/apache/8/apache-8.pom
Progress (1): 2.8/14 kBProgress (1): 5.5/14 kBProgress (1): 8.3/14 kBProgress (1): 11/14 kB Progress (1): 14/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 39 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.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 103 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/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 870 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-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 96 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 676 kB/s)
Progress (1): 2.2/25 kBProgress (2): 2.2/25 kB | 1.6/53 kBProgress (2): 5.0/25 kB | 1.6/53 kBProgress (2): 5.0/25 kB | 4.3/53 kBProgress (2): 7.7/25 kB | 4.3/53 kBProgress (2): 7.7/25 kB | 5.7/53 kBProgress (2): 10/25 kB | 5.7/53 kB Progress (2): 10/25 kB | 8.4/53 kBProgress (2): 13/25 kB | 8.4/53 kBProgress (2): 13/25 kB | 9.8/53 kBProgress (2): 16/25 kB | 9.8/53 kBProgress (2): 16/25 kB | 13/53 kB Progress (2): 19/25 kB | 13/53 kBProgress (2): 19/25 kB | 14/53 kBProgress (2): 21/25 kB | 14/53 kBProgress (2): 21/25 kB | 17/53 kBProgress (2): 24/25 kB | 17/53 kBProgress (2): 24/25 kB | 18/53 kBProgress (2): 25 kB | 18/53 kB   Progress (2): 25 kB | 21/53 kBProgress (2): 25 kB | 22/53 kBProgress (2): 25 kB | 25/53 kBProgress (2): 25 kB | 26/53 kBProgress (2): 25 kB | 29/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 33/53 kBProgress (2): 25 kB | 34/53 kBProgress (2): 25 kB | 37/53 kBProgress (2): 25 kB | 38/53 kBProgress (2): 25 kB | 41/53 kBProgress (2): 25 kB | 43/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 47/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 52/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 577 kB/s)
Progress (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 1.1 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.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/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 564 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 2.2/62 kBProgress (1): 5.0/62 kBProgress (1): 7.7/62 kBProgress (1): 10/62 kB Progress (1): 13/62 kBProgress (1): 16/62 kBProgress (1): 19/62 kBProgress (1): 21/62 kBProgress (1): 24/62 kBProgress (1): 27/62 kBProgress (1): 30/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 1.2/6.7 kBProgress (1): 3.9/6.7 kBProgress (1): 6.7/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 421 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 678 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.8/25 kBProgress (1): 3.2/25 kBProgress (1): 5.9/25 kBProgress (1): 7.3/25 kBProgress (1): 10/25 kB Progress (1): 11/25 kBProgress (1): 14/25 kBProgress (1): 15/25 kBProgress (1): 18/25 kBProgress (1): 20/25 kBProgress (1): 22/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.4 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): 0.8/22 kBProgress (1): 3.5/22 kBProgress (1): 4.9/22 kBProgress (1): 7.6/22 kBProgress (1): 9.0/22 kBProgress (1): 12/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 17/22 kBProgress (1): 20/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 488 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 332 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.249 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.201 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.323 s
[INFO] Finished at: 2018-10-03T10:30:31Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4652949728733893429.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/jenkins4652949728733893429.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9890, done.        
remote: Compressing objects:   0% (1/3555)           remote: Compressing objects:   1% (36/3555)           remote: Compressing objects:   2% (72/3555)           remote: Compressing objects:   3% (107/3555)           remote: Compressing objects:   4% (143/3555)           remote: Compressing objects:   5% (178/3555)           remote: Compressing objects:   6% (214/3555)           remote: Compressing objects:   7% (249/3555)           remote: Compressing objects:   8% (285/3555)           remote: Compressing objects:   9% (320/3555)           remote: Compressing objects:  10% (356/3555)           remote: Compressing objects:  11% (392/3555)           remote: Compressing objects:  12% (427/3555)           remote: Compressing objects:  13% (463/3555)           remote: Compressing objects:  14% (498/3555)           remote: Compressing objects:  15% (534/3555)           remote: Compressing objects:  16% (569/3555)           remote: Compressing objects:  17% (605/3555)           remote: Compressing objects:  18% (640/3555)           remote: Compressing objects:  19% (676/3555)           remote: Compressing objects:  20% (711/3555)           remote: Compressing objects:  21% (747/3555)           remote: Compressing objects:  22% (783/3555)           remote: Compressing objects:  23% (818/3555)           remote: Compressing objects:  24% (854/3555)           remote: Compressing objects:  25% (889/3555)           remote: Compressing objects:  26% (925/3555)           remote: Compressing objects:  27% (960/3555)           remote: Compressing objects:  28% (996/3555)           remote: Compressing objects:  29% (1031/3555)           remote: Compressing objects:  30% (1067/3555)           remote: Compressing objects:  31% (1103/3555)           remote: Compressing objects:  32% (1138/3555)           remote: Compressing objects:  33% (1174/3555)           remote: Compressing objects:  34% (1209/3555)           remote: Compressing objects:  35% (1245/3555)           remote: Compressing objects:  36% (1280/3555)           remote: Compressing objects:  37% (1316/3555)           remote: Compressing objects:  38% (1351/3555)           remote: Compressing objects:  39% (1387/3555)           remote: Compressing objects:  40% (1422/3555)           remote: Compressing objects:  41% (1458/3555)           remote: Compressing objects:  42% (1494/3555)           remote: Compressing objects:  43% (1529/3555)           remote: Compressing objects:  44% (1565/3555)           remote: Compressing objects:  45% (1600/3555)           remote: Compressing objects:  46% (1636/3555)           remote: Compressing objects:  47% (1671/3555)           remote: Compressing objects:  48% (1707/3555)           remote: Compressing objects:  49% (1742/3555)           remote: Compressing objects:  50% (1778/3555)           remote: Compressing objects:  51% (1814/3555)           remote: Compressing objects:  52% (1849/3555)           remote: Compressing objects:  53% (1885/3555)           remote: Compressing objects:  54% (1920/3555)           remote: Compressing objects:  55% (1956/3555)           remote: Compressing objects:  56% (1991/3555)           remote: Compressing objects:  57% (2027/3555)           remote: Compressing objects:  58% (2062/3555)           remote: Compressing objects:  59% (2098/3555)           remote: Compressing objects:  60% (2133/3555)           remote: Compressing objects:  61% (2169/3555)           remote: Compressing objects:  62% (2205/3555)           remote: Compressing objects:  63% (2240/3555)           remote: Compressing objects:  64% (2276/3555)           remote: Compressing objects:  65% (2311/3555)           remote: Compressing objects:  66% (2347/3555)           remote: Compressing objects:  67% (2382/3555)           remote: Compressing objects:  68% (2418/3555)           remote: Compressing objects:  69% (2453/3555)           remote: Compressing objects:  70% (2489/3555)           remote: Compressing objects:  71% (2525/3555)           remote: Compressing objects:  72% (2560/3555)           remote: Compressing objects:  73% (2596/3555)           remote: Compressing objects:  74% (2631/3555)           remote: Compressing objects:  75% (2667/3555)           remote: Compressing objects:  76% (2702/3555)           remote: Compressing objects:  77% (2738/3555)           remote: Compressing objects:  78% (2773/3555)           remote: Compressing objects:  79% (2809/3555)           remote: Compressing objects:  80% (2844/3555)           remote: Compressing objects:  81% (2880/3555)           remote: Compressing objects:  82% (2916/3555)           remote: Compressing objects:  83% (2951/3555)           remote: Compressing objects:  84% (2987/3555)           remote: Compressing objects:  85% (3022/3555)           remote: Compressing objects:  86% (3058/3555)           remote: Compressing objects:  87% (3093/3555)           remote: Compressing objects:  88% (3129/3555)           remote: Compressing objects:  89% (3164/3555)           remote: Compressing objects:  90% (3200/3555)           remote: Compressing objects:  91% (3236/3555)           remote: Compressing objects:  92% (3271/3555)           remote: Compressing objects:  93% (3307/3555)           remote: Compressing objects:  94% (3342/3555)           remote: Compressing objects:  95% (3378/3555)           remote: Compressing objects:  96% (3413/3555)           remote: Compressing objects:  97% (3449/3555)           remote: Compressing objects:  98% (3484/3555)           remote: Compressing objects:  99% (3520/3555)           remote: Compressing objects: 100% (3555/3555)           remote: Compressing objects: 100% (3555/3555), done.        
Receiving objects:   0% (1/8446)   Receiving objects:   1% (85/8446)   Receiving objects:   2% (169/8446)   Receiving objects:   3% (254/8446)   Receiving objects:   4% (338/8446)   Receiving objects:   5% (423/8446)   Receiving objects:   6% (507/8446)   Receiving objects:   7% (592/8446)   Receiving objects:   8% (676/8446)   Receiving objects:   9% (761/8446)   Receiving objects:  10% (845/8446)   Receiving objects:  11% (930/8446)   Receiving objects:  12% (1014/8446)   Receiving objects:  13% (1098/8446)   Receiving objects:  14% (1183/8446)   Receiving objects:  15% (1267/8446)   Receiving objects:  16% (1352/8446)   Receiving objects:  17% (1436/8446)   Receiving objects:  18% (1521/8446)   Receiving objects:  19% (1605/8446)   Receiving objects:  20% (1690/8446)   Receiving objects:  21% (1774/8446)   Receiving objects:  22% (1859/8446)   Receiving objects:  23% (1943/8446)   Receiving objects:  24% (2028/8446)   Receiving objects:  25% (2112/8446)   Receiving objects:  26% (2196/8446)   Receiving objects:  27% (2281/8446)   Receiving objects:  28% (2365/8446)   Receiving objects:  29% (2450/8446)   Receiving objects:  30% (2534/8446)   Receiving objects:  31% (2619/8446)   Receiving objects:  32% (2703/8446)   Receiving objects:  33% (2788/8446)   Receiving objects:  34% (2872/8446)   Receiving objects:  35% (2957/8446)   Receiving objects:  36% (3041/8446)   Receiving objects:  37% (3126/8446)   Receiving objects:  38% (3210/8446)   Receiving objects:  39% (3294/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  40% (3379/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  41% (3463/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  42% (3548/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  43% (3632/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  44% (3717/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  45% (3801/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  46% (3886/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  47% (3970/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  48% (4055/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  49% (4139/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  50% (4223/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  51% (4308/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  52% (4392/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  53% (4477/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  54% (4561/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  55% (4646/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  56% (4730/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  57% (4815/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  58% (4899/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  59% (4984/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  60% (5068/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  61% (5153/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  62% (5237/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  63% (5321/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  64% (5406/8446), 411.99 KiB | 814.00 KiB/s   Receiving objects:  64% (5407/8446), 1.26 MiB | 1.19 MiB/s   Receiving objects:  64% (5407/8446), 3.79 MiB | 1.63 MiB/s   Receiving objects:  64% (5407/8446), 5.71 MiB | 1.69 MiB/s   Receiving objects:  64% (5407/8446), 7.28 MiB | 1.60 MiB/s   Receiving objects:  64% (5407/8446), 8.04 MiB | 1.59 MiB/s   Receiving objects:  64% (5407/8446), 9.32 MiB | 1.59 MiB/s   Receiving objects:  64% (5407/8446), 10.69 MiB | 1.42 MiB/s   Receiving objects:  64% (5407/8446), 12.09 MiB | 1.31 MiB/s   Receiving objects:  64% (5407/8446), 13.49 MiB | 1.30 MiB/s   Receiving objects:  64% (5407/8446), 14.89 MiB | 1.33 MiB/s   Receiving objects:  64% (5407/8446), 16.28 MiB | 1.33 MiB/s   Receiving objects:  64% (5408/8446), 16.76 MiB | 1.26 MiB/s   Receiving objects:  65% (5490/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  66% (5575/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  67% (5659/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  68% (5744/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  69% (5828/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  70% (5913/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  71% (5997/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  72% (6082/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  73% (6166/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  74% (6251/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  75% (6335/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  76% (6419/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  77% (6504/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  78% (6588/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  79% (6673/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  80% (6757/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  81% (6842/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  82% (6926/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  83% (7011/8446), 17.44 MiB | 1.28 MiB/s   Receiving objects:  83% (7061/8446), 18.01 MiB | 1.23 MiB/s   Receiving objects:  84% (7095/8446), 18.01 MiB | 1.23 MiB/s   Receiving objects:  85% (7180/8446), 18.01 MiB | 1.23 MiB/s   Receiving objects:  86% (7264/8446), 18.01 MiB | 1.23 MiB/s   Receiving objects:  87% (7349/8446), 18.01 MiB | 1.23 MiB/s   Receiving objects:  88% (7433/8446), 18.01 MiB | 1.23 MiB/s   Receiving objects:  89% (7517/8446), 18.01 MiB | 1.23 MiB/s   Receiving objects:  90% (7602/8446), 18.01 MiB | 1.23 MiB/s   Receiving objects:  91% (7686/8446), 18.01 MiB | 1.23 MiB/s   Receiving objects:  92% (7771/8446), 18.77 MiB | 1.27 MiB/s   Receiving objects:  93% (7855/8446), 18.77 MiB | 1.27 MiB/s   Receiving objects:  94% (7940/8446), 18.77 MiB | 1.27 MiB/s   Receiving objects:  95% (8024/8446), 18.77 MiB | 1.27 MiB/s   remote: Total 8446 (delta 4728), reused 6996 (delta 3618)        
Receiving objects:  96% (8109/8446), 18.77 MiB | 1.27 MiB/s   Receiving objects:  97% (8193/8446), 18.77 MiB | 1.27 MiB/s   Receiving objects:  98% (8278/8446), 18.77 MiB | 1.27 MiB/s   Receiving objects:  99% (8362/8446), 18.77 MiB | 1.27 MiB/s   Receiving objects: 100% (8446/8446), 18.77 MiB | 1.27 MiB/s   Receiving objects: 100% (8446/8446), 19.10 MiB | 1.24 MiB/s, done.
Resolving deltas:   0% (0/4728)   Resolving deltas:   1% (48/4728)   Resolving deltas:   2% (95/4728)   Resolving deltas:   3% (151/4728)   Resolving deltas:   4% (190/4728)   Resolving deltas:   5% (238/4728)   Resolving deltas:   6% (302/4728)   Resolving deltas:   7% (337/4728)   Resolving deltas:   8% (393/4728)   Resolving deltas:   9% (430/4728)   Resolving deltas:  10% (476/4728)   Resolving deltas:  11% (522/4728)   Resolving deltas:  12% (572/4728)   Resolving deltas:  14% (673/4728)   Resolving deltas:  15% (716/4728)   Resolving deltas:  16% (759/4728)   Resolving deltas:  17% (809/4728)   Resolving deltas:  18% (853/4728)   Resolving deltas:  19% (899/4728)   Resolving deltas:  20% (953/4728)   Resolving deltas:  21% (993/4728)   Resolving deltas:  23% (1110/4728)   Resolving deltas:  25% (1199/4728)   Resolving deltas:  26% (1253/4728)   Resolving deltas:  27% (1290/4728)   Resolving deltas:  29% (1393/4728)   Resolving deltas:  32% (1522/4728)   Resolving deltas:  33% (1563/4728)   Resolving deltas:  34% (1622/4728)   Resolving deltas:  35% (1658/4728)   Resolving deltas:  36% (1709/4728)   Resolving deltas:  37% (1752/4728)   Resolving deltas:  38% (1799/4728)   Resolving deltas:  39% (1847/4728)   Resolving deltas:  40% (1934/4728)   Resolving deltas:  41% (1940/4728)   Resolving deltas:  42% (1992/4728)   Resolving deltas:  43% (2046/4728)   Resolving deltas:  44% (2085/4728)   Resolving deltas:  45% (2128/4728)   Resolving deltas:  46% (2219/4728)   Resolving deltas:  47% (2242/4728)   Resolving deltas:  48% (2270/4728)   Resolving deltas:  49% (2318/4728)   Resolving deltas:  50% (2365/4728)   Resolving deltas:  51% (2412/4728)   Resolving deltas:  52% (2461/4728)   Resolving deltas:  53% (2506/4728)   Resolving deltas:  54% (2581/4728)   Resolving deltas:  55% (2616/4728)   Resolving deltas:  56% (2650/4728)   Resolving deltas:  57% (2707/4728)   Resolving deltas:  58% (2753/4728)   Resolving deltas:  59% (2795/4728)   Resolving deltas:  60% (2841/4728)   Resolving deltas:  61% (2886/4728)   Resolving deltas:  62% (2945/4728)   Resolving deltas:  64% (3032/4728)   Resolving deltas:  64% (3046/4728), completed with 21 local objects.
fatal: pack has 1682 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9890, done.        
remote: Compressing objects:   0% (1/3555)           remote: Compressing objects:   1% (36/3555)           remote: Compressing objects:   2% (72/3555)           remote: Compressing objects:   3% (107/3555)           remote: Compressing objects:   4% (143/3555)           remote: Compressing objects:   5% (178/3555)           remote: Compressing objects:   6% (214/3555)           remote: Compressing objects:   7% (249/3555)           remote: Compressing objects:   8% (285/3555)           remote: Compressing objects:   9% (320/3555)           remote: Compressing objects:  10% (356/3555)           remote: Compressing objects:  11% (392/3555)           remote: Compressing objects:  12% (427/3555)           remote: Compressing objects:  13% (463/3555)           remote: Compressing objects:  14% (498/3555)           remote: Compressing objects:  15% (534/3555)           remote: Compressing objects:  16% (569/3555)           remote: Compressing objects:  17% (605/3555)           remote: Compressing objects:  18% (640/3555)           remote: Compressing objects:  19% (676/3555)           remote: Compressing objects:  20% (711/3555)           remote: Compressing objects:  21% (747/3555)           remote: Compressing objects:  22% (783/3555)           remote: Compressing objects:  23% (818/3555)           remote: Compressing objects:  24% (854/3555)           remote: Compressing objects:  25% (889/3555)           remote: Compressing objects:  26% (925/3555)           remote: Compressing objects:  27% (960/3555)           remote: Compressing objects:  28% (996/3555)           remote: Compressing objects:  29% (1031/3555)           remote: Compressing objects:  30% (1067/3555)           remote: Compressing objects:  31% (1103/3555)           remote: Compressing objects:  32% (1138/3555)           remote: Compressing objects:  33% (1174/3555)           remote: Compressing objects:  34% (1209/3555)           remote: Compressing objects:  35% (1245/3555)           remote: Compressing objects:  36% (1280/3555)           remote: Compressing objects:  37% (1316/3555)           remote: Compressing objects:  38% (1351/3555)           remote: Compressing objects:  39% (1387/3555)           remote: Compressing objects:  40% (1422/3555)           remote: Compressing objects:  41% (1458/3555)           remote: Compressing objects:  42% (1494/3555)           remote: Compressing objects:  43% (1529/3555)           remote: Compressing objects:  44% (1565/3555)           remote: Compressing objects:  45% (1600/3555)           remote: Compressing objects:  46% (1636/3555)           remote: Compressing objects:  47% (1671/3555)           remote: Compressing objects:  48% (1707/3555)           remote: Compressing objects:  49% (1742/3555)           remote: Compressing objects:  50% (1778/3555)           remote: Compressing objects:  51% (1814/3555)           remote: Compressing objects:  52% (1849/3555)           remote: Compressing objects:  53% (1885/3555)           remote: Compressing objects:  54% (1920/3555)           remote: Compressing objects:  55% (1956/3555)           remote: Compressing objects:  56% (1991/3555)           remote: Compressing objects:  57% (2027/3555)           remote: Compressing objects:  58% (2062/3555)           remote: Compressing objects:  59% (2098/3555)           remote: Compressing objects:  60% (2133/3555)           remote: Compressing objects:  61% (2169/3555)           remote: Compressing objects:  62% (2205/3555)           remote: Compressing objects:  63% (2240/3555)           remote: Compressing objects:  64% (2276/3555)           remote: Compressing objects:  65% (2311/3555)           remote: Compressing objects:  66% (2347/3555)           remote: Compressing objects:  67% (2382/3555)           remote: Compressing objects:  68% (2418/3555)           remote: Compressing objects:  69% (2453/3555)           remote: Compressing objects:  70% (2489/3555)           remote: Compressing objects:  71% (2525/3555)           remote: Compressing objects:  72% (2560/3555)           remote: Compressing objects:  73% (2596/3555)           remote: Compressing objects:  74% (2631/3555)           remote: Compressing objects:  75% (2667/3555)           remote: Compressing objects:  76% (2702/3555)           remote: Compressing objects:  77% (2738/3555)           remote: Compressing objects:  78% (2773/3555)           remote: Compressing objects:  79% (2809/3555)           remote: Compressing objects:  80% (2844/3555)           remote: Compressing objects:  81% (2880/3555)           remote: Compressing objects:  82% (2916/3555)           remote: Compressing objects:  83% (2951/3555)           remote: Compressing objects:  84% (2987/3555)           remote: Compressing objects:  85% (3022/3555)           remote: Compressing objects:  86% (3058/3555)           remote: Compressing objects:  87% (3093/3555)           remote: Compressing objects:  88% (3129/3555)           remote: Compressing objects:  89% (3164/3555)           remote: Compressing objects:  90% (3200/3555)           remote: Compressing objects:  91% (3236/3555)           remote: Compressing objects:  92% (3271/3555)           remote: Compressing objects:  93% (3307/3555)           remote: Compressing objects:  94% (3342/3555)           remote: Compressing objects:  95% (3378/3555)           remote: Compressing objects:  96% (3413/3555)           remote: Compressing objects:  97% (3449/3555)           remote: Compressing objects:  98% (3484/3555)           remote: Compressing objects:  99% (3520/3555)           remote: Compressing objects: 100% (3555/3555)           remote: Compressing objects: 100% (3555/3555), done.        
Receiving objects:   0% (1/8446)   Receiving objects:   1% (85/8446)   Receiving objects:   2% (169/8446)   Receiving objects:   3% (254/8446)   Receiving objects:   4% (338/8446)   Receiving objects:   5% (423/8446)   Receiving objects:   6% (507/8446)   Receiving objects:   7% (592/8446)   Receiving objects:   8% (676/8446)   Receiving objects:   9% (761/8446)   Receiving objects:  10% (845/8446)   Receiving objects:  11% (930/8446)   Receiving objects:  12% (1014/8446)   Receiving objects:  13% (1098/8446)   Receiving objects:  14% (1183/8446)   Receiving objects:  15% (1267/8446)   Receiving objects:  16% (1352/8446)   Receiving objects:  17% (1436/8446)   Receiving objects:  18% (1521/8446)   Receiving objects:  19% (1605/8446)   Receiving objects:  20% (1690/8446)   Receiving objects:  21% (1774/8446)   Receiving objects:  22% (1859/8446)   Receiving objects:  23% (1943/8446)   Receiving objects:  24% (2028/8446)   Receiving objects:  25% (2112/8446)   Receiving objects:  26% (2196/8446)   Receiving objects:  27% (2281/8446)   Receiving objects:  28% (2365/8446)   Receiving objects:  29% (2450/8446)   Receiving objects:  30% (2534/8446)   Receiving objects:  31% (2619/8446)   Receiving objects:  32% (2703/8446)   Receiving objects:  33% (2788/8446)   Receiving objects:  34% (2872/8446)   Receiving objects:  35% (2957/8446)   Receiving objects:  36% (3041/8446)   Receiving objects:  37% (3126/8446)   Receiving objects:  38% (3210/8446)   Receiving objects:  39% (3294/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  40% (3379/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  41% (3463/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  42% (3548/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  43% (3632/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  44% (3717/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  45% (3801/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  46% (3886/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  47% (3970/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  48% (4055/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  49% (4139/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  50% (4223/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  51% (4308/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  52% (4392/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  53% (4477/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  54% (4561/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  55% (4646/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  56% (4730/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  57% (4815/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  58% (4899/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  59% (4984/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  60% (5068/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  61% (5153/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  62% (5237/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  63% (5321/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  64% (5406/8446), 408.00 KiB | 806.00 KiB/s   Receiving objects:  64% (5409/8446), 1.27 MiB | 1.17 MiB/s   Receiving objects:  64% (5409/8446), 3.57 MiB | 1.63 MiB/s   Receiving objects:  64% (5409/8446), 6.68 MiB | 2.03 MiB/s   Receiving objects:  64% (5409/8446), 10.86 MiB | 2.48 MiB/s   Receiving objects:  64% (5409/8446), 13.28 MiB | 2.65 MiB/s   Receiving objects:  64% (5410/8446), 15.87 MiB | 3.01 MiB/s   Receiving objects:  65% (5490/8446), 15.87 MiB | 3.01 MiB/s   Receiving objects:  66% (5575/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  67% (5659/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  68% (5744/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  69% (5828/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  70% (5913/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  71% (5997/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  72% (6082/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  73% (6166/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  74% (6251/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  75% (6335/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  76% (6419/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  77% (6504/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  78% (6588/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  79% (6673/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  80% (6757/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  81% (6842/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  82% (6926/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  83% (7011/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  84% (7095/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  85% (7180/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  86% (7264/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  87% (7349/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  88% (7433/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  89% (7517/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  90% (7602/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  91% (7686/8446), 17.63 MiB | 3.24 MiB/s   Receiving objects:  92% (7771/8446), 18.96 MiB | 3.20 MiB/s   Receiving objects:  93% (7855/8446), 18.96 MiB | 3.20 MiB/s   Receiving objects:  94% (7940/8446), 18.96 MiB | 3.20 MiB/s   Receiving objects:  95% (8024/8446), 18.96 MiB | 3.20 MiB/s   remote: Total 8446 (delta 4729), reused 6996 (delta 3618)        
Receiving objects:  96% (8109/8446), 18.96 MiB | 3.20 MiB/s   Receiving objects:  97% (8193/8446), 18.96 MiB | 3.20 MiB/s   Receiving objects:  98% (8278/8446), 18.96 MiB | 3.20 MiB/s   Receiving objects:  99% (8362/8446), 18.96 MiB | 3.20 MiB/s   Receiving objects: 100% (8446/8446), 18.96 MiB | 3.20 MiB/s   Receiving objects: 100% (8446/8446), 19.10 MiB | 3.38 MiB/s, done.
Resolving deltas:   0% (0/4729)   Resolving deltas:   1% (48/4729)   Resolving deltas:   2% (95/4729)   Resolving deltas:   3% (151/4729)   Resolving deltas:   4% (190/4729)   Resolving deltas:   5% (237/4729)   Resolving deltas:   6% (303/4729)   Resolving deltas:   7% (366/4729)   Resolving deltas:   8% (382/4729)   Resolving deltas:   9% (428/4729)   Resolving deltas:  10% (474/4729)   Resolving deltas:  12% (582/4729)   Resolving deltas:  13% (637/4729)   Resolving deltas:  14% (677/4729)   Resolving deltas:  15% (712/4729)   Resolving deltas:  16% (760/4729)   Resolving deltas:  17% (828/4729)   Resolving deltas:  18% (853/4729)   Resolving deltas:  19% (915/4729)   Resolving deltas:  20% (952/4729)   Resolving deltas:  21% (1023/4729)   Resolving deltas:  23% (1092/4729)   Resolving deltas:  27% (1285/4729)   Resolving deltas:  29% (1377/4729)   Resolving deltas:  31% (1493/4729)   Resolving deltas:  33% (1576/4729)   Resolving deltas:  34% (1618/4729)   Resolving deltas:  35% (1656/4729)   Resolving deltas:  36% (1706/4729)   Resolving deltas:  37% (1786/4729)   Resolving deltas:  38% (1812/4729)   Resolving deltas:  39% (1855/4729)   Resolving deltas:  40% (1908/4729)   Resolving deltas:  41% (1941/4729)   Resolving deltas:  42% (1992/4729)   Resolving deltas:  43% (2067/4729)   Resolving deltas:  44% (2100/4729)   Resolving deltas:  45% (2129/4729)   Resolving deltas:  47% (2235/4729)   Resolving deltas:  48% (2275/4729)   Resolving deltas:  49% (2322/4729)   Resolving deltas:  50% (2365/4729)   Resolving deltas:  51% (2415/4729)   Resolving deltas:  52% (2467/4729)   Resolving deltas:  53% (2507/4729)   Resolving deltas:  54% (2592/4729)   Resolving deltas:  55% (2612/4729)   Resolving deltas:  56% (2658/4729)   Resolving deltas:  57% (2697/4729)   Resolving deltas:  58% (2746/4729)   Resolving deltas:  59% (2791/4729)   Resolving deltas:  60% (2841/4729)   Resolving deltas:  61% (2886/4729)   Resolving deltas:  62% (2945/4729)   Resolving deltas:  64% (3032/4729)   Resolving deltas:  64% (3046/4729), completed with 21 local objects.
fatal: pack has 1683 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9890, done.        
remote: Compressing objects:   0% (1/3555)           remote: Compressing objects:   1% (36/3555)           remote: Compressing objects:   2% (72/3555)           remote: Compressing objects:   3% (107/3555)           remote: Compressing objects:   4% (143/3555)           remote: Compressing objects:   5% (178/3555)           remote: Compressing objects:   6% (214/3555)           remote: Compressing objects:   7% (249/3555)           remote: Compressing objects:   8% (285/3555)           remote: Compressing objects:   9% (320/3555)           remote: Compressing objects:  10% (356/3555)           remote: Compressing objects:  11% (392/3555)           remote: Compressing objects:  12% (427/3555)           remote: Compressing objects:  13% (463/3555)           remote: Compressing objects:  14% (498/3555)           remote: Compressing objects:  15% (534/3555)           remote: Compressing objects:  16% (569/3555)           remote: Compressing objects:  17% (605/3555)           remote: Compressing objects:  18% (640/3555)           remote: Compressing objects:  19% (676/3555)           remote: Compressing objects:  20% (711/3555)           remote: Compressing objects:  21% (747/3555)           remote: Compressing objects:  22% (783/3555)           remote: Compressing objects:  23% (818/3555)           remote: Compressing objects:  24% (854/3555)           remote: Compressing objects:  25% (889/3555)           remote: Compressing objects:  26% (925/3555)           remote: Compressing objects:  27% (960/3555)           remote: Compressing objects:  28% (996/3555)           remote: Compressing objects:  29% (1031/3555)           remote: Compressing objects:  30% (1067/3555)           remote: Compressing objects:  31% (1103/3555)           remote: Compressing objects:  32% (1138/3555)           remote: Compressing objects:  33% (1174/3555)           remote: Compressing objects:  34% (1209/3555)           remote: Compressing objects:  35% (1245/3555)           remote: Compressing objects:  36% (1280/3555)           remote: Compressing objects:  37% (1316/3555)           remote: Compressing objects:  38% (1351/3555)           remote: Compressing objects:  39% (1387/3555)           remote: Compressing objects:  40% (1422/3555)           remote: Compressing objects:  41% (1458/3555)           remote: Compressing objects:  42% (1494/3555)           remote: Compressing objects:  43% (1529/3555)           remote: Compressing objects:  44% (1565/3555)           remote: Compressing objects:  45% (1600/3555)           remote: Compressing objects:  46% (1636/3555)           remote: Compressing objects:  47% (1671/3555)           remote: Compressing objects:  48% (1707/3555)           remote: Compressing objects:  49% (1742/3555)           remote: Compressing objects:  50% (1778/3555)           remote: Compressing objects:  51% (1814/3555)           remote: Compressing objects:  52% (1849/3555)           remote: Compressing objects:  53% (1885/3555)           remote: Compressing objects:  54% (1920/3555)           remote: Compressing objects:  55% (1956/3555)           remote: Compressing objects:  56% (1991/3555)           remote: Compressing objects:  57% (2027/3555)           remote: Compressing objects:  58% (2062/3555)           remote: Compressing objects:  59% (2098/3555)           remote: Compressing objects:  60% (2133/3555)           remote: Compressing objects:  61% (2169/3555)           remote: Compressing objects:  62% (2205/3555)           remote: Compressing objects:  63% (2240/3555)           remote: Compressing objects:  64% (2276/3555)           remote: Compressing objects:  65% (2311/3555)           remote: Compressing objects:  66% (2347/3555)           remote: Compressing objects:  67% (2382/3555)           remote: Compressing objects:  68% (2418/3555)           remote: Compressing objects:  69% (2453/3555)           remote: Compressing objects:  70% (2489/3555)           remote: Compressing objects:  71% (2525/3555)           remote: Compressing objects:  72% (2560/3555)           remote: Compressing objects:  73% (2596/3555)           remote: Compressing objects:  74% (2631/3555)           remote: Compressing objects:  75% (2667/3555)           remote: Compressing objects:  76% (2702/3555)           remote: Compressing objects:  77% (2738/3555)           remote: Compressing objects:  78% (2773/3555)           remote: Compressing objects:  79% (2809/3555)           remote: Compressing objects:  80% (2844/3555)           remote: Compressing objects:  81% (2880/3555)           remote: Compressing objects:  82% (2916/3555)           remote: Compressing objects:  83% (2951/3555)           remote: Compressing objects:  84% (2987/3555)           remote: Compressing objects:  85% (3022/3555)           remote: Compressing objects:  86% (3058/3555)           remote: Compressing objects:  87% (3093/3555)           remote: Compressing objects:  88% (3129/3555)           remote: Compressing objects:  89% (3164/3555)           remote: Compressing objects:  90% (3200/3555)           remote: Compressing objects:  91% (3236/3555)           remote: Compressing objects:  92% (3271/3555)           remote: Compressing objects:  93% (3307/3555)           remote: Compressing objects:  94% (3342/3555)           remote: Compressing objects:  95% (3378/3555)           remote: Compressing objects:  96% (3413/3555)           remote: Compressing objects:  97% (3449/3555)           remote: Compressing objects:  98% (3484/3555)           remote: Compressing objects:  99% (3520/3555)           remote: Compressing objects: 100% (3555/3555)           remote: Compressing objects: 100% (3555/3555), done.        
Receiving objects:   0% (1/8446)   Receiving objects:   1% (85/8446)   Receiving objects:   2% (169/8446)   Receiving objects:   3% (254/8446)   Receiving objects:   4% (338/8446)   Receiving objects:   5% (423/8446)   Receiving objects:   6% (507/8446)   Receiving objects:   7% (592/8446)   Receiving objects:   8% (676/8446)   Receiving objects:   9% (761/8446)   Receiving objects:  10% (845/8446)   Receiving objects:  11% (930/8446)   Receiving objects:  12% (1014/8446)   Receiving objects:  13% (1098/8446)   Receiving objects:  14% (1183/8446)   Receiving objects:  15% (1267/8446)   Receiving objects:  16% (1352/8446)   Receiving objects:  17% (1436/8446)   Receiving objects:  18% (1521/8446)   Receiving objects:  19% (1605/8446)   Receiving objects:  20% (1690/8446)   Receiving objects:  21% (1774/8446)   Receiving objects:  22% (1859/8446)   Receiving objects:  23% (1943/8446)   Receiving objects:  24% (2028/8446)   Receiving objects:  25% (2112/8446)   Receiving objects:  26% (2196/8446)   Receiving objects:  27% (2281/8446)   Receiving objects:  28% (2365/8446)   Receiving objects:  29% (2450/8446)   Receiving objects:  30% (2534/8446)   Receiving objects:  31% (2619/8446)   Receiving objects:  32% (2703/8446)   Receiving objects:  33% (2788/8446)   Receiving objects:  34% (2872/8446)   Receiving objects:  35% (2957/8446)   Receiving objects:  36% (3041/8446)   Receiving objects:  37% (3126/8446)   Receiving objects:  38% (3210/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  39% (3294/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  40% (3379/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  41% (3463/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  42% (3548/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  43% (3632/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  44% (3717/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  45% (3801/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  46% (3886/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  47% (3970/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  48% (4055/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  49% (4139/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  50% (4223/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  51% (4308/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  52% (4392/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  53% (4477/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  54% (4561/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  55% (4646/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  56% (4730/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  57% (4815/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  58% (4899/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  59% (4984/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  60% (5068/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  61% (5153/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  62% (5237/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  63% (5321/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  64% (5406/8446), 404.00 KiB | 798.00 KiB/s   Receiving objects:  64% (5409/8446), 1.52 MiB | 1.43 MiB/s   Receiving objects:  64% (5409/8446), 4.45 MiB | 2.09 MiB/s   Receiving objects:  64% (5409/8446), 7.31 MiB | 2.29 MiB/s   Receiving objects:  64% (5409/8446), 9.27 MiB | 2.13 MiB/s   Receiving objects:  64% (5409/8446), 10.21 MiB | 2.01 MiB/s   Receiving objects:  64% (5409/8446), 11.02 MiB | 1.65 MiB/s   Receiving objects:  64% (5409/8446), 11.99 MiB | 1.20 MiB/s   Receiving objects:  64% (5409/8446), 12.95 MiB | 1.01 MiB/s   Receiving objects:  64% (5409/8446), 13.93 MiB | 925.00 KiB/s   Receiving objects:  64% (5409/8446), 14.37 MiB | 911.00 KiB/s   Receiving objects:  64% (5409/8446), 15.39 MiB | 955.00 KiB/s   Receiving objects:  64% (5409/8446), 16.48 MiB | 981.00 KiB/s   Receiving objects:  65% (5490/8446), 17.04 MiB | 1007.00 KiB/s   Receiving objects:  65% (5516/8446), 17.04 MiB | 1007.00 KiB/s   Receiving objects:  66% (5575/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  67% (5659/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  68% (5744/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  69% (5828/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  70% (5913/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  71% (5997/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  72% (6082/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  73% (6166/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  74% (6251/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  75% (6335/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  76% (6419/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  77% (6504/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  78% (6588/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  79% (6673/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  80% (6757/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  81% (6842/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  82% (6926/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  83% (7011/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  84% (7095/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  85% (7180/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  86% (7264/8446), 17.61 MiB | 1024.00 KiB/s   Receiving objects:  87% (7349/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects:  88% (7433/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects:  89% (7517/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects:  90% (7602/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects:  91% (7686/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects:  91% (7729/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects:  92% (7771/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects:  93% (7855/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects:  94% (7940/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects:  95% (8024/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects:  96% (8109/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects:  97% (8193/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects:  98% (8278/8446), 18.39 MiB | 1.08 MiB/s   remote: Total 8446 (delta 4730), reused 6996 (delta 3618)        
Receiving objects:  99% (8362/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects: 100% (8446/8446), 18.39 MiB | 1.08 MiB/s   Receiving objects: 100% (8446/8446), 19.11 MiB | 1.08 MiB/s, done.
Resolving deltas:   0% (0/4730)   Resolving deltas:   1% (48/4730)   Resolving deltas:   2% (95/4730)   Resolving deltas:   3% (142/4730)   Resolving deltas:   4% (205/4730)   Resolving deltas:   5% (240/4730)   Resolving deltas:   6% (299/4730)   Resolving deltas:   8% (382/4730)   Resolving deltas:   9% (426/4730)   Resolving deltas:  10% (476/4730)   Resolving deltas:  11% (521/4730)   Resolving deltas:  12% (579/4730)   Resolving deltas:  14% (672/4730)   Resolving deltas:  15% (710/4730)   Resolving deltas:  16% (763/4730)   Resolving deltas:  17% (805/4730)   Resolving deltas:  18% (853/4730)   Resolving deltas:  19% (903/4730)   Resolving deltas:  20% (952/4730)   Resolving deltas:  21% (994/4730)   Resolving deltas:  23% (1116/4730)   Resolving deltas:  25% (1202/4730)   Resolving deltas:  26% (1256/4730)   Resolving deltas:  27% (1294/4730)   Resolving deltas:  29% (1392/4730)   Resolving deltas:  32% (1522/4730)   Resolving deltas:  33% (1562/4730)   Resolving deltas:  34% (1611/4730)   Resolving deltas:  35% (1657/4730)   Resolving deltas:  36% (1714/4730)   Resolving deltas:  37% (1751/4730)   Resolving deltas:  38% (1798/4730)   Resolving deltas:  39% (1846/4730)   Resolving deltas:  40% (1933/4730)   Resolving deltas:  41% (1941/4730)   Resolving deltas:  42% (1992/4730)   Resolving deltas:  43% (2044/4730)   Resolving deltas:  44% (2093/4730)   Resolving deltas:  45% (2136/4730)   Resolving deltas:  46% (2217/4730)   Resolving deltas:  47% (2257/4730)   Resolving deltas:  48% (2271/4730)   Resolving deltas:  49% (2319/4730)   Resolving deltas:  50% (2366/4730)   Resolving deltas:  51% (2414/4730)   Resolving deltas:  52% (2460/4730)   Resolving deltas:  53% (2509/4730)   Resolving deltas:  54% (2574/4730)   Resolving deltas:  55% (2612/4730)   Resolving deltas:  56% (2650/4730)   Resolving deltas:  57% (2700/4730)   Resolving deltas:  58% (2750/4730)   Resolving deltas:  59% (2795/4730)   Resolving deltas:  60% (2840/4730)   Resolving deltas:  61% (2899/4730)   Resolving deltas:  62% (2933/4730)   Resolving deltas:  63% (3019/4730)   Resolving deltas:  64% (3030/4730)   Resolving deltas:  64% (3033/4730), completed with 21 local objects.
fatal: pack has 1697 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2320

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9890, done.        
remote: Compressing objects:   0% (1/3555)           remote: Compressing objects:   1% (36/3555)           remote: Compressing objects:   2% (72/3555)           remote: Compressing objects:   3% (107/3555)           remote: Compressing objects:   4% (143/3555)           remote: Compressing objects:   5% (178/3555)           remote: Compressing objects:   6% (214/3555)           remote: Compressing objects:   7% (249/3555)           remote: Compressing objects:   8% (285/3555)           remote: Compressing objects:   9% (320/3555)           remote: Compressing objects:  10% (356/3555)           remote: Compressing objects:  11% (392/3555)           remote: Compressing objects:  12% (427/3555)           remote: Compressing objects:  13% (463/3555)           remote: Compressing objects:  14% (498/3555)           remote: Compressing objects:  15% (534/3555)           remote: Compressing objects:  16% (569/3555)           remote: Compressing objects:  17% (605/3555)           remote: Compressing objects:  18% (640/3555)           remote: Compressing objects:  19% (676/3555)           remote: Compressing objects:  20% (711/3555)           remote: Compressing objects:  21% (747/3555)           remote: Compressing objects:  22% (783/3555)           remote: Compressing objects:  23% (818/3555)           remote: Compressing objects:  24% (854/3555)           remote: Compressing objects:  25% (889/3555)           remote: Compressing objects:  26% (925/3555)           remote: Compressing objects:  27% (960/3555)           remote: Compressing objects:  28% (996/3555)           remote: Compressing objects:  29% (1031/3555)           remote: Compressing objects:  30% (1067/3555)           remote: Compressing objects:  31% (1103/3555)           remote: Compressing objects:  32% (1138/3555)           remote: Compressing objects:  33% (1174/3555)           remote: Compressing objects:  34% (1209/3555)           remote: Compressing objects:  35% (1245/3555)           remote: Compressing objects:  36% (1280/3555)           remote: Compressing objects:  37% (1316/3555)           remote: Compressing objects:  38% (1351/3555)           remote: Compressing objects:  39% (1387/3555)           remote: Compressing objects:  40% (1422/3555)           remote: Compressing objects:  41% (1458/3555)           remote: Compressing objects:  42% (1494/3555)           remote: Compressing objects:  43% (1529/3555)           remote: Compressing objects:  44% (1565/3555)           remote: Compressing objects:  45% (1600/3555)           remote: Compressing objects:  46% (1636/3555)           remote: Compressing objects:  47% (1671/3555)           remote: Compressing objects:  48% (1707/3555)           remote: Compressing objects:  49% (1742/3555)           remote: Compressing objects:  50% (1778/3555)           remote: Compressing objects:  51% (1814/3555)           remote: Compressing objects:  52% (1849/3555)           remote: Compressing objects:  53% (1885/3555)           remote: Compressing objects:  54% (1920/3555)           remote: Compressing objects:  55% (1956/3555)           remote: Compressing objects:  56% (1991/3555)           remote: Compressing objects:  57% (2027/3555)           remote: Compressing objects:  58% (2062/3555)           remote: Compressing objects:  59% (2098/3555)           remote: Compressing objects:  60% (2133/3555)           remote: Compressing objects:  61% (2169/3555)           remote: Compressing objects:  62% (2205/3555)           remote: Compressing objects:  63% (2240/3555)           remote: Compressing objects:  64% (2276/3555)           remote: Compressing objects:  65% (2311/3555)           remote: Compressing objects:  66% (2347/3555)           remote: Compressing objects:  67% (2382/3555)           remote: Compressing objects:  68% (2418/3555)           remote: Compressing objects:  69% (2453/3555)           remote: Compressing objects:  70% (2489/3555)           remote: Compressing objects:  71% (2525/3555)           remote: Compressing objects:  72% (2560/3555)           remote: Compressing objects:  73% (2596/3555)           remote: Compressing objects:  74% (2631/3555)           remote: Compressing objects:  75% (2667/3555)           remote: Compressing objects:  76% (2702/3555)           remote: Compressing objects:  77% (2738/3555)           remote: Compressing objects:  78% (2773/3555)           remote: Compressing objects:  79% (2809/3555)           remote: Compressing objects:  80% (2844/3555)           remote: Compressing objects:  81% (2880/3555)           remote: Compressing objects:  82% (2916/3555)           remote: Compressing objects:  83% (2951/3555)           remote: Compressing objects:  84% (2987/3555)           remote: Compressing objects:  85% (3022/3555)           remote: Compressing objects:  86% (3058/3555)           remote: Compressing objects:  87% (3093/3555)           remote: Compressing objects:  88% (3129/3555)           remote: Compressing objects:  89% (3164/3555)           remote: Compressing objects:  90% (3200/3555)           remote: Compressing objects:  91% (3236/3555)           remote: Compressing objects:  92% (3271/3555)           remote: Compressing objects:  93% (3307/3555)           remote: Compressing objects:  94% (3342/3555)           remote: Compressing objects:  95% (3378/3555)           remote: Compressing objects:  96% (3413/3555)           remote: Compressing objects:  97% (3449/3555)           remote: Compressing objects:  98% (3484/3555)           remote: Compressing objects:  99% (3520/3555)           remote: Compressing objects: 100% (3555/3555)           remote: Compressing objects: 100% (3555/3555), done.        
Receiving objects:   0% (1/8446)   Receiving objects:   1% (85/8446)   Receiving objects:   2% (169/8446)   Receiving objects:   3% (254/8446)   Receiving objects:   4% (338/8446)   Receiving objects:   5% (423/8446)   Receiving objects:   6% (507/8446)   Receiving objects:   7% (592/8446)   Receiving objects:   8% (676/8446)   Receiving objects:   9% (761/8446)   Receiving objects:  10% (845/8446)   Receiving objects:  11% (930/8446)   Receiving objects:  12% (1014/8446)   Receiving objects:  13% (1098/8446)   Receiving objects:  14% (1183/8446)   Receiving objects:  15% (1267/8446)   Receiving objects:  16% (1352/8446)   Receiving objects:  17% (1436/8446)   Receiving objects:  18% (1521/8446)   Receiving objects:  19% (1605/8446)   Receiving objects:  20% (1690/8446)   Receiving objects:  21% (1774/8446)   Receiving objects:  22% (1859/8446)   Receiving objects:  23% (1943/8446)   Receiving objects:  24% (2028/8446)   Receiving objects:  25% (2112/8446)   Receiving objects:  26% (2196/8446)   Receiving objects:  27% (2281/8446)   Receiving objects:  28% (2365/8446)   Receiving objects:  29% (2450/8446)   Receiving objects:  30% (2534/8446)   Receiving objects:  31% (2619/8446)   Receiving objects:  32% (2703/8446)   Receiving objects:  33% (2788/8446)   Receiving objects:  34% (2872/8446)   Receiving objects:  35% (2957/8446)   Receiving objects:  36% (3041/8446)   Receiving objects:  37% (3126/8446)   Receiving objects:  38% (3210/8446)   Receiving objects:  39% (3294/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  40% (3379/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  41% (3463/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  42% (3548/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  43% (3632/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  44% (3717/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  45% (3801/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  46% (3886/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  47% (3970/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  48% (4055/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  49% (4139/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  50% (4223/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  51% (4308/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  52% (4392/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  53% (4477/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  54% (4561/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  55% (4646/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  56% (4730/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  57% (4815/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  58% (4899/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  59% (4984/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  60% (5068/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  61% (5153/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  62% (5237/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  63% (5321/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  64% (5406/8446), 407.99 KiB | 804.00 KiB/s   Receiving objects:  64% (5409/8446), 924.00 KiB | 869.00 KiB/s   Receiving objects:  64% (5409/8446), 1.96 MiB | 942.00 KiB/s   Receiving objects:  64% (5409/8446), 3.19 MiB | 1024.00 KiB/s   Receiving objects:  64% (5409/8446), 4.48 MiB | 1.05 MiB/s   Receiving objects:  64% (5409/8446), 5.43 MiB | 1.04 MiB/s   Receiving objects:  64% (5409/8446), 6.28 MiB | 1.00 MiB/s   Receiving objects:  64% (5409/8446), 7.25 MiB | 986.00 KiB/s   Receiving objects:  64% (5409/8446), 8.29 MiB | 934.00 KiB/s   Receiving objects:  64% (5409/8446), 8.86 MiB | 934.00 KiB/s   Receiving objects:  64% (5409/8446), 9.89 MiB | 959.00 KiB/s   Receiving objects:  64% (5409/8446), 10.93 MiB | 998.00 KiB/s   Receiving objects:  64% (5409/8446), 12.02 MiB | 1.00 MiB/s   Receiving objects:  64% (5409/8446), 13.19 MiB | 1.03 MiB/s   Receiving objects:  64% (5409/8446), 14.56 MiB | 1.10 MiB/s   Receiving objects:  64% (5409/8446), 15.93 MiB | 1.17 MiB/s   Receiving objects:  64% (5409/8446), 17.29 MiB | 1.24 MiB/s   Receiving objects:  65% (5490/8446), 17.29 MiB | 1.24 MiB/s   Receiving objects:  66% (5575/8446), 17.29 MiB | 1.24 MiB/s   Receiving objects:  67% (5659/8446), 17.29 MiB | 1.24 MiB/s   Receiving objects:  68% (5744/8446), 17.29 MiB | 1.24 MiB/s   Receiving objects:  69% (5828/8446), 17.29 MiB | 1.24 MiB/s   Receiving objects:  70% (5913/8446), 17.29 MiB | 1.24 MiB/s   Receiving objects:  71% (5997/8446), 17.29 MiB | 1.24 MiB/s   Receiving objects:  72% (6082/8446), 17.29 MiB | 1.24 MiB/s   Receiving objects:  73% (6166/8446), 17.29 MiB | 1.24 MiB/s   Receiving objects:  74% (6251/8446), 17.29 MiB | 1.24 MiB/s   Receiving objects:  75% (6335/8446), 17.80 MiB | 1.22 MiB/s   Receiving objects:  75% (6403/8446), 17.80 MiB | 1.22 MiB/s   Receiving objects:  76% (6419/8446), 17.80 MiB | 1.22 MiB/s   Receiving objects:  77% (6504/8446), 17.80 MiB | 1.22 MiB/s   Receiving objects:  78% (6588/8446), 17.80 MiB | 1.22 MiB/s   Receiving objects:  79% (6673/8446), 17.80 MiB | 1.22 MiB/s   Receiving objects:  80% (6757/8446), 17.80 MiB | 1.22 MiB/s   Receiving objects:  81% (6842/8446), 17.80 MiB | 1.22 MiB/s   Receiving objects:  82% (6926/8446), 17.80 MiB | 1.22 MiB/s   Receiving objects:  83% (7011/8446), 17.80 MiB | 1.22 MiB/s   Receiving objects:  84% (7095/8446), 17.80 MiB | 1.22 MiB/s   Receiving objects:  85% (7180/8446), 17.80 MiB | 1.22 MiB/s   Receiving objects:  86% (7264/8446), 18.30 MiB | 1.23 MiB/s   Receiving objects:  87% (7349/8446), 18.30 MiB | 1.23 MiB/s   Receiving objects:  88% (7433/8446), 18.30 MiB | 1.23 MiB/s   Receiving objects:  89% (7517/8446), 18.30 MiB | 1.23 MiB/s   Receiving objects:  90% (7602/8446), 18.30 MiB | 1.23 MiB/s   Receiving objects:  91% (7686/8446), 18.30 MiB | 1.23 MiB/s   Receiving objects:  91% (7729/8446), 18.83 MiB | 1.21 MiB/s   Receiving objects:  92% (7771/8446), 18.83 MiB | 1.21 MiB/s   Receiving objects:  93% (7855/8446), 18.83 MiB | 1.21 MiB/s   Receiving objects:  94% (7940/8446), 18.83 MiB | 1.21 MiB/s   Receiving objects:  95% (8024/8446), 18.83 MiB | 1.21 MiB/s   Receiving objects:  96% (8109/8446), 18.83 MiB | 1.21 MiB/s   Receiving objects:  97% (8193/8446), 18.83 MiB | 1.21 MiB/s   Receiving objects:  98% (8278/8446), 18.83 MiB | 1.21 MiB/s   Receiving objects:  99% (8362/8446), 18.83 MiB | 1.21 MiB/s   remote: Total 8446 (delta 4728), reused 6996 (delta 3618)        
Receiving objects: 100% (8446/8446), 18.83 MiB | 1.21 MiB/s   Receiving objects: 100% (8446/8446), 19.10 MiB | 1.21 MiB/s, done.
Resolving deltas:   0% (0/4728)   Resolving deltas:   1% (48/4728)   Resolving deltas:   2% (97/4728)   Resolving deltas:   3% (147/4728)   Resolving deltas:   4% (195/4728)   Resolving deltas:   5% (239/4728)   Resolving deltas:   6% (301/4728)   Resolving deltas:   8% (383/4728)   Resolving deltas:   9% (431/4728)   Resolving deltas:  10% (476/4728)   Resolving deltas:  11% (521/4728)   Resolving deltas:  12% (571/4728)   Resolving deltas:  14% (672/4728)   Resolving deltas:  15% (713/4728)   Resolving deltas:  16% (757/4728)   Resolving deltas:  17% (804/4728)   Resolving deltas:  18% (855/4728)   Resolving deltas:  19% (902/4728)   Resolving deltas:  20% (947/4728)   Resolving deltas:  21% (993/4728)   Resolving deltas:  23% (1109/4728)   Resolving deltas:  25% (1202/4728)   Resolving deltas:  26% (1256/4728)   Resolving deltas:  27% (1293/4728)   Resolving deltas:  29% (1381/4728)   Resolving deltas:  31% (1511/4728)   Resolving deltas:  32% (1514/4728)   Resolving deltas:  33% (1561/4728)   Resolving deltas:  34% (1625/4728)   Resolving deltas:  35% (1661/4728)   Resolving deltas:  36% (1708/4728)   Resolving deltas:  37% (1753/4728)   Resolving deltas:  38% (1797/4728)   Resolving deltas:  39% (1845/4728)   Resolving deltas:  40% (1937/4728)   Resolving deltas:  41% (1939/4728)   Resolving deltas:  42% (1992/4728)   Resolving deltas:  43% (2047/4728)   Resolving deltas:  44% (2081/4728)   Resolving deltas:  45% (2130/4728)   Resolving deltas:  46% (2219/4728)   Resolving deltas:  47% (2242/4728)   Resolving deltas:  48% (2275/4728)   Resolving deltas:  49% (2319/4728)   Resolving deltas:  50% (2365/4728)   Resolving deltas:  51% (2415/4728)   Resolving deltas:  52% (2460/4728)   Resolving deltas:  53% (2506/4728)   Resolving deltas:  54% (2584/4728)   Resolving deltas:  55% (2612/4728)   Resolving deltas:  56% (2648/4728)   Resolving deltas:  57% (2697/4728)   Resolving deltas:  58% (2751/4728)   Resolving deltas:  59% (2794/4728)   Resolving deltas:  60% (2838/4728)   Resolving deltas:  61% (2885/4728)   Resolving deltas:  62% (2942/4728)   Resolving deltas:  64% (3029/4728)   Resolving deltas:  64% (3043/4728), completed with 21 local objects.
fatal: pack has 1685 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9890, done.        
remote: Compressing objects:   0% (1/3555)           remote: Compressing objects:   1% (36/3555)           remote: Compressing objects:   2% (72/3555)           remote: Compressing objects:   3% (107/3555)           remote: Compressing objects:   4% (143/3555)           remote: Compressing objects:   5% (178/3555)           remote: Compressing objects:   6% (214/3555)           remote: Compressing objects:   7% (249/3555)           remote: Compressing objects:   8% (285/3555)           remote: Compressing objects:   9% (320/3555)           remote: Compressing objects:  10% (356/3555)           remote: Compressing objects:  11% (392/3555)           remote: Compressing objects:  12% (427/3555)           remote: Compressing objects:  13% (463/3555)           remote: Compressing objects:  14% (498/3555)           remote: Compressing objects:  15% (534/3555)           remote: Compressing objects:  16% (569/3555)           remote: Compressing objects:  17% (605/3555)           remote: Compressing objects:  18% (640/3555)           remote: Compressing objects:  19% (676/3555)           remote: Compressing objects:  20% (711/3555)           remote: Compressing objects:  21% (747/3555)           remote: Compressing objects:  22% (783/3555)           remote: Compressing objects:  23% (818/3555)           remote: Compressing objects:  24% (854/3555)           remote: Compressing objects:  25% (889/3555)           remote: Compressing objects:  26% (925/3555)           remote: Compressing objects:  27% (960/3555)           remote: Compressing objects:  28% (996/3555)           remote: Compressing objects:  29% (1031/3555)           remote: Compressing objects:  30% (1067/3555)           remote: Compressing objects:  31% (1103/3555)           remote: Compressing objects:  32% (1138/3555)           remote: Compressing objects:  33% (1174/3555)           remote: Compressing objects:  34% (1209/3555)           remote: Compressing objects:  35% (1245/3555)           remote: Compressing objects:  36% (1280/3555)           remote: Compressing objects:  37% (1316/3555)           remote: Compressing objects:  38% (1351/3555)           remote: Compressing objects:  39% (1387/3555)           remote: Compressing objects:  40% (1422/3555)           remote: Compressing objects:  41% (1458/3555)           remote: Compressing objects:  42% (1494/3555)           remote: Compressing objects:  43% (1529/3555)           remote: Compressing objects:  44% (1565/3555)           remote: Compressing objects:  45% (1600/3555)           remote: Compressing objects:  46% (1636/3555)           remote: Compressing objects:  47% (1671/3555)           remote: Compressing objects:  48% (1707/3555)           remote: Compressing objects:  49% (1742/3555)           remote: Compressing objects:  50% (1778/3555)           remote: Compressing objects:  51% (1814/3555)           remote: Compressing objects:  52% (1849/3555)           remote: Compressing objects:  53% (1885/3555)           remote: Compressing objects:  54% (1920/3555)           remote: Compressing objects:  55% (1956/3555)           remote: Compressing objects:  56% (1991/3555)           remote: Compressing objects:  57% (2027/3555)           remote: Compressing objects:  58% (2062/3555)           remote: Compressing objects:  59% (2098/3555)           remote: Compressing objects:  60% (2133/3555)           remote: Compressing objects:  61% (2169/3555)           remote: Compressing objects:  62% (2205/3555)           remote: Compressing objects:  63% (2240/3555)           remote: Compressing objects:  64% (2276/3555)           remote: Compressing objects:  65% (2311/3555)           remote: Compressing objects:  66% (2347/3555)           remote: Compressing objects:  67% (2382/3555)           remote: Compressing objects:  68% (2418/3555)           remote: Compressing objects:  69% (2453/3555)           remote: Compressing objects:  70% (2489/3555)           remote: Compressing objects:  71% (2525/3555)           remote: Compressing objects:  72% (2560/3555)           remote: Compressing objects:  73% (2596/3555)           remote: Compressing objects:  74% (2631/3555)           remote: Compressing objects:  75% (2667/3555)           remote: Compressing objects:  76% (2702/3555)           remote: Compressing objects:  77% (2738/3555)           remote: Compressing objects:  78% (2773/3555)           remote: Compressing objects:  79% (2809/3555)           remote: Compressing objects:  80% (2844/3555)           remote: Compressing objects:  81% (2880/3555)           remote: Compressing objects:  82% (2916/3555)           remote: Compressing objects:  83% (2951/3555)           remote: Compressing objects:  84% (2987/3555)           remote: Compressing objects:  85% (3022/3555)           remote: Compressing objects:  86% (3058/3555)           remote: Compressing objects:  87% (3093/3555)           remote: Compressing objects:  88% (3129/3555)           remote: Compressing objects:  89% (3164/3555)           remote: Compressing objects:  90% (3200/3555)           remote: Compressing objects:  91% (3236/3555)           remote: Compressing objects:  92% (3271/3555)           remote: Compressing objects:  93% (3307/3555)           remote: Compressing objects:  94% (3342/3555)           remote: Compressing objects:  95% (3378/3555)           remote: Compressing objects:  96% (3413/3555)           remote: Compressing objects:  97% (3449/3555)           remote: Compressing objects:  98% (3484/3555)           remote: Compressing objects:  99% (3520/3555)           remote: Compressing objects: 100% (3555/3555)           remote: Compressing objects: 100% (3555/3555), done.        
Receiving objects:   0% (1/8446)   Receiving objects:   1% (85/8446)   Receiving objects:   2% (169/8446)   Receiving objects:   3% (254/8446)   Receiving objects:   4% (338/8446)   Receiving objects:   5% (423/8446)   Receiving objects:   6% (507/8446)   Receiving objects:   7% (592/8446)   Receiving objects:   8% (676/8446)   Receiving objects:   9% (761/8446)   Receiving objects:  10% (845/8446)   Receiving objects:  11% (930/8446)   Receiving objects:  12% (1014/8446)   Receiving objects:  13% (1098/8446)   Receiving objects:  14% (1183/8446)   Receiving objects:  15% (1267/8446)   Receiving objects:  16% (1352/8446)   Receiving objects:  17% (1436/8446)   Receiving objects:  18% (1521/8446)   Receiving objects:  19% (1605/8446)   Receiving objects:  20% (1690/8446)   Receiving objects:  21% (1774/8446)   Receiving objects:  22% (1859/8446)   Receiving objects:  23% (1943/8446)   Receiving objects:  24% (2028/8446)   Receiving objects:  25% (2112/8446)   Receiving objects:  26% (2196/8446)   Receiving objects:  27% (2281/8446)   Receiving objects:  28% (2365/8446)   Receiving objects:  29% (2450/8446)   Receiving objects:  30% (2534/8446)   Receiving objects:  31% (2619/8446)   Receiving objects:  32% (2703/8446)   Receiving objects:  33% (2788/8446)   Receiving objects:  34% (2872/8446)   Receiving objects:  35% (2957/8446)   Receiving objects:  36% (3041/8446)   Receiving objects:  37% (3126/8446)   Receiving objects:  38% (3210/8446)   Receiving objects:  39% (3294/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  40% (3379/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  41% (3463/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  42% (3548/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  43% (3632/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  44% (3717/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  45% (3801/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  46% (3886/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  47% (3970/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  48% (4055/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  49% (4139/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  50% (4223/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  51% (4308/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  52% (4392/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  53% (4477/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  54% (4561/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  55% (4646/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  56% (4730/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  57% (4815/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  58% (4899/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  59% (4984/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  60% (5068/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  61% (5153/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  62% (5237/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  63% (5321/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  64% (5406/8446), 412.00 KiB | 680.00 KiB/s   Receiving objects:  64% (5409/8446), 1.04 MiB | 877.00 KiB/s   Receiving objects:  64% (5409/8446), 2.71 MiB | 1.11 MiB/s   Receiving objects:  64% (5409/8446), 3.81 MiB | 1.25 MiB/s   Receiving objects:  64% (5409/8446), 6.64 MiB | 1.55 MiB/s   Receiving objects:  64% (5409/8446), 9.06 MiB | 1.65 MiB/s   Receiving objects:  64% (5409/8446), 10.07 MiB | 1.75 MiB/s   Receiving objects:  64% (5409/8446), 11.96 MiB | 1.89 MiB/s   Receiving objects:  64% (5409/8446), 13.92 MiB | 1.94 MiB/s   Receiving objects:  64% (5409/8446), 15.89 MiB | 1.83 MiB/s   Receiving objects:  64% (5410/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  65% (5490/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  66% (5575/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  67% (5659/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  68% (5744/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  69% (5828/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  70% (5913/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  71% (5997/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  72% (6082/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  73% (6166/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  74% (6251/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  75% (6335/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  76% (6419/8446), 17.00 MiB | 1.84 MiB/s   Receiving objects:  77% (6504/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  78% (6588/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  79% (6673/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  80% (6757/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  81% (6842/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  82% (6926/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  83% (7011/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  84% (7095/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  85% (7180/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  86% (7264/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  87% (7349/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  88% (7433/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  89% (7517/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  90% (7602/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  91% (7686/8446), 17.86 MiB | 1.82 MiB/s   Receiving objects:  91% (7724/8446), 18.65 MiB | 1.80 MiB/s   Receiving objects:  92% (7771/8446), 18.65 MiB | 1.80 MiB/s   Receiving objects:  93% (7855/8446), 18.65 MiB | 1.80 MiB/s   Receiving objects:  94% (7940/8446), 18.65 MiB | 1.80 MiB/s   Receiving objects:  95% (8024/8446), 18.65 MiB | 1.80 MiB/s   Receiving objects:  96% (8109/8446), 18.65 MiB | 1.80 MiB/s   Receiving objects:  97% (8193/8446), 18.65 MiB | 1.80 MiB/s   Receiving objects:  98% (8278/8446), 18.65 MiB | 1.80 MiB/s   remote: Total 8446 (delta 4728), reused 6995 (delta 3618)        
Receiving objects:  99% (8362/8446), 18.65 MiB | 1.80 MiB/s   Receiving objects: 100% (8446/8446), 18.65 MiB | 1.80 MiB/s   Receiving objects: 100% (8446/8446), 19.10 MiB | 1.77 MiB/s, done.
Resolving deltas:   0% (0/4728)   Resolving deltas:   1% (48/4728)   Resolving deltas:   2% (95/4728)   Resolving deltas:   3% (149/4728)   Resolving deltas:   4% (193/4728)   Resolving deltas:   5% (237/4728)   Resolving deltas:   6% (301/4728)   Resolving deltas:   8% (384/4728)   Resolving deltas:   9% (428/4728)   Resolving deltas:  10% (475/4728)   Resolving deltas:  11% (521/4728)   Resolving deltas:  12% (573/4728)   Resolving deltas:  14% (670/4728)   Resolving deltas:  15% (719/4728)   Resolving deltas:  16% (758/4728)   Resolving deltas:  17% (804/4728)   Resolving deltas:  18% (852/4728)   Resolving deltas:  19% (899/4728)   Resolving deltas:  20% (954/4728)   Resolving deltas:  21% (993/4728)   Resolving deltas:  23% (1106/4728)   Resolving deltas:  25% (1202/4728)   Resolving deltas:  26% (1256/4728)   Resolving deltas:  27% (1294/4728)   Resolving deltas:  29% (1380/4728)   Resolving deltas:  31% (1509/4728)   Resolving deltas:  32% (1513/4728)   Resolving deltas:  33% (1562/4728)   Resolving deltas:  34% (1627/4728)   Resolving deltas:  35% (1660/4728)   Resolving deltas:  36% (1707/4728)   Resolving deltas:  37% (1751/4728)   Resolving deltas:  38% (1799/4728)   Resolving deltas:  39% (1846/4728)   Resolving deltas:  40% (1936/4728)   Resolving deltas:  41% (1940/4728)   Resolving deltas:  42% (1992/4728)   Resolving deltas:  43% (2046/4728)   Resolving deltas:  44% (2082/4728)   Resolving deltas:  45% (2128/4728)   Resolving deltas:  46% (2215/4728)   Resolving deltas:  47% (2227/4728)   Resolving deltas:  48% (2271/4728)   Resolving deltas:  49% (2318/4728)   Resolving deltas:  50% (2367/4728)   Resolving deltas:  51% (2413/4728)   Resolving deltas:  52% (2469/4728)   Resolving deltas:  53% (2506/4728)   Resolving deltas:  54% (2559/4728)   Resolving deltas:  55% (2609/4728)   Resolving deltas:  56% (2651/4728)   Resolving deltas:  57% (2697/4728)   Resolving deltas:  58% (2743/4728)   Resolving deltas:  59% (2804/4728)   Resolving deltas:  60% (2837/4728)   Resolving deltas:  61% (2890/4728)   Resolving deltas:  63% (3010/4728)   Resolving deltas:  63% (3024/4728), completed with 21 local objects.
fatal: pack has 1704 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9890, done.        
remote: Compressing objects:   0% (1/3555)           remote: Compressing objects:   1% (36/3555)           remote: Compressing objects:   2% (72/3555)           remote: Compressing objects:   3% (107/3555)           remote: Compressing objects:   4% (143/3555)           remote: Compressing objects:   5% (178/3555)           remote: Compressing objects:   6% (214/3555)           remote: Compressing objects:   7% (249/3555)           remote: Compressing objects:   8% (285/3555)           remote: Compressing objects:   9% (320/3555)           remote: Compressing objects:  10% (356/3555)           remote: Compressing objects:  11% (392/3555)           remote: Compressing objects:  12% (427/3555)           remote: Compressing objects:  13% (463/3555)           remote: Compressing objects:  14% (498/3555)           remote: Compressing objects:  15% (534/3555)           remote: Compressing objects:  16% (569/3555)           remote: Compressing objects:  17% (605/3555)           remote: Compressing objects:  18% (640/3555)           remote: Compressing objects:  19% (676/3555)           remote: Compressing objects:  20% (711/3555)           remote: Compressing objects:  21% (747/3555)           remote: Compressing objects:  22% (783/3555)           remote: Compressing objects:  23% (818/3555)           remote: Compressing objects:  24% (854/3555)           remote: Compressing objects:  25% (889/3555)           remote: Compressing objects:  26% (925/3555)           remote: Compressing objects:  27% (960/3555)           remote: Compressing objects:  28% (996/3555)           remote: Compressing objects:  29% (1031/3555)           remote: Compressing objects:  30% (1067/3555)           remote: Compressing objects:  31% (1103/3555)           remote: Compressing objects:  32% (1138/3555)           remote: Compressing objects:  33% (1174/3555)           remote: Compressing objects:  34% (1209/3555)           remote: Compressing objects:  35% (1245/3555)           remote: Compressing objects:  36% (1280/3555)           remote: Compressing objects:  37% (1316/3555)           remote: Compressing objects:  38% (1351/3555)           remote: Compressing objects:  39% (1387/3555)           remote: Compressing objects:  40% (1422/3555)           remote: Compressing objects:  41% (1458/3555)           remote: Compressing objects:  42% (1494/3555)           remote: Compressing objects:  43% (1529/3555)           remote: Compressing objects:  44% (1565/3555)           remote: Compressing objects:  45% (1600/3555)           remote: Compressing objects:  46% (1636/3555)           remote: Compressing objects:  47% (1671/3555)           remote: Compressing objects:  48% (1707/3555)           remote: Compressing objects:  49% (1742/3555)           remote: Compressing objects:  50% (1778/3555)           remote: Compressing objects:  51% (1814/3555)           remote: Compressing objects:  52% (1849/3555)           remote: Compressing objects:  53% (1885/3555)           remote: Compressing objects:  54% (1920/3555)           remote: Compressing objects:  55% (1956/3555)           remote: Compressing objects:  56% (1991/3555)           remote: Compressing objects:  57% (2027/3555)           remote: Compressing objects:  58% (2062/3555)           remote: Compressing objects:  59% (2098/3555)           remote: Compressing objects:  60% (2133/3555)           remote: Compressing objects:  61% (2169/3555)           remote: Compressing objects:  62% (2205/3555)           remote: Compressing objects:  63% (2240/3555)           remote: Compressing objects:  64% (2276/3555)           remote: Compressing objects:  65% (2311/3555)           remote: Compressing objects:  66% (2347/3555)           remote: Compressing objects:  67% (2382/3555)           remote: Compressing objects:  68% (2418/3555)           remote: Compressing objects:  69% (2453/3555)           remote: Compressing objects:  70% (2489/3555)           remote: Compressing objects:  71% (2525/3555)           remote: Compressing objects:  72% (2560/3555)           remote: Compressing objects:  73% (2596/3555)           remote: Compressing objects:  74% (2631/3555)           remote: Compressing objects:  75% (2667/3555)           remote: Compressing objects:  76% (2702/3555)           remote: Compressing objects:  77% (2738/3555)           remote: Compressing objects:  78% (2773/3555)           remote: Compressing objects:  79% (2809/3555)           remote: Compressing objects:  80% (2844/3555)           remote: Compressing objects:  81% (2880/3555)           remote: Compressing objects:  82% (2916/3555)           remote: Compressing objects:  83% (2951/3555)           remote: Compressing objects:  84% (2987/3555)           remote: Compressing objects:  85% (3022/3555)           remote: Compressing objects:  86% (3058/3555)           remote: Compressing objects:  87% (3093/3555)           remote: Compressing objects:  88% (3129/3555)           remote: Compressing objects:  89% (3164/3555)           remote: Compressing objects:  90% (3200/3555)           remote: Compressing objects:  91% (3236/3555)           remote: Compressing objects:  92% (3271/3555)           remote: Compressing objects:  93% (3307/3555)           remote: Compressing objects:  94% (3342/3555)           remote: Compressing objects:  95% (3378/3555)           remote: Compressing objects:  96% (3413/3555)           remote: Compressing objects:  97% (3449/3555)           remote: Compressing objects:  98% (3484/3555)           remote: Compressing objects:  99% (3520/3555)           remote: Compressing objects: 100% (3555/3555)           remote: Compressing objects: 100% (3555/3555), done.        
Receiving objects:   0% (1/8446)   Receiving objects:   1% (85/8446)   Receiving objects:   2% (169/8446)   Receiving objects:   3% (254/8446)   Receiving objects:   4% (338/8446)   Receiving objects:   5% (423/8446)   Receiving objects:   6% (507/8446)   Receiving objects:   7% (592/8446)   Receiving objects:   8% (676/8446)   Receiving objects:   9% (761/8446)   Receiving objects:  10% (845/8446)   Receiving objects:  11% (930/8446)   Receiving objects:  12% (1014/8446)   Receiving objects:  13% (1098/8446)   Receiving objects:  14% (1183/8446)   Receiving objects:  15% (1267/8446)   Receiving objects:  16% (1352/8446)   Receiving objects:  17% (1436/8446)   Receiving objects:  18% (1521/8446)   Receiving objects:  19% (1605/8446)   Receiving objects:  20% (1690/8446)   Receiving objects:  21% (1774/8446)   Receiving objects:  22% (1859/8446)   Receiving objects:  23% (1943/8446)   Receiving objects:  24% (2028/8446)   Receiving objects:  25% (2112/8446)   Receiving objects:  26% (2196/8446)   Receiving objects:  27% (2281/8446)   Receiving objects:  28% (2365/8446)   Receiving objects:  29% (2450/8446)   Receiving objects:  30% (2534/8446)   Receiving objects:  31% (2619/8446)   Receiving objects:  32% (2703/8446)   Receiving objects:  33% (2788/8446)   Receiving objects:  34% (2872/8446)   Receiving objects:  35% (2957/8446)   Receiving objects:  36% (3041/8446)   Receiving objects:  37% (3126/8446)   Receiving objects:  38% (3210/8446)   Receiving objects:  39% (3294/8446)   Receiving objects:  40% (3379/8446)   Receiving objects:  41% (3463/8446)   Receiving objects:  42% (3548/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  43% (3632/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  44% (3717/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  45% (3801/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  46% (3886/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  47% (3970/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  48% (4055/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  49% (4139/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  50% (4223/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  51% (4308/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  52% (4392/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  53% (4477/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  54% (4561/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  55% (4646/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  56% (4730/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  57% (4815/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  58% (4899/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  59% (4984/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  60% (5068/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  61% (5153/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  62% (5237/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  63% (5321/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  64% (5406/8446), 428.00 KiB | 846.00 KiB/s   Receiving objects:  64% (5409/8446), 1.10 MiB | 1.04 MiB/s   Receiving objects:  64% (5409/8446), 3.28 MiB | 1.44 MiB/s   Receiving objects:  64% (5409/8446), 4.89 MiB | 1.47 MiB/s   Receiving objects:  64% (5409/8446), 6.31 MiB | 1.38 MiB/s   Receiving objects:  64% (5409/8446), 6.93 MiB | 1.36 MiB/s   Receiving objects:  64% (5409/8446), 8.05 MiB | 1.34 MiB/s   Receiving objects:  64% (5409/8446), 8.95 MiB | 1.13 MiB/s   Receiving objects:  64% (5409/8446), 9.73 MiB | 958.00 KiB/s   Receiving objects:  64% (5409/8446), 10.05 MiB | 884.00 KiB/s   Receiving objects:  64% (5409/8446), 10.52 MiB | 730.00 KiB/s   Receiving objects:  64% (5409/8446), 11.07 MiB | 617.00 KiB/s   Receiving objects:  64% (5409/8446), 11.57 MiB | 524.00 KiB/s   Receiving objects:  64% (5409/8446), 12.08 MiB | 480.00 KiB/s   Receiving objects:  64% (5409/8446), 12.36 MiB | 478.00 KiB/s   Receiving objects:  64% (5409/8446), 12.90 MiB | 492.00 KiB/s   Receiving objects:  64% (5409/8446), 13.55 MiB | 521.00 KiB/s   Receiving objects:  64% (5409/8446), 14.28 MiB | 587.00 KiB/s   Receiving objects:  64% (5409/8446), 15.36 MiB | 726.00 KiB/s   Receiving objects:  64% (5409/8446), 16.77 MiB | 936.00 KiB/s   Receiving objects:  65% (5490/8446), 16.77 MiB | 936.00 KiB/s   Receiving objects:  66% (5575/8446), 16.77 MiB | 936.00 KiB/s   Receiving objects:  67% (5659/8446), 16.77 MiB | 936.00 KiB/s   Receiving objects:  68% (5744/8446), 16.77 MiB | 936.00 KiB/s   Receiving objects:  69% (5828/8446), 16.77 MiB | 936.00 KiB/s   Receiving objects:  70% (5913/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  71% (5997/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  72% (6082/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  73% (6166/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  74% (6251/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  75% (6335/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  76% (6419/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  77% (6504/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  78% (6588/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  79% (6673/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  80% (6757/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  81% (6842/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  82% (6926/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  83% (7011/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  84% (7095/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  85% (7180/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  86% (7264/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  86% (7289/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  87% (7349/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  88% (7433/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  89% (7517/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  90% (7602/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  91% (7686/8446), 17.71 MiB | 1.05 MiB/s   Receiving objects:  92% (7771/8446), 18.54 MiB | 1.17 MiB/s   Receiving objects:  93% (7855/8446), 18.54 MiB | 1.17 MiB/s   Receiving objects:  94% (7940/8446), 18.54 MiB | 1.17 MiB/s   Receiving objects:  95% (8024/8446), 18.54 MiB | 1.17 MiB/s   Receiving objects:  96% (8109/8446), 18.54 MiB | 1.17 MiB/s   Receiving objects:  97% (8193/8446), 18.54 MiB | 1.17 MiB/s   Receiving objects:  98% (8278/8446), 18.54 MiB | 1.17 MiB/s   remote: Total 8446 (delta 4730), reused 6995 (delta 3618)        
Receiving objects:  99% (8362/8446), 18.54 MiB | 1.17 MiB/s   Receiving objects: 100% (8446/8446), 18.54 MiB | 1.17 MiB/s   Receiving objects: 100% (8446/8446), 19.10 MiB | 1.22 MiB/s, done.
Resolving deltas:   0% (0/4730)   Resolving deltas:   1% (48/4730)   Resolving deltas:   2% (96/4730)   Resolving deltas:   3% (149/4730)   Resolving deltas:   4% (195/4730)   Resolving deltas:   5% (239/4730)   Resolving deltas:   6% (287/4730)   Resolving deltas:   7% (348/4730)   Resolving deltas:   8% (386/4730)   Resolving deltas:   9% (430/4730)   Resolving deltas:  10% (476/4730)   Resolving deltas:  11% (522/4730)   Resolving deltas:  12% (573/4730)   Resolving deltas:  14% (669/4730)   Resolving deltas:  15% (711/4730)   Resolving deltas:  16% (763/4730)   Resolving deltas:  17% (807/4730)   Resolving deltas:  18% (860/4730)   Resolving deltas:  19% (899/4730)   Resolving deltas:  20% (953/4730)   Resolving deltas:  21% (994/4730)   Resolving deltas:  23% (1113/4730)   Resolving deltas:  25% (1194/4730)   Resolving deltas:  26% (1247/4730)   Resolving deltas:  27% (1286/4730)   Resolving deltas:  29% (1392/4730)   Resolving deltas:  32% (1525/4730)   Resolving deltas:  33% (1561/4730)   Resolving deltas:  34% (1628/4730)   Resolving deltas:  35% (1663/4730)   Resolving deltas:  36% (1711/4730)   Resolving deltas:  37% (1753/4730)   Resolving deltas:  38% (1800/4730)   Resolving deltas:  39% (1846/4730)   Resolving deltas:  41% (1952/4730)   Resolving deltas:  42% (1988/4730)   Resolving deltas:  43% (2054/4730)   Resolving deltas:  44% (2103/4730)   Resolving deltas:  45% (2129/4730)   Resolving deltas:  46% (2219/4730)   Resolving deltas:  47% (2264/4730)   Resolving deltas:  48% (2274/4730)   Resolving deltas:  49% (2318/4730)   Resolving deltas:  50% (2366/4730)   Resolving deltas:  51% (2422/4730)   Resolving deltas:  52% (2460/4730)   Resolving deltas:  53% (2508/4730)   Resolving deltas:  54% (2571/4730)   Resolving deltas:  55% (2602/4730)   Resolving deltas:  56% (2659/4730)   Resolving deltas:  57% (2699/4730)   Resolving deltas:  58% (2762/4730)   Resolving deltas:  59% (2792/4730)   Resolving deltas:  60% (2838/4730)   Resolving deltas:  61% (2900/4730)   Resolving deltas:  62% (2933/4730)   Resolving deltas:  63% (3020/4730)   Resolving deltas:  64% (3031/4730)   Resolving deltas:  64% (3034/4730), completed with 21 local objects.
fatal: pack has 1696 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2319

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9890, done.        
remote: Compressing objects:   0% (1/3555)           remote: Compressing objects:   1% (36/3555)           remote: Compressing objects:   2% (72/3555)           remote: Compressing objects:   3% (107/3555)           remote: Compressing objects:   4% (143/3555)           remote: Compressing objects:   5% (178/3555)           remote: Compressing objects:   6% (214/3555)           remote: Compressing objects:   7% (249/3555)           remote: Compressing objects:   8% (285/3555)           remote: Compressing objects:   9% (320/3555)           remote: Compressing objects:  10% (356/3555)           remote: Compressing objects:  11% (392/3555)           remote: Compressing objects:  12% (427/3555)           remote: Compressing objects:  13% (463/3555)           remote: Compressing objects:  14% (498/3555)           remote: Compressing objects:  15% (534/3555)           remote: Compressing objects:  16% (569/3555)           remote: Compressing objects:  17% (605/3555)           remote: Compressing objects:  18% (640/3555)           remote: Compressing objects:  19% (676/3555)           remote: Compressing objects:  20% (711/3555)           remote: Compressing objects:  21% (747/3555)           remote: Compressing objects:  22% (783/3555)           remote: Compressing objects:  23% (818/3555)           remote: Compressing objects:  24% (854/3555)           remote: Compressing objects:  25% (889/3555)           remote: Compressing objects:  26% (925/3555)           remote: Compressing objects:  27% (960/3555)           remote: Compressing objects:  28% (996/3555)           remote: Compressing objects:  29% (1031/3555)           remote: Compressing objects:  30% (1067/3555)           remote: Compressing objects:  31% (1103/3555)           remote: Compressing objects:  32% (1138/3555)           remote: Compressing objects:  33% (1174/3555)           remote: Compressing objects:  34% (1209/3555)           remote: Compressing objects:  35% (1245/3555)           remote: Compressing objects:  36% (1280/3555)           remote: Compressing objects:  37% (1316/3555)           remote: Compressing objects:  38% (1351/3555)           remote: Compressing objects:  39% (1387/3555)           remote: Compressing objects:  40% (1422/3555)           remote: Compressing objects:  41% (1458/3555)           remote: Compressing objects:  42% (1494/3555)           remote: Compressing objects:  43% (1529/3555)           remote: Compressing objects:  44% (1565/3555)           remote: Compressing objects:  45% (1600/3555)           remote: Compressing objects:  46% (1636/3555)           remote: Compressing objects:  47% (1671/3555)           remote: Compressing objects:  48% (1707/3555)           remote: Compressing objects:  49% (1742/3555)           remote: Compressing objects:  50% (1778/3555)           remote: Compressing objects:  51% (1814/3555)           remote: Compressing objects:  52% (1849/3555)           remote: Compressing objects:  53% (1885/3555)           remote: Compressing objects:  54% (1920/3555)           remote: Compressing objects:  55% (1956/3555)           remote: Compressing objects:  56% (1991/3555)           remote: Compressing objects:  57% (2027/3555)           remote: Compressing objects:  58% (2062/3555)           remote: Compressing objects:  59% (2098/3555)           remote: Compressing objects:  60% (2133/3555)           remote: Compressing objects:  61% (2169/3555)           remote: Compressing objects:  62% (2205/3555)           remote: Compressing objects:  63% (2240/3555)           remote: Compressing objects:  64% (2276/3555)           remote: Compressing objects:  65% (2311/3555)           remote: Compressing objects:  66% (2347/3555)           remote: Compressing objects:  67% (2382/3555)           remote: Compressing objects:  68% (2418/3555)           remote: Compressing objects:  69% (2453/3555)           remote: Compressing objects:  70% (2489/3555)           remote: Compressing objects:  71% (2525/3555)           remote: Compressing objects:  72% (2560/3555)           remote: Compressing objects:  73% (2596/3555)           remote: Compressing objects:  74% (2631/3555)           remote: Compressing objects:  75% (2667/3555)           remote: Compressing objects:  76% (2702/3555)           remote: Compressing objects:  77% (2738/3555)           remote: Compressing objects:  78% (2773/3555)           remote: Compressing objects:  79% (2809/3555)           remote: Compressing objects:  80% (2844/3555)           remote: Compressing objects:  81% (2880/3555)           remote: Compressing objects:  82% (2916/3555)           remote: Compressing objects:  83% (2951/3555)           remote: Compressing objects:  84% (2987/3555)           remote: Compressing objects:  85% (3022/3555)           remote: Compressing objects:  86% (3058/3555)           remote: Compressing objects:  87% (3093/3555)           remote: Compressing objects:  88% (3129/3555)           remote: Compressing objects:  89% (3164/3555)           remote: Compressing objects:  90% (3200/3555)           remote: Compressing objects:  91% (3236/3555)           remote: Compressing objects:  92% (3271/3555)           remote: Compressing objects:  93% (3307/3555)           remote: Compressing objects:  94% (3342/3555)           remote: Compressing objects:  95% (3378/3555)           remote: Compressing objects:  96% (3413/3555)           remote: Compressing objects:  97% (3449/3555)           remote: Compressing objects:  98% (3484/3555)           remote: Compressing objects:  99% (3520/3555)           remote: Compressing objects: 100% (3555/3555)           remote: Compressing objects: 100% (3555/3555), done.        
Receiving objects:   0% (1/8446)   Receiving objects:   1% (85/8446)   Receiving objects:   2% (169/8446)   Receiving objects:   3% (254/8446)   Receiving objects:   4% (338/8446)   Receiving objects:   5% (423/8446)   Receiving objects:   6% (507/8446)   Receiving objects:   7% (592/8446)   Receiving objects:   8% (676/8446)   Receiving objects:   9% (761/8446)   Receiving objects:  10% (845/8446)   Receiving objects:  11% (930/8446)   Receiving objects:  12% (1014/8446)   Receiving objects:  13% (1098/8446)   Receiving objects:  14% (1183/8446)   Receiving objects:  15% (1267/8446)   Receiving objects:  16% (1352/8446)   Receiving objects:  17% (1436/8446)   Receiving objects:  18% (1521/8446)   Receiving objects:  19% (1605/8446)   Receiving objects:  20% (1690/8446)   Receiving objects:  21% (1774/8446)   Receiving objects:  22% (1859/8446)   Receiving objects:  23% (1943/8446)   Receiving objects:  24% (2028/8446)   Receiving objects:  25% (2112/8446)   Receiving objects:  26% (2196/8446)   Receiving objects:  27% (2281/8446)   Receiving objects:  28% (2365/8446)   Receiving objects:  29% (2450/8446)   Receiving objects:  30% (2534/8446)   Receiving objects:  31% (2619/8446)   Receiving objects:  32% (2703/8446)   Receiving objects:  33% (2788/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  34% (2872/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  35% (2957/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  36% (3041/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  37% (3126/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  38% (3210/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  39% (3294/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  40% (3379/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  41% (3463/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  42% (3548/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  43% (3632/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  44% (3717/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  45% (3801/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  46% (3886/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  47% (3970/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  48% (4055/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  49% (4139/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  50% (4223/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  51% (4308/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  52% (4392/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  53% (4477/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  54% (4561/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  55% (4646/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  56% (4730/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  57% (4815/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  58% (4899/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  59% (4984/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  60% (5068/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  61% (5153/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  62% (5237/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  63% (5321/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  64% (5406/8446), 376.00 KiB | 742.00 KiB/s   Receiving objects:  64% (5409/8446), 2.67 MiB | 2.37 MiB/s   Receiving objects:  64% (5409/8446), 9.97 MiB | 4.47 MiB/s   Receiving objects:  64% (5409/8446), 14.29 MiB | 4.22 MiB/s   Receiving objects:  64% (5409/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  65% (5490/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  66% (5575/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  67% (5659/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  68% (5744/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  69% (5828/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  70% (5913/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  71% (5997/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  72% (6082/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  73% (6166/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  74% (6251/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  75% (6335/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  76% (6419/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  77% (6504/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  78% (6588/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  79% (6673/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  80% (6757/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  81% (6842/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  82% (6926/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  83% (7011/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  84% (7095/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  85% (7180/8446), 16.96 MiB | 3.80 MiB/s   Receiving objects:  86% (7264/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  87% (7349/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  88% (7433/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  89% (7517/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  90% (7602/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  91% (7686/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  91% (7714/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  92% (7771/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  93% (7855/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  94% (7940/8446), 18.29 MiB | 3.68 MiB/s   remote: Total 8446 (delta 4729), reused 6996 (delta 3618)        
Receiving objects:  95% (8024/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  96% (8109/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  97% (8193/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  98% (8278/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects:  99% (8362/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects: 100% (8446/8446), 18.29 MiB | 3.68 MiB/s   Receiving objects: 100% (8446/8446), 19.10 MiB | 4.01 MiB/s, done.
Resolving deltas:   0% (0/4729)   Resolving deltas:   1% (48/4729)   Resolving deltas:   2% (95/4729)   Resolving deltas:   3% (150/4729)   Resolving deltas:   4% (192/4729)   Resolving deltas:   5% (237/4729)   Resolving deltas:   6% (307/4729)   Resolving deltas:   7% (332/4729)   Resolving deltas:   8% (391/4729)   Resolving deltas:   9% (430/4729)   Resolving deltas:  10% (483/4729)   Resolving deltas:  11% (521/4729)   Resolving deltas:  12% (574/4729)   Resolving deltas:  14% (672/4729)   Resolving deltas:  15% (714/4729)   Resolving deltas:  16% (758/4729)   Resolving deltas:  17% (810/4729)   Resolving deltas:  18% (852/4729)   Resolving deltas:  19% (903/4729)   Resolving deltas:  20% (946/4729)   Resolving deltas:  21% (994/4729)   Resolving deltas:  23% (1117/4729)   Resolving deltas:  24% (1135/4729)   Resolving deltas:  25% (1205/4729)   Resolving deltas:  26% (1258/4729)   Resolving deltas:  27% (1300/4729)   Resolving deltas:  29% (1392/4729)   Resolving deltas:  32% (1522/4729)   Resolving deltas:  33% (1562/4729)   Resolving deltas:  34% (1617/4729)   Resolving deltas:  35% (1659/4729)   Resolving deltas:  36% (1711/4729)   Resolving deltas:  37% (1753/4729)   Resolving deltas:  38% (1798/4729)   Resolving deltas:  39% (1847/4729)   Resolving deltas:  40% (1938/4729)   Resolving deltas:  41% (1940/4729)   Resolving deltas:  42% (1995/4729)   Resolving deltas:  43% (2049/4729)   Resolving deltas:  44% (2090/4729)   Resolving deltas:  45% (2131/4729)   Resolving deltas:  47% (2226/4729)   Resolving deltas:  48% (2270/4729)   Resolving deltas:  49% (2319/4729)   Resolving deltas:  50% (2366/4729)   Resolving deltas:  51% (2420/4729)   Resolving deltas:  52% (2464/4729)   Resolving deltas:  53% (2508/4729)   Resolving deltas:  54% (2571/4729)   Resolving deltas:  55% (2605/4729)   Resolving deltas:  56% (2651/4729)   Resolving deltas:  57% (2700/4729)   Resolving deltas:  58% (2747/4729)   Resolving deltas:  59% (2794/4729)   Resolving deltas:  60% (2839/4729)   Resolving deltas:  61% (2898/4729)   Resolving deltas:  62% (2932/4729)   Resolving deltas:  63% (3018/4729)   Resolving deltas:  64% (3029/4729)   Resolving deltas:  64% (3032/4729), completed with 21 local objects.
fatal: pack has 1697 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9890, done.        
remote: Compressing objects:   0% (1/3555)           remote: Compressing objects:   1% (36/3555)           remote: Compressing objects:   2% (72/3555)           remote: Compressing objects:   3% (107/3555)           remote: Compressing objects:   4% (143/3555)           remote: Compressing objects:   5% (178/3555)           remote: Compressing objects:   6% (214/3555)           remote: Compressing objects:   7% (249/3555)           remote: Compressing objects:   8% (285/3555)           remote: Compressing objects:   9% (320/3555)           remote: Compressing objects:  10% (356/3555)           remote: Compressing objects:  11% (392/3555)           remote: Compressing objects:  12% (427/3555)           remote: Compressing objects:  13% (463/3555)           remote: Compressing objects:  14% (498/3555)           remote: Compressing objects:  15% (534/3555)           remote: Compressing objects:  16% (569/3555)           remote: Compressing objects:  17% (605/3555)           remote: Compressing objects:  18% (640/3555)           remote: Compressing objects:  19% (676/3555)           remote: Compressing objects:  20% (711/3555)           remote: Compressing objects:  21% (747/3555)           remote: Compressing objects:  22% (783/3555)           remote: Compressing objects:  23% (818/3555)           remote: Compressing objects:  24% (854/3555)           remote: Compressing objects:  25% (889/3555)           remote: Compressing objects:  26% (925/3555)           remote: Compressing objects:  27% (960/3555)           remote: Compressing objects:  28% (996/3555)           remote: Compressing objects:  29% (1031/3555)           remote: Compressing objects:  30% (1067/3555)           remote: Compressing objects:  31% (1103/3555)           remote: Compressing objects:  32% (1138/3555)           remote: Compressing objects:  33% (1174/3555)           remote: Compressing objects:  34% (1209/3555)           remote: Compressing objects:  35% (1245/3555)           remote: Compressing objects:  36% (1280/3555)           remote: Compressing objects:  37% (1316/3555)           remote: Compressing objects:  38% (1351/3555)           remote: Compressing objects:  39% (1387/3555)           remote: Compressing objects:  40% (1422/3555)           remote: Compressing objects:  41% (1458/3555)           remote: Compressing objects:  42% (1494/3555)           remote: Compressing objects:  43% (1529/3555)           remote: Compressing objects:  44% (1565/3555)           remote: Compressing objects:  45% (1600/3555)           remote: Compressing objects:  46% (1636/3555)           remote: Compressing objects:  47% (1671/3555)           remote: Compressing objects:  48% (1707/3555)           remote: Compressing objects:  49% (1742/3555)           remote: Compressing objects:  50% (1778/3555)           remote: Compressing objects:  51% (1814/3555)           remote: Compressing objects:  52% (1849/3555)           remote: Compressing objects:  53% (1885/3555)           remote: Compressing objects:  54% (1920/3555)           remote: Compressing objects:  55% (1956/3555)           remote: Compressing objects:  56% (1991/3555)           remote: Compressing objects:  57% (2027/3555)           remote: Compressing objects:  58% (2062/3555)           remote: Compressing objects:  59% (2098/3555)           remote: Compressing objects:  60% (2133/3555)           remote: Compressing objects:  61% (2169/3555)           remote: Compressing objects:  62% (2205/3555)           remote: Compressing objects:  63% (2240/3555)           remote: Compressing objects:  64% (2276/3555)           remote: Compressing objects:  65% (2311/3555)           remote: Compressing objects:  66% (2347/3555)           remote: Compressing objects:  67% (2382/3555)           remote: Compressing objects:  68% (2418/3555)           remote: Compressing objects:  69% (2453/3555)           remote: Compressing objects:  70% (2489/3555)           remote: Compressing objects:  71% (2525/3555)           remote: Compressing objects:  72% (2560/3555)           remote: Compressing objects:  73% (2596/3555)           remote: Compressing objects:  74% (2631/3555)           remote: Compressing objects:  75% (2667/3555)           remote: Compressing objects:  76% (2702/3555)           remote: Compressing objects:  77% (2738/3555)           remote: Compressing objects:  78% (2773/3555)           remote: Compressing objects:  79% (2809/3555)           remote: Compressing objects:  80% (2844/3555)           remote: Compressing objects:  81% (2880/3555)           remote: Compressing objects:  82% (2916/3555)           remote: Compressing objects:  83% (2951/3555)           remote: Compressing objects:  84% (2987/3555)           remote: Compressing objects:  85% (3022/3555)           remote: Compressing objects:  86% (3058/3555)           remote: Compressing objects:  87% (3093/3555)           remote: Compressing objects:  88% (3129/3555)           remote: Compressing objects:  89% (3164/3555)           remote: Compressing objects:  90% (3200/3555)           remote: Compressing objects:  91% (3236/3555)           remote: Compressing objects:  92% (3271/3555)           remote: Compressing objects:  93% (3307/3555)           remote: Compressing objects:  94% (3342/3555)           remote: Compressing objects:  95% (3378/3555)           remote: Compressing objects:  96% (3413/3555)           remote: Compressing objects:  97% (3449/3555)           remote: Compressing objects:  98% (3484/3555)           remote: Compressing objects:  99% (3520/3555)           remote: Compressing objects: 100% (3555/3555)           remote: Compressing objects: 100% (3555/3555), done.        
Receiving objects:   0% (1/8446)   Receiving objects:   1% (85/8446)   Receiving objects:   2% (169/8446)   Receiving objects:   3% (254/8446)   Receiving objects:   4% (338/8446)   Receiving objects:   5% (423/8446)   Receiving objects:   6% (507/8446)   Receiving objects:   7% (592/8446)   Receiving objects:   8% (676/8446)   Receiving objects:   9% (761/8446)   Receiving objects:  10% (845/8446)   Receiving objects:  11% (930/8446)   Receiving objects:  12% (1014/8446)   Receiving objects:  13% (1098/8446)   Receiving objects:  14% (1183/8446)   Receiving objects:  15% (1267/8446)   Receiving objects:  16% (1352/8446)   Receiving objects:  17% (1436/8446)   Receiving objects:  18% (1521/8446)   Receiving objects:  19% (1605/8446)   Receiving objects:  20% (1690/8446)   Receiving objects:  21% (1774/8446)   Receiving objects:  22% (1859/8446)   Receiving objects:  23% (1943/8446)   Receiving objects:  24% (2028/8446)   Receiving objects:  25% (2112/8446)   Receiving objects:  26% (2196/8446)   Receiving objects:  27% (2281/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  28% (2365/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  29% (2450/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  30% (2534/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  31% (2619/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  32% (2703/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  33% (2788/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  34% (2872/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  35% (2957/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  36% (3041/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  37% (3126/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  38% (3210/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  39% (3294/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  40% (3379/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  41% (3463/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  42% (3548/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  43% (3632/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  44% (3717/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  45% (3801/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  46% (3886/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  47% (3970/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  48% (4055/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  49% (4139/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  50% (4223/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  51% (4308/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  52% (4392/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  53% (4477/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  54% (4561/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  55% (4646/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  56% (4730/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  57% (4815/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  58% (4899/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  59% (4984/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  60% (5068/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  61% (5153/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  62% (5237/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  63% (5321/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  64% (5406/8446), 327.99 KiB | 645.00 KiB/s   Receiving objects:  64% (5409/8446), 1.47 MiB | 1.30 MiB/s   Receiving objects:  64% (5409/8446), 3.52 MiB | 1.65 MiB/s   Receiving objects:  64% (5409/8446), 5.12 MiB | 1.57 MiB/s   Receiving objects:  64% (5409/8446), 6.60 MiB | 1.50 MiB/s   Receiving objects:  64% (5409/8446), 7.21 MiB | 1.43 MiB/s   Receiving objects:  64% (5409/8446), 8.47 MiB | 1.39 MiB/s   Receiving objects:  64% (5409/8446), 9.79 MiB | 1.24 MiB/s   Receiving objects:  64% (5409/8446), 10.93 MiB | 1.15 MiB/s   Receiving objects:  64% (5409/8446), 11.93 MiB | 1.06 MiB/s   Receiving objects:  64% (5409/8446), 13.19 MiB | 1.08 MiB/s   Receiving objects:  64% (5409/8446), 13.77 MiB | 1.09 MiB/s   Receiving objects:  64% (5409/8446), 15.10 MiB | 1.09 MiB/s   Receiving objects:  64% (5409/8446), 16.43 MiB | 1.13 MiB/s   Receiving objects:  64% (5410/8446), 17.04 MiB | 1.12 MiB/s   Receiving objects:  65% (5490/8446), 17.04 MiB | 1.12 MiB/s   Receiving objects:  66% (5575/8446), 17.04 MiB | 1.12 MiB/s   Receiving objects:  67% (5659/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  68% (5744/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  69% (5828/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  70% (5913/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  71% (5997/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  72% (6082/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  73% (6166/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  74% (6251/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  75% (6335/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  76% (6419/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  77% (6504/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  78% (6588/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  79% (6673/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  80% (6757/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  81% (6842/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  82% (6926/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  83% (7011/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  84% (7095/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  85% (7180/8446), 17.67 MiB | 1.17 MiB/s   Receiving objects:  85% (7227/8446), 18.14 MiB | 1.13 MiB/s   Receiving objects:  86% (7264/8446), 18.14 MiB | 1.13 MiB/s   Receiving objects:  87% (7349/8446), 18.14 MiB | 1.13 MiB/s   Receiving objects:  88% (7433/8446), 18.14 MiB | 1.13 MiB/s   Receiving objects:  89% (7517/8446), 18.14 MiB | 1.13 MiB/s   Receiving objects:  90% (7602/8446), 18.14 MiB | 1.13 MiB/s   Receiving objects:  91% (7686/8446), 18.14 MiB | 1.13 MiB/s   Receiving objects:  92% (7771/8446), 18.57 MiB | 1.07 MiB/s   Receiving objects:  93% (7855/8446), 18.57 MiB | 1.07 MiB/s   Receiving objects:  94% (7940/8446), 19.02 MiB | 1.07 MiB/s   Receiving objects:  95% (8024/8446), 19.02 MiB | 1.07 MiB/s   Receiving objects:  96% (8109/8446), 19.02 MiB | 1.07 MiB/s   Receiving objects:  97% (8193/8446), 19.02 MiB | 1.07 MiB/s   Receiving objects:  97% (8274/8446), 19.02 MiB | 1.07 MiB/s   remote: Total 8446 (delta 4728), reused 6996 (delta 3618)        
Receiving objects:  98% (8278/8446), 19.02 MiB | 1.07 MiB/s   Receiving objects:  99% (8362/8446), 19.02 MiB | 1.07 MiB/s   Receiving objects: 100% (8446/8446), 19.02 MiB | 1.07 MiB/s   Receiving objects: 100% (8446/8446), 19.10 MiB | 1.03 MiB/s, done.
Resolving deltas:   0% (0/4728)   Resolving deltas:   1% (48/4728)   Resolving deltas:   2% (95/4728)   Resolving deltas:   3% (151/4728)   Resolving deltas:   4% (190/4728)   Resolving deltas:   5% (242/4728)   Resolving deltas:   6% (298/4728)   Resolving deltas:   8% (382/4728)   Resolving deltas:   9% (434/4728)   Resolving deltas:  10% (474/4728)   Resolving deltas:  11% (522/4728)   Resolving deltas:  12% (577/4728)   Resolving deltas:  14% (671/4728)   Resolving deltas:  15% (712/4728)   Resolving deltas:  16% (762/4728)   Resolving deltas:  17% (806/4728)   Resolving deltas:  18% (852/4728)   Resolving deltas:  19% (899/4728)   Resolving deltas:  20% (953/4728)   Resolving deltas:  21% (993/4728)   Resolving deltas:  23% (1108/4728)   Resolving deltas:  25% (1210/4728)   Resolving deltas:  26% (1257/4728)   Resolving deltas:  27% (1299/4728)   Resolving deltas:  29% (1384/4728)   Resolving deltas:  31% (1512/4728)   Resolving deltas:  32% (1513/4728)   Resolving deltas:  33% (1562/4728)   Resolving deltas:  34% (1612/4728)   Resolving deltas:  35% (1655/4728)   Resolving deltas:  36% (1710/4728)   Resolving deltas:  37% (1752/4728)   Resolving deltas:  38% (1798/4728)   Resolving deltas:  39% (1847/4728)   Resolving deltas:  40% (1933/4728)   Resolving deltas:  41% (1939/4728)   Resolving deltas:  42% (1989/4728)   Resolving deltas:  43% (2047/4728)   Resolving deltas:  44% (2083/4728)   Resolving deltas:  45% (2128/4728)   Resolving deltas:  46% (2220/4728)   Resolving deltas:  47% (2240/4728)   Resolving deltas:  48% (2272/4728)   Resolving deltas:  49% (2318/4728)   Resolving deltas:  50% (2364/4728)   Resolving deltas:  51% (2412/4728)   Resolving deltas:  52% (2459/4728)   Resolving deltas:  53% (2507/4728)   Resolving deltas:  54% (2579/4728)   Resolving deltas:  55% (2607/4728)   Resolving deltas:  56% (2656/4728)   Resolving deltas:  57% (2704/4728)   Resolving deltas:  58% (2744/4728)   Resolving deltas:  59% (2794/4728)   Resolving deltas:  60% (2837/4728)   Resolving deltas:  61% (2885/4728)   Resolving deltas:  62% (2942/4728)   Resolving deltas:  64% (3029/4728)   Resolving deltas:  64% (3043/4728), completed with 21 local objects.
fatal: pack has 1685 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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
 > 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:888)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	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:1794)
	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: remote: Counting objects: 9890, done.        
remote: Compressing objects:   0% (1/3555)           remote: Compressing objects:   1% (36/3555)           remote: Compressing objects:   2% (72/3555)           remote: Compressing objects:   3% (107/3555)           remote: Compressing objects:   4% (143/3555)           remote: Compressing objects:   5% (178/3555)           remote: Compressing objects:   6% (214/3555)           remote: Compressing objects:   7% (249/3555)           remote: Compressing objects:   8% (285/3555)           remote: Compressing objects:   9% (320/3555)           remote: Compressing objects:  10% (356/3555)           remote: Compressing objects:  11% (392/3555)           remote: Compressing objects:  12% (427/3555)           remote: Compressing objects:  13% (463/3555)           remote: Compressing objects:  14% (498/3555)           remote: Compressing objects:  15% (534/3555)           remote: Compressing objects:  16% (569/3555)           remote: Compressing objects:  17% (605/3555)           remote: Compressing objects:  18% (640/3555)           remote: Compressing objects:  19% (676/3555)           remote: Compressing objects:  20% (711/3555)           remote: Compressing objects:  21% (747/3555)           remote: Compressing objects:  22% (783/3555)           remote: Compressing objects:  23% (818/3555)           remote: Compressing objects:  24% (854/3555)           remote: Compressing objects:  25% (889/3555)           remote: Compressing objects:  26% (925/3555)           remote: Compressing objects:  27% (960/3555)           remote: Compressing objects:  28% (996/3555)           remote: Compressing objects:  29% (1031/3555)           remote: Compressing objects:  30% (1067/3555)           remote: Compressing objects:  31% (1103/3555)           remote: Compressing objects:  32% (1138/3555)           remote: Compressing objects:  33% (1174/3555)           remote: Compressing objects:  34% (1209/3555)           remote: Compressing objects:  35% (1245/3555)           remote: Compressing objects:  36% (1280/3555)           remote: Compressing objects:  37% (1316/3555)           remote: Compressing objects:  38% (1351/3555)           remote: Compressing objects:  39% (1387/3555)           remote: Compressing objects:  40% (1422/3555)           remote: Compressing objects:  41% (1458/3555)           remote: Compressing objects:  42% (1494/3555)           remote: Compressing objects:  43% (1529/3555)           remote: Compressing objects:  44% (1565/3555)           remote: Compressing objects:  45% (1600/3555)           remote: Compressing objects:  46% (1636/3555)           remote: Compressing objects:  47% (1671/3555)           remote: Compressing objects:  48% (1707/3555)           remote: Compressing objects:  49% (1742/3555)           remote: Compressing objects:  50% (1778/3555)           remote: Compressing objects:  51% (1814/3555)           remote: Compressing objects:  52% (1849/3555)           remote: Compressing objects:  53% (1885/3555)           remote: Compressing objects:  54% (1920/3555)           remote: Compressing objects:  55% (1956/3555)           remote: Compressing objects:  56% (1991/3555)           remote: Compressing objects:  57% (2027/3555)           remote: Compressing objects:  58% (2062/3555)           remote: Compressing objects:  59% (2098/3555)           remote: Compressing objects:  60% (2133/3555)           remote: Compressing objects:  61% (2169/3555)           remote: Compressing objects:  62% (2205/3555)           remote: Compressing objects:  63% (2240/3555)           remote: Compressing objects:  64% (2276/3555)           remote: Compressing objects:  65% (2311/3555)           remote: Compressing objects:  66% (2347/3555)           remote: Compressing objects:  67% (2382/3555)           remote: Compressing objects:  68% (2418/3555)           remote: Compressing objects:  69% (2453/3555)           remote: Compressing objects:  70% (2489/3555)           remote: Compressing objects:  71% (2525/3555)           remote: Compressing objects:  72% (2560/3555)           remote: Compressing objects:  73% (2596/3555)           remote: Compressing objects:  74% (2631/3555)           remote: Compressing objects:  75% (2667/3555)           remote: Compressing objects:  76% (2702/3555)           remote: Compressing objects:  77% (2738/3555)           remote: Compressing objects:  78% (2773/3555)           remote: Compressing objects:  79% (2809/3555)           remote: Compressing objects:  80% (2844/3555)           remote: Compressing objects:  81% (2880/3555)           remote: Compressing objects:  82% (2916/3555)           remote: Compressing objects:  83% (2951/3555)           remote: Compressing objects:  84% (2987/3555)           remote: Compressing objects:  85% (3022/3555)           remote: Compressing objects:  86% (3058/3555)           remote: Compressing objects:  87% (3093/3555)           remote: Compressing objects:  88% (3129/3555)           remote: Compressing objects:  89% (3164/3555)           remote: Compressing objects:  90% (3200/3555)           remote: Compressing objects:  91% (3236/3555)           remote: Compressing objects:  92% (3271/3555)           remote: Compressing objects:  93% (3307/3555)           remote: Compressing objects:  94% (3342/3555)           remote: Compressing objects:  95% (3378/3555)           remote: Compressing objects:  96% (3413/3555)           remote: Compressing objects:  97% (3449/3555)           remote: Compressing objects:  98% (3484/3555)           remote: Compressing objects:  99% (3520/3555)           remote: Compressing objects: 100% (3555/3555)           remote: Compressing objects: 100% (3555/3555), done.        
Receiving objects:   0% (1/8446)   Receiving objects:   1% (85/8446)   Receiving objects:   2% (169/8446)   Receiving objects:   3% (254/8446)   Receiving objects:   4% (338/8446)   Receiving objects:   5% (423/8446)   Receiving objects:   6% (507/8446)   Receiving objects:   7% (592/8446)   Receiving objects:   8% (676/8446)   Receiving objects:   9% (761/8446)   Receiving objects:  10% (845/8446)   Receiving objects:  11% (930/8446)   Receiving objects:  12% (1014/8446)   Receiving objects:  13% (1098/8446)   Receiving objects:  14% (1183/8446)   Receiving objects:  15% (1267/8446)   Receiving objects:  16% (1352/8446)   Receiving objects:  17% (1436/8446)   Receiving objects:  18% (1521/8446)   Receiving objects:  19% (1605/8446)   Receiving objects:  20% (1690/8446)   Receiving objects:  21% (1774/8446)   Receiving objects:  22% (1859/8446)   Receiving objects:  23% (1943/8446)   Receiving objects:  24% (2028/8446)   Receiving objects:  25% (2112/8446)   Receiving objects:  26% (2196/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  27% (2281/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  28% (2365/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  29% (2450/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  30% (2534/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  31% (2619/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  32% (2703/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  33% (2788/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  34% (2872/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  35% (2957/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  36% (3041/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  37% (3126/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  38% (3210/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  39% (3294/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  40% (3379/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  41% (3463/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  42% (3548/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  43% (3632/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  44% (3717/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  45% (3801/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  46% (3886/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  47% (3970/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  48% (4055/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  49% (4139/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  50% (4223/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  51% (4308/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  52% (4392/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  53% (4477/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  54% (4561/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  55% (4646/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  56% (4730/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  57% (4815/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  58% (4899/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  59% (4984/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  60% (5068/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  61% (5153/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  62% (5237/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  63% (5321/8446), 315.99 KiB | 622.00 KiB/s   Receiving objects:  63% (5402/8446), 692.00 KiB | 620.00 KiB/s   Receiving objects:  64% (5406/8446), 692.00 KiB | 620.00 KiB/s   Receiving objects:  64% (5409/8446), 1.61 MiB | 733.00 KiB/s   Receiving objects:  64% (5409/8446), 2.41 MiB | 704.00 KiB/s   Receiving objects:  64% (5409/8446), 2.81 MiB | 710.00 KiB/s   Receiving objects:  64% (5409/8446), 3.61 MiB | 716.00 KiB/s   Receiving objects:  64% (5409/8446), 4.47 MiB | 752.00 KiB/s   Receiving objects:  64% (5409/8446), 5.36 MiB | 745.00 KiB/s   Receiving objects:  64% (5409/8446), 6.23 MiB | 782.00 KiB/s   Receiving objects:  64% (5409/8446), 6.62 MiB | 774.00 KiB/s   Receiving objects:  64% (5409/8446), 7.55 MiB | 800.00 KiB/s   Receiving objects:  64% (5409/8446), 8.57 MiB | 833.00 KiB/s   Receiving objects:  64% (5409/8446), 9.79 MiB | 901.00 KiB/s   Receiving objects:  64% (5409/8446), 11.34 MiB | 1.01 MiB/s   Receiving objects:  64% (5409/8446), 12.39 MiB | 1.12 MiB/s   Receiving objects:  64% (5409/8446), 14.07 MiB | 1.28 MiB/s   Receiving objects:  64% (5409/8446), 15.77 MiB | 1.41 MiB/s   Receiving objects:  64% (5409/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  65% (5490/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  66% (5575/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  67% (5659/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  68% (5744/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  69% (5828/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  70% (5913/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  71% (5997/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  72% (6082/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  73% (6166/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  74% (6251/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  75% (6335/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  76% (6419/8446), 17.21 MiB | 1.46 MiB/s   Receiving objects:  76% (6461/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  77% (6504/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  78% (6588/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  79% (6673/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  80% (6757/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  81% (6842/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  82% (6926/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  83% (7011/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  84% (7095/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  85% (7180/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  86% (7264/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  87% (7349/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  88% (7433/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  89% (7517/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  90% (7602/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  91% (7686/8446), 17.85 MiB | 1.44 MiB/s   Receiving objects:  92% (7771/8446), 18.64 MiB | 1.46 MiB/s   Receiving objects:  93% (7855/8446), 18.64 MiB | 1.46 MiB/s   Receiving objects:  94% (7940/8446), 18.64 MiB | 1.46 MiB/s   Receiving objects:  95% (8024/8446), 18.64 MiB | 1.46 MiB/s   Receiving objects:  96% (8109/8446), 18.64 MiB | 1.46 MiB/s   Receiving objects:  97% (8193/8446), 18.64 MiB | 1.46 MiB/s   Receiving objects:  98% (8278/8446), 18.64 MiB | 1.46 MiB/s   Receiving objects:  99% (8362/8446), 18.64 MiB | 1.46 MiB/s   remote: Total 8446 (delta 4730), reused 6996 (delta 3618)        
Receiving objects: 100% (8446/8446), 18.64 MiB | 1.46 MiB/s   Receiving objects: 100% (8446/8446), 19.10 MiB | 1.45 MiB/s, done.
Resolving deltas:   0% (0/4730)   Resolving deltas:   1% (48/4730)   Resolving deltas:   2% (95/4730)   Resolving deltas:   3% (146/4730)   Resolving deltas:   4% (192/4730)   Resolving deltas:   5% (245/4730)   Resolving deltas:   6% (307/4730)   Resolving deltas:   7% (368/4730)   Resolving deltas:   8% (384/4730)   Resolving deltas:  10% (473/4730)   Resolving deltas:  11% (521/4730)   Resolving deltas:  12% (590/4730)   Resolving deltas:  13% (642/4730)   Resolving deltas:  14% (698/4730)   Resolving deltas:  15% (714/4730)   Resolving deltas:  16% (766/4730)   Resolving deltas:  17% (807/4730)   Resolving deltas:  18% (857/4730)   Resolving deltas:  19% (901/4730)   Resolving deltas:  20% (954/4730)   Resolving deltas:  21% (995/4730)   Resolving deltas:  23% (1114/4730)   Resolving deltas:  25% (1205/4730)   Resolving deltas:  26% (1259/4730)   Resolving deltas:  27% (1297/4730)   Resolving deltas:  29% (1386/4730)   Resolving deltas:  32% (1521/4730)   Resolving deltas:  33% (1562/4730)   Resolving deltas:  34% (1621/4730)   Resolving deltas:  35% (1657/4730)   Resolving deltas:  36% (1713/4730)   Resolving deltas:  37% (1758/4730)   Resolving deltas:  38% (1799/4730)   Resolving deltas:  39% (1847/4730)   Resolving deltas:  40% (1934/4730)   Resolving deltas:  41% (1942/4730)   Resolving deltas:  42% (1991/4730)   Resolving deltas:  43% (2044/4730)   Resolving deltas:  44% (2085/4730)   Resolving deltas:  45% (2140/4730)   Resolving deltas:  46% (2216/4730)   Resolving deltas:  47% (2266/4730)   Resolving deltas:  48% (2276/4730)   Resolving deltas:  49% (2318/4730)   Resolving deltas:  50% (2366/4730)   Resolving deltas:  51% (2423/4730)   Resolving deltas:  52% (2462/4730)   Resolving deltas:  53% (2508/4730)   Resolving deltas:  54% (2555/4730)   Resolving deltas:  55% (2615/4730)   Resolving deltas:  56% (2649/4730)   Resolving deltas:  57% (2698/4730)   Resolving deltas:  58% (2759/4730)   Resolving deltas:  59% (2794/4730)   Resolving deltas:  60% (2838/4730)   Resolving deltas:  61% (2897/4730)   Resolving deltas:  62% (2933/4730)   Resolving deltas:  63% (3017/4730)   Resolving deltas:  64% (3028/4730)   Resolving deltas:  64% (3031/4730), completed with 21 local objects.
fatal: pack has 1699 unresolved deltas
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
	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:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-eu2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor918.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.$Proxy119.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:886)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
		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:1794)
		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 #2318

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

Changes:

[junhe] BIGTOP-3083: HBase and iginite-hadoop build failed on Fedora-26 due to

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4d512e0817ea65490de26c6b9be239453bfd3f77 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4d512e0817ea65490de26c6b9be239453bfd3f77
Commit message: "BIGTOP-3083: HBase and iginite-hadoop build failed on Fedora-26 due to BIGTOP-3081"
 > git rev-list --no-walk 288e129d1832e10393ce6fc13259a735008d9537 # 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/apache/8/apache-8.pom
Progress (1): 2.8/14 kBProgress (1): 5.5/14 kBProgress (1): 8.3/14 kBProgress (1): 11/14 kB Progress (1): 14/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 38 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.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 166 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 160 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 910 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 84 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 91 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 743 kB/s)
Progress (1): 2.8/25 kBProgress (1): 5.5/25 kBProgress (1): 8.3/25 kBProgress (1): 11/25 kB Progress (2): 11/25 kB | 2.8/53 kBProgress (2): 14/25 kB | 2.8/53 kBProgress (2): 14/25 kB | 5.5/53 kBProgress (2): 16/25 kB | 5.5/53 kBProgress (2): 16/25 kB | 8.3/53 kBProgress (2): 19/25 kB | 8.3/53 kBProgress (2): 19/25 kB | 11/53 kB Progress (2): 22/25 kB | 11/53 kBProgress (2): 22/25 kB | 14/53 kBProgress (2): 25/25 kB | 14/53 kBProgress (2): 25/25 kB | 16/53 kBProgress (2): 25 kB | 16/53 kB   Progress (2): 25 kB | 19/53 kBProgress (2): 25 kB | 22/53 kBProgress (2): 25 kB | 25/53 kBProgress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 33/53 kBProgress (2): 25 kB | 37/53 kBProgress (2): 25 kB | 41/53 kBProgress (2): 25 kB | 45/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 686 kB/s)
Progress (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 1.1 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 564 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom
Progress (1): 4.1/13 kBProgress (1): 8.2/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom (13 kB at 784 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.7/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 2.4 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 4.1/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.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 775 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.8/12 kBProgress (1): 5.5/12 kBProgress (1): 8.3/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 854 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.351 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.188 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.206 s
[INFO] Finished at: 2018-09-21T18:51:43Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1340443431947809041.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/jenkins1340443431947809041.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] Add missing scala patch for flume

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > 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 288e129d1832e10393ce6fc13259a735008d9537 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 288e129d1832e10393ce6fc13259a735008d9537
Commit message: "Add missing scala patch for flume"
 > git rev-list --no-walk fc97b9ee767222fa95ba012677637fb4569a6695 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.187 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.069 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.957 s
[INFO] Finished at: 2018-09-19T23:59:30Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6414084694455692567.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/jenkins6414084694455692567.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3081: Update HBase/Ignite-hadoop arch info

[junhe] BIGTOP-3082: Fix build failure with flume-1.8+kafka-0.10.2.2

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision fc97b9ee767222fa95ba012677637fb4569a6695 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fc97b9ee767222fa95ba012677637fb4569a6695
Commit message: "BIGTOP-3082: Fix build failure with flume-1.8+kafka-0.10.2.2"
 > git rev-list --no-walk 316650cd0a50d2574a8968622cc0fadcd9d55b7d # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.291 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.010 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.101 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.032 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.181 s
[INFO] Finished at: 2018-09-19T19:12:10Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3341137493993250199.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/jenkins3341137493993250199.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3075: Drop pig packaging

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > 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 316650cd0a50d2574a8968622cc0fadcd9d55b7d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 316650cd0a50d2574a8968622cc0fadcd9d55b7d
Commit message: "BIGTOP-3075: Drop pig packaging"
 > git rev-list --no-walk ad6349c7d8885e347dfdf8a93c70acccc3efd8a0 # 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/apache/8/apache-8.pom
Progress (1): 2.2/14 kBProgress (1): 5.0/14 kBProgress (1): 7.8/14 kBProgress (1): 11/14 kB Progress (1): 13/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 45 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.192 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.069 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.619 s
[INFO] Finished at: 2018-09-18T18:31:47Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4406937478669862049.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/jenkins4406937478669862049.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] Add options to deploy Maven artifacts

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ad6349c7d8885e347dfdf8a93c70acccc3efd8a0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad6349c7d8885e347dfdf8a93c70acccc3efd8a0
Commit message: "Add options to deploy Maven artifacts"
 > git rev-list --no-walk bce6ad337a1457625b317f3b6ac7052012a5a6bc # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.392 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.105 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.478 s
[INFO] Finished at: 2018-09-16T16:04:51Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3385841648245457895.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/jenkins3385841648245457895.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3062: Bump flink to 1.4.2

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bce6ad337a1457625b317f3b6ac7052012a5a6bc (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bce6ad337a1457625b317f3b6ac7052012a5a6bc
Commit message: "BIGTOP-3062: Bump flink to 1.4.2"
 > git rev-list --no-walk a86ab7919028e6a1f1293e19aaa6748c39c9322c # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.249 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.086 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.916 s
[INFO] Finished at: 2018-09-14T05:22:05Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2915187949065113861.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/jenkins2915187949065113861.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3077: OpenSuse-42.3 packages install error

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a86ab7919028e6a1f1293e19aaa6748c39c9322c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a86ab7919028e6a1f1293e19aaa6748c39c9322c
Commit message: "BIGTOP-3077: OpenSuse-42.3 packages install error"
 > git rev-list --no-walk ab50bba4a61c655275b2a6a786f0836b849bc80e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.171 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.009 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.075 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.007 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.911 s
[INFO] Finished at: 2018-09-13T05:38:30Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins997915448124903774.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/jenkins997915448124903774.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3076: QFS build failed on ppc64le

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ab50bba4a61c655275b2a6a786f0836b849bc80e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ab50bba4a61c655275b2a6a786f0836b849bc80e
Commit message: "BIGTOP-3076: QFS build failed on ppc64le"
 > git rev-list --no-walk 158e7e789dd9e9e35a02e37832f4a9682a111492 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.172 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.077 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.008 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.711 s
[INFO] Finished at: 2018-09-11T02:44:04Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7602807568805466810.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/jenkins7602807568805466810.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3078: ignite-shmem failed to build on ppc64le

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H26 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 158e7e789dd9e9e35a02e37832f4a9682a111492 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 158e7e789dd9e9e35a02e37832f4a9682a111492
Commit message: "BIGTOP-3078: ignite-shmem failed to build on ppc64le"
 > git rev-list --no-walk 096d85842c6e13908279793181d7027c9e3eed92 # 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/apache/8/apache-8.pom
Progress (1): 2.2/14 kBProgress (1): 5.0/14 kBProgress (1): 7.8/14 kBProgress (1): 11/14 kB Progress (1): 13/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 42 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.pom
Progress (1): 2.8/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 160 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 910 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 115 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 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                      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 646 kB/s)
Progress (1): 2.2/53 kBProgress (2): 2.2/53 kB | 2.2/25 kBProgress (2): 5.0/53 kB | 2.2/25 kBProgress (2): 5.0/53 kB | 5.0/25 kBProgress (2): 7.7/53 kB | 5.0/25 kBProgress (2): 7.7/53 kB | 7.7/25 kBProgress (2): 10/53 kB | 7.7/25 kB Progress (2): 10/53 kB | 10/25 kB Progress (2): 13/53 kB | 10/25 kBProgress (2): 13/53 kB | 13/25 kBProgress (2): 16/53 kB | 13/25 kBProgress (2): 16/53 kB | 16/25 kBProgress (2): 19/53 kB | 16/25 kBProgress (2): 19/53 kB | 19/25 kBProgress (2): 21/53 kB | 19/25 kBProgress (2): 21/53 kB | 21/25 kBProgress (2): 24/53 kB | 21/25 kBProgress (2): 24/53 kB | 24/25 kBProgress (2): 27/53 kB | 24/25 kBProgress (2): 27/53 kB | 25 kB   Progress (2): 30/53 kB | 25 kBProgress (2): 32/53 kB | 25 kBProgress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 45/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 619 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.3 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.8/6.7 kBProgress (1): 5.5/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 354 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 720 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.8/25 kBProgress (1): 5.5/25 kBProgress (1): 8.3/25 kBProgress (1): 11/25 kB Progress (1): 14/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 22/25 kBProgress (1): 25/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.4 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.8/22 kBProgress (1): 5.5/22 kBProgress (1): 8.3/22 kBProgress (1): 11/22 kB Progress (1): 14/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 732 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.8/12 kBProgress (1): 5.5/12 kBProgress (1): 8.3/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 747 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.8 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.166 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.193 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.210 s
[INFO] Finished at: 2018-09-10T09:10:54Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6856665746951116166.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/jenkins6856665746951116166.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-2101: ignite-hadoop contains an arch-dependent shared lib

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 096d85842c6e13908279793181d7027c9e3eed92 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 096d85842c6e13908279793181d7027c9e3eed92
Commit message: "BIGTOP-2101: ignite-hadoop contains an arch-dependent shared lib"
 > git rev-list --no-walk 84cd6c348a7501f435567d868194c3bcae4f298b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 151 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 556 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-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kBProgress (3): 15 kB | 2.2/25 kB | 2.2/53 kBProgress (3): 15 kB | 5.0/25 kB | 2.2/53 kBProgress (3): 15 kB | 5.0/25 kB | 5.0/53 kBProgress (3): 15 kB | 7.7/25 kB | 5.0/53 kBProgress (3): 15 kB | 7.7/25 kB | 7.7/53 kBProgress (3): 15 kB | 10/25 kB | 7.7/53 kB Progress (3): 15 kB | 10/25 kB | 10/53 kB Progress (3): 15 kB | 13/25 kB | 10/53 kB                                         Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 551 kB/s)
Progress (2): 13/25 kB | 13/53 kBProgress (2): 16/25 kB | 13/53 kBProgress (2): 16/25 kB | 16/53 kBProgress (2): 19/25 kB | 16/53 kBProgress (2): 19/25 kB | 19/53 kBProgress (2): 21/25 kB | 19/53 kBProgress (2): 21/25 kB | 21/53 kBProgress (2): 24/25 kB | 21/53 kBProgress (2): 24/25 kB | 24/53 kBProgress (2): 25 kB | 24/53 kB   Progress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 668 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.2 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 594 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.7/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.7 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
Progress (1): 4.1/4.2 kBProgress (1): 4.2 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (4.2 kB at 245 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar
Progress (1): 2.8/24 kBProgress (1): 5.5/24 kBProgress (1): 8.3/24 kBProgress (1): 11/24 kB Progress (1): 14/24 kBProgress (1): 16/24 kBProgress (1): 19/24 kBProgress (1): 22/24 kBProgress (1): 24 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (24 kB at 942 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.8/6.7 kBProgress (1): 5.5/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 396 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 720 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 1.6/13 kBProgress (1): 4.4/13 kBProgress (1): 5.7/13 kBProgress (1): 8.5/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.11/maven-failsafe-plugin-2.11.pom (13 kB at 732 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 1.3/12 kBProgress (1): 4.0/12 kBProgress (1): 5.4/12 kBProgress (1): 8.1/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 703 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.265 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.200 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.129 s
[INFO] Finished at: 2018-09-06T09:54:01Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins379772751881016613.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/jenkins379772751881016613.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3067: Bump Hive to 2.3.3

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 84cd6c348a7501f435567d868194c3bcae4f298b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 84cd6c348a7501f435567d868194c3bcae4f298b
Commit message: "BIGTOP-3067: Bump Hive to 2.3.3"
 > git rev-list --no-walk b0b8b359951e6aac33af3c425ed8e74f35eaebb9 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.172 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.008 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.043 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.007 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.891 s
[INFO] Finished at: 2018-09-04T01:40:07Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins419401509837306078.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/jenkins419401509837306078.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3055: Bump GPDB to 5.10.0

[junhe] BIGTOP-3068: Bump Hama to 0.7.1

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b0b8b359951e6aac33af3c425ed8e74f35eaebb9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b0b8b359951e6aac33af3c425ed8e74f35eaebb9
Commit message: "BIGTOP-3068: Bump Hama to 0.7.1"
 > git rev-list --no-walk 5750810f64a6cb804779388d37f8b83ca41f6932 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.513 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.124 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.721 s
[INFO] Finished at: 2018-09-04T01:14:53Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1694966267867482151.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/jenkins1694966267867482151.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3069: Bump crunch to 0.15.0

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5750810f64a6cb804779388d37f8b83ca41f6932 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5750810f64a6cb804779388d37f8b83ca41f6932
Commit message: "BIGTOP-3069: Bump crunch to 0.15.0"
 > git rev-list --no-walk 1d679aaca76980e2e5ebd9ea7a361244a5e9e63a # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.124 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.007 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.046 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.754 s
[INFO] Finished at: 2018-08-27T03:18:08Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6856391565895008929.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/jenkins6856391565895008929.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3065: Bump Hadoop to 2.8.4

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 1d679aaca76980e2e5ebd9ea7a361244a5e9e63a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1d679aaca76980e2e5ebd9ea7a361244a5e9e63a
Commit message: "BIGTOP-3065: Bump Hadoop to 2.8.4"
 > git rev-list --no-walk ab21dbb0d76fdb8fdf12f884bb1672794bd3d881 # 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/apache/8/apache-8.pom
Progress (1): 2.8/14 kBProgress (1): 5.5/14 kBProgress (1): 8.3/14 kBProgress (1): 11/14 kB Progress (1): 14/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 35 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.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 188 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 151 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.8/20 kBProgress (1): 5.5/20 kBProgress (1): 8.3/20 kBProgress (1): 11/20 kB Progress (1): 14/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 667 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 77 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 96 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kBProgress (2): 15 kB | 5.0/25 kBProgress (3): 15 kB | 5.0/25 kB | 2.2/53 kB                                           Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 437 kB/s)
Progress (2): 7.7/25 kB | 2.2/53 kBProgress (2): 7.7/25 kB | 5.0/53 kBProgress (2): 10/25 kB | 5.0/53 kB Progress (2): 10/25 kB | 7.7/53 kBProgress (2): 13/25 kB | 7.7/53 kBProgress (2): 13/25 kB | 10/53 kB Progress (2): 16/25 kB | 10/53 kBProgress (2): 16/25 kB | 13/53 kBProgress (2): 19/25 kB | 13/53 kBProgress (2): 19/25 kB | 16/53 kBProgress (2): 21/25 kB | 16/53 kBProgress (2): 21/25 kB | 19/53 kBProgress (2): 24/25 kB | 19/53 kBProgress (2): 24/25 kB | 21/53 kBProgress (2): 25 kB | 21/53 kB   Progress (2): 25 kB | 24/53 kBProgress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 397 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 821 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 513 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.7/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
Progress (1): 4.1/4.2 kBProgress (1): 4.2 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (4.2 kB at 245 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar
Progress (1): 2.2/24 kBProgress (1): 5.0/24 kBProgress (1): 7.7/24 kBProgress (1): 10/24 kB Progress (1): 13/24 kBProgress (1): 16/24 kBProgress (1): 19/24 kBProgress (1): 21/24 kBProgress (1): 24 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (24 kB at 981 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 1.8/6.7 kBProgress (1): 4.6/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 321 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 0.6/12 kBProgress (1): 3.3/12 kBProgress (1): 4.7/12 kBProgress (1): 7.4/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 606 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.8/25 kBProgress (1): 3.4/25 kBProgress (1): 6.1/25 kBProgress (1): 7.5/25 kBProgress (1): 10/25 kB Progress (1): 12/25 kBProgress (1): 14/25 kBProgress (1): 16/25 kBProgress (1): 18/25 kBProgress (1): 20/25 kBProgress (1): 23/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 732 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 1.0/12 kBProgress (1): 3.8/12 kBProgress (1): 5.1/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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 797 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.314 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.195 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.005 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.629 s
[INFO] Finished at: 2018-08-26T17:34:45Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins646450472348438491.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/jenkins646450472348438491.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3039. Change git browse link to Github

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ab21dbb0d76fdb8fdf12f884bb1672794bd3d881 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ab21dbb0d76fdb8fdf12f884bb1672794bd3d881
Commit message: "BIGTOP-3039. Change git browse link to Github"
 > git rev-list --no-walk b99d05704c206ebf72249950346f1b9ef89918cf # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.091 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.022 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.458 s
[INFO] Finished at: 2018-08-26T17:32:19Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3850117565957765353.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/jenkins3850117565957765353.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3064: Bump HBase to 1.3.2

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b99d05704c206ebf72249950346f1b9ef89918cf (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b99d05704c206ebf72249950346f1b9ef89918cf
Commit message: "BIGTOP-3064: Bump HBase to 1.3.2"
 > git rev-list --no-walk 94d012846c8d26ea97d566582e6d6af646171549 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.117 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.031 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.566 s
[INFO] Finished at: 2018-08-26T17:27:41Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins285105360965840375.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/jenkins285105360965840375.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3066: Bump tez to 0.9.1

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 94d012846c8d26ea97d566582e6d6af646171549 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 94d012846c8d26ea97d566582e6d6af646171549
Commit message: "BIGTOP-3066: Bump tez to 0.9.1"
 > git rev-list --no-walk b4a3ffaba4fdb92ee54e4e60aa9bfd4064715a7b # 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/apache/8/apache-8.pom
Progress (1): 2.2/14 kBProgress (1): 5.0/14 kBProgress (1): 7.8/14 kBProgress (1): 11/14 kB Progress (1): 13/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 63 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.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 37 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/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 500 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 153 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 60 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/53 kBProgress (3): 15 kB | 2.2/53 kB | 1.8/25 kBProgress (3): 15 kB | 2.2/53 kB | 4.5/25 kBProgress (3): 15 kB | 5.0/53 kB | 4.5/25 kBProgress (3): 15 kB | 5.0/53 kB | 5.9/25 kBProgress (3): 15 kB | 7.7/53 kB | 5.9/25 kBProgress (3): 15 kB | 7.7/53 kB | 8.6/25 kBProgress (3): 15 kB | 10/53 kB | 8.6/25 kB Progress (3): 15 kB | 10/53 kB | 10.0/25 kBProgress (3): 15 kB | 10/53 kB | 13/25 kB  Progress (3): 15 kB | 10/53 kB | 14/25 kBProgress (3): 15 kB | 13/53 kB | 14/25 kBProgress (3): 15 kB | 16/53 kB | 14/25 kBProgress (3): 15 kB | 16/53 kB | 17/25 kBProgress (3): 15 kB | 16/53 kB | 18/25 kBProgress (3): 15 kB | 16/53 kB | 21/25 kBProgress (3): 15 kB | 19/53 kB | 21/25 kBProgress (3): 15 kB | 21/53 kB | 21/25 kBProgress (3): 15 kB | 24/53 kB | 21/25 kBProgress (3): 15 kB | 24/53 kB | 24/25 kBProgress (3): 15 kB | 24/53 kB | 25 kB   Progress (3): 15 kB | 27/53 kB | 25 kBProgress (3): 15 kB | 30/53 kB | 25 kBProgress (3): 15 kB | 32/53 kB | 25 kBProgress (3): 15 kB | 36/53 kB | 25 kBProgress (3): 15 kB | 40/53 kB | 25 kBProgress (3): 15 kB | 45/53 kB | 25 kBProgress (3): 15 kB | 49/53 kB | 25 kBProgress (3): 15 kB | 53 kB | 25 kB                                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 262 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 506 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 126 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.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/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 753 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 2.2/62 kBProgress (1): 5.0/62 kBProgress (1): 7.7/62 kBProgress (1): 10/62 kB Progress (1): 13/62 kBProgress (1): 16/62 kBProgress (1): 19/62 kBProgress (1): 21/62 kBProgress (1): 24/62 kBProgress (1): 27/62 kBProgress (1): 30/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 2.7 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 4.1/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 354 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 768 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 824 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 854 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 408 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.241 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.299 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.235 s
[INFO] Finished at: 2018-08-26T17:24:44Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5311169524306774618.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/jenkins5311169524306774618.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3059: Bump Ambari to 2.6.1

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H35 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 b4a3ffaba4fdb92ee54e4e60aa9bfd4064715a7b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b4a3ffaba4fdb92ee54e4e60aa9bfd4064715a7b
Commit message: "BIGTOP-3059: Bump Ambari to 2.6.1"
 > git rev-list --no-walk 2d6c54207d67f61e6bea790d65aa872ab31e9eef # 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/apache/8/apache-8.pom
Progress (1): 2.2/14 kBProgress (1): 5.0/14 kBProgress (1): 7.8/14 kBProgress (1): 11/14 kB Progress (1): 13/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 30 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.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 166 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 130 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 741 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 92 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 86 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      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 513 kB/s)
Progress (1): 2.2/53 kBProgress (1): 5.0/53 kBProgress (1): 7.7/53 kBProgress (1): 10/53 kB Progress (1): 13/53 kBProgress (1): 16/53 kBProgress (1): 19/53 kBProgress (1): 21/53 kBProgress (1): 24/53 kBProgress (1): 27/53 kBProgress (1): 30/53 kBProgress (1): 32/53 kBProgress (1): 36/53 kBProgress (1): 40/53 kBProgress (1): 45/53 kBProgress (1): 49/53 kBProgress (1): 53 kB   Progress (2): 53 kB | 2.2/25 kBProgress (2): 53 kB | 5.0/25 kBProgress (2): 53 kB | 7.7/25 kBProgress (2): 53 kB | 10/25 kB Progress (2): 53 kB | 13/25 kBProgress (2): 53 kB | 16/25 kBProgress (2): 53 kB | 19/25 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 1.0 MB/s)
Progress (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 391 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
Progress (1): 2.2/4.2 kBProgress (1): 4.2 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (4.2 kB at 219 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar
Progress (1): 2.2/24 kBProgress (1): 5.0/24 kBProgress (1): 7.7/24 kBProgress (1): 10/24 kB Progress (1): 13/24 kBProgress (1): 16/24 kBProgress (1): 19/24 kBProgress (1): 21/24 kBProgress (1): 24 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (24 kB at 1.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.2/6.7 kBProgress (1): 5.0/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 306 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 411 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 732 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.8/12 kBProgress (1): 5.5/12 kBProgress (1): 8.3/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 598 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.280 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.210 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.692 s
[INFO] Finished at: 2018-08-24T11:07:49Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3598185702559673541.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/jenkins3598185702559673541.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] Preparing for release 1.3.0

[junhe] Bumping up the version to 1.3.1-SNAPSHOT

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H29 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 2d6c54207d67f61e6bea790d65aa872ab31e9eef (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d6c54207d67f61e6bea790d65aa872ab31e9eef
Commit message: "Bumping up the version to 1.3.1-SNAPSHOT"
 > git rev-list --no-walk 83a2ab92f6a367dbb133384f167449ebac78f111 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 130 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 351 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-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 86 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      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 531 kB/s)
Progress (1): 2.2/53 kBProgress (2): 2.2/53 kB | 2.2/25 kBProgress (2): 5.0/53 kB | 2.2/25 kBProgress (2): 5.0/53 kB | 5.0/25 kBProgress (2): 7.7/53 kB | 5.0/25 kBProgress (2): 7.7/53 kB | 7.7/25 kBProgress (2): 10/53 kB | 7.7/25 kB Progress (2): 10/53 kB | 10/25 kB Progress (2): 13/53 kB | 10/25 kBProgress (2): 13/53 kB | 13/25 kBProgress (2): 16/53 kB | 13/25 kBProgress (2): 16/53 kB | 16/25 kBProgress (2): 19/53 kB | 16/25 kBProgress (2): 19/53 kB | 19/25 kBProgress (2): 21/53 kB | 19/25 kBProgress (2): 21/53 kB | 21/25 kBProgress (2): 24/53 kB | 21/25 kBProgress (2): 24/53 kB | 24/25 kBProgress (2): 27/53 kB | 24/25 kBProgress (2): 27/53 kB | 25 kB   Progress (2): 30/53 kB | 25 kBProgress (2): 32/53 kB | 25 kBProgress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 45/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 438 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 797 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.1-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.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/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 513 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 2.2/62 kBProgress (1): 5.0/62 kBProgress (1): 7.7/62 kBProgress (1): 10/62 kB Progress (1): 13/62 kBProgress (1): 16/62 kBProgress (1): 19/62 kBProgress (1): 21/62 kBProgress (1): 24/62 kBProgress (1): 27/62 kBProgress (1): 30/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
Progress (1): 4.1/4.2 kBProgress (1): 4.2 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (4.2 kB at 198 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar
Progress (1): 2.2/24 kBProgress (1): 5.0/24 kBProgress (1): 7.7/24 kBProgress (1): 10/24 kB Progress (1): 13/24 kBProgress (1): 16/24 kBProgress (1): 19/24 kBProgress (1): 21/24 kBProgress (1): 24 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (24 kB at 1.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.1-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.1-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Progress (1): 2.8/6.7 kBProgress (1): 5.5/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.5/12 kBProgress (1): 8.3/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 480 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 899 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 573 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.8/12 kBProgress (1): 5.5/12 kBProgress (1): 8.3/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 664 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.1-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.330 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.267 s]
[INFO] bigtop-smokes 1.3.1-SNAPSHOT ....................... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.665 s
[INFO] Finished at: 2018-08-16T02:17:25Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4470720651173608753.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/jenkins4470720651173608753.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3061: Fix ClassNotFound issue for crunch build

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H34 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 83a2ab92f6a367dbb133384f167449ebac78f111 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 83a2ab92f6a367dbb133384f167449ebac78f111
Commit message: "BIGTOP-3061: Fix ClassNotFound issue for crunch build"
 > git rev-list --no-walk 393d97dc9ec10a8f53b11f3c3c26618699ecdd6c # 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/apache/8/apache-8.pom
Progress (1): 2.2/14 kBProgress (1): 5.0/14 kBProgress (1): 7.8/14 kBProgress (1): 11/14 kB Progress (1): 13/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 29 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.pom
Progress (1): 2.8/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 206 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 109 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.8/20 kBProgress (1): 5.5/20 kBProgress (1): 8.3/20 kBProgress (1): 11/20 kB Progress (1): 14/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 770 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-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 91 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 551 kB/s)
Progress (1): 2.2/53 kBProgress (1): 5.0/53 kBProgress (2): 5.0/53 kB | 2.2/25 kBProgress (2): 7.7/53 kB | 2.2/25 kBProgress (2): 7.7/53 kB | 5.0/25 kBProgress (2): 10/53 kB | 5.0/25 kB Progress (2): 10/53 kB | 7.7/25 kBProgress (2): 13/53 kB | 7.7/25 kBProgress (2): 13/53 kB | 10/25 kB Progress (2): 16/53 kB | 10/25 kBProgress (2): 16/53 kB | 13/25 kBProgress (2): 19/53 kB | 13/25 kBProgress (2): 19/53 kB | 16/25 kBProgress (2): 21/53 kB | 16/25 kBProgress (2): 21/53 kB | 19/25 kBProgress (2): 24/53 kB | 19/25 kBProgress (2): 24/53 kB | 21/25 kBProgress (2): 27/53 kB | 21/25 kBProgress (2): 27/53 kB | 24/25 kBProgress (2): 30/53 kB | 24/25 kBProgress (2): 30/53 kB | 25 kB   Progress (2): 32/53 kB | 25 kBProgress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 45/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 906 kB/s)
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 385 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.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/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 263 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 2.2/62 kBProgress (1): 5.0/62 kBProgress (1): 7.7/62 kBProgress (1): 10/62 kB Progress (1): 13/62 kBProgress (1): 16/62 kBProgress (1): 19/62 kBProgress (1): 21/62 kBProgress (1): 24/62 kBProgress (1): 27/62 kBProgress (1): 30/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.8 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
Progress (1): 4.1/4.2 kBProgress (1): 4.2 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (4.2 kB at 219 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar
Progress (1): 2.2/24 kBProgress (1): 2.8/24 kBProgress (1): 5.5/24 kBProgress (1): 8.3/24 kBProgress (1): 11/24 kB Progress (1): 14/24 kBProgress (1): 17/24 kBProgress (1): 19/24 kBProgress (1): 22/24 kBProgress (1): 24 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (24 kB at 1.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
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.8/6.7 kBProgress (1): 5.5/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 210 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 0.9/12 kBProgress (1): 3.6/12 kBProgress (1): 5.0/12 kBProgress (1): 7.7/12 kBProgress (1): 10/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): 1.9/25 kBProgress (1): 4.6/25 kBProgress (1): 6.0/25 kBProgress (1): 8.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 14/25 kBProgress (1): 17/25 kBProgress (1): 18/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 981 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 573 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.2/12 kBProgress (1): 3.3/12 kBProgress (1): 6.1/12 kBProgress (1): 7.4/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 386 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.359 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.309 s]
[INFO] bigtop-smokes 1.3.0-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.832 s
[INFO] Finished at: 2018-08-09T08:50:50Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7268861186827249490.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/jenkins7268861186827249490.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-3060: juju bundle refresh (august 2018)

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 393d97dc9ec10a8f53b11f3c3c26618699ecdd6c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 393d97dc9ec10a8f53b11f3c3c26618699ecdd6c
Commit message: "BIGTOP-3060: juju bundle refresh (august 2018)"
 > git rev-list --no-walk 05f14ffa56196f2aba92662155df1a076c17d1f2 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-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 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 (0 B at 0 B/s)
Progress (1): 15 kBProgress (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 kBProgress (2): 15 kB | 16/25 kBProgress (2): 15 kB | 19/25 kBProgress (2): 15 kB | 21/25 kBProgress (2): 15 kB | 24/25 kBProgress (2): 15 kB | 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 413 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 619 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
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): 1.3/6.7 kBProgress (1): 4.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 86 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.8/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 213 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 311 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 583 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 275 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.4 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.604 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.504 s]
[INFO] bigtop-smokes 1.3.0-SNAPSHOT ....................... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.593 s
[INFO] Finished at: 2018-08-07T22:09:29Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6279825694625872063.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/jenkins6279825694625872063.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-3047: juju: nagios support for zookeeper

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 05f14ffa56196f2aba92662155df1a076c17d1f2 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 05f14ffa56196f2aba92662155df1a076c17d1f2
Commit message: "BIGTOP-3047: juju: nagios support for zookeeper"
 > git rev-list --no-walk 4cfd5133297d9bca582e7e7b778c8ec7e2e8153a # 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-provider-api/2.6/wagon-provider-api-2.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (0 B at 0 B/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.231 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.108 s]
[INFO] bigtop-smokes 1.3.0-SNAPSHOT ....................... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.854 s
[INFO] Finished at: 2018-08-02T18:27:50Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins887132334813621861.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/jenkins887132334813621861.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3054: Missing Spark archive caused Zeppelin build failure

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 4cfd5133297d9bca582e7e7b778c8ec7e2e8153a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4cfd5133297d9bca582e7e7b778c8ec7e2e8153a
Commit message: "BIGTOP-3054: Missing Spark archive caused Zeppelin build failure"
 > git rev-list --no-walk 44835db5b156eeb7f67955ca877ea4e7654642ce # 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/apache/8/apache-8.pom
Progress (1): 2.8/14 kBProgress (1): 5.5/14 kBProgress (1): 8.3/14 kBProgress (1): 11/14 kB Progress (1): 14/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 40 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.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 43 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 170 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 910 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 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 kBProgress (2): 15 kB | 7.7/25 kBProgress (3): 15 kB | 7.7/25 kB | 2.2/53 kBProgress (3): 15 kB | 10/25 kB | 2.2/53 kB Progress (3): 15 kB | 10/25 kB | 5.0/53 kB                                          Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 531 kB/s)
Progress (2): 10/25 kB | 7.7/53 kBProgress (2): 13/25 kB | 7.7/53 kBProgress (2): 13/25 kB | 10/53 kB Progress (2): 16/25 kB | 10/53 kBProgress (2): 16/25 kB | 13/53 kBProgress (2): 19/25 kB | 13/53 kBProgress (2): 19/25 kB | 16/53 kBProgress (2): 21/25 kB | 16/53 kBProgress (2): 21/25 kB | 19/53 kBProgress (2): 24/25 kB | 19/53 kBProgress (2): 24/25 kB | 21/53 kBProgress (2): 25 kB | 21/53 kB   Progress (2): 25 kB | 24/53 kBProgress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 605 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.1 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common                                           [pom]
[INFO] smoke-tests-conf                                                   [jar]
[INFO] packagesmokes                                                      [jar]
[INFO] bigtop-smokes                                                      [pom]
[INFO] 
[INFO] ---------------< org.apache.bigtop.itest:stacks-common >----------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT                   [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 594 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom
Progress (1): 4.1/13 kBProgress (1): 7.7/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom (13 kB at 597 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.7/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.9 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
Progress (1): 2.8/4.2 kBProgress (1): 4.2 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (4.2 kB at 245 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar
Progress (1): 2.2/24 kBProgress (1): 5.0/24 kBProgress (1): 7.7/24 kBProgress (1): 10/24 kB Progress (1): 13/24 kBProgress (1): 16/24 kBProgress (1): 19/24 kBProgress (1): 21/24 kBProgress (1): 24 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (24 kB at 1.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] --------------< org.apache.bigtop.itest:smoke-tests-conf >--------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT                           [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ----------< org.apache.bigtop.itest:package-smoke-execution >-----------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT                              [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
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.1/6.7 kBProgress (1): 4.9/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 421 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.8/12 kBProgress (1): 3.2/12 kBProgress (1): 6.0/12 kBProgress (1): 7.3/12 kBProgress (1): 10/12 kB Progress (1): 11/12 kBProgress (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 890 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 0.2/22 kBProgress (1): 3.0/22 kBProgress (1): 4.3/22 kBProgress (1): 7.1/22 kBProgress (1): 8.4/22 kBProgress (1): 11/22 kB Progress (1): 13/22 kBProgress (1): 15/22 kBProgress (1): 18/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 775 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.8/12 kBProgress (1): 3.1/12 kBProgress (1): 5.8/12 kBProgress (1): 8.6/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 797 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.3 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] -----------< org.apache.bigtop.itest:bigtop-test-execution >------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT                              [4/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.256 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.178 s]
[INFO] bigtop-smokes 1.3.0-SNAPSHOT ....................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.948 s
[INFO] Finished at: 2018-08-02T17:54:28Z
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5624332754282457127.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/jenkins5624332754282457127.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3053: Tez failed to build due to bower version is deprecated

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H27 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 44835db5b156eeb7f67955ca877ea4e7654642ce (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44835db5b156eeb7f67955ca877ea4e7654642ce
Commit message: "BIGTOP-3053: Tez failed to build due to bower version is deprecated"
 > git rev-list --no-walk eef1846fefd4d127c5e5a2ece0cf72267b7ab0d3 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 136 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 606 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 122 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 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                      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 646 kB/s)
Progress (1): 2.2/25 kBProgress (2): 2.2/25 kB | 2.2/53 kBProgress (2): 5.0/25 kB | 2.2/53 kBProgress (2): 5.0/25 kB | 5.0/53 kBProgress (2): 7.7/25 kB | 5.0/53 kBProgress (2): 7.7/25 kB | 7.7/53 kBProgress (2): 10/25 kB | 7.7/53 kB Progress (2): 10/25 kB | 10/53 kB Progress (2): 13/25 kB | 10/53 kBProgress (2): 13/25 kB | 13/53 kBProgress (2): 16/25 kB | 13/53 kBProgress (2): 16/25 kB | 16/53 kBProgress (2): 19/25 kB | 16/53 kBProgress (2): 19/25 kB | 19/53 kBProgress (2): 21/25 kB | 19/53 kBProgress (2): 21/25 kB | 21/53 kBProgress (2): 24/25 kB | 21/53 kBProgress (2): 24/25 kB | 24/53 kBProgress (2): 25 kB | 24/53 kB   Progress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 686 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.3 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 594 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.7/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 2.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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.0/6.7 kBProgress (1): 4.8/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 321 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 1.4/12 kBProgress (1): 4.2/12 kBProgress (1): 5.5/12 kBProgress (1): 8.3/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 768 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.6 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): 1.5/22 kBProgress (1): 4.2/22 kBProgress (1): 7.0/22 kBProgress (1): 9.7/22 kBProgress (1): 12/22 kB Progress (1): 15/22 kBProgress (1): 18/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 732 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 747 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 11/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 497 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.208 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.232 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.995 s
[INFO] Finished at: 2018-07-20T06:01:22Z
[INFO] Final Memory: 18M/1112M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8214644099980996351.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/jenkins8214644099980996351.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3052. Maven version is fixed in security verification code

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision eef1846fefd4d127c5e5a2ece0cf72267b7ab0d3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eef1846fefd4d127c5e5a2ece0cf72267b7ab0d3
Commit message: "BIGTOP-3052. Maven version is fixed in security verification code"
 > git rev-list --no-walk 7b37d45cbd038a027dc18863986df8971cb375e4 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.218 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.099 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.013 s
[INFO] Finished at: 2018-07-08T09:08:59Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3628396548574085171.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/jenkins3628396548574085171.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3048: Revert "BIGTOP-3001. Change uid and gid for jenkins user in

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7b37d45cbd038a027dc18863986df8971cb375e4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7b37d45cbd038a027dc18863986df8971cb375e4
Commit message: "BIGTOP-3048: Revert "BIGTOP-3001. Change uid and gid for jenkins user in bigtop-toolchain""
 > git rev-list --no-walk 9b9304abdd3025b41dd7e934cdff4534967a3391 # 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.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 151 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 556 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 115 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 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                      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 708 kB/s)
Progress (1): 2.2/53 kBProgress (2): 2.2/53 kB | 2.2/25 kBProgress (2): 5.0/53 kB | 2.2/25 kBProgress (2): 5.0/53 kB | 5.0/25 kBProgress (2): 7.7/53 kB | 5.0/25 kBProgress (2): 7.7/53 kB | 7.7/25 kBProgress (2): 10/53 kB | 7.7/25 kB Progress (2): 10/53 kB | 10/25 kB Progress (2): 13/53 kB | 10/25 kBProgress (2): 13/53 kB | 13/25 kBProgress (2): 13/53 kB | 16/25 kBProgress (2): 16/53 kB | 16/25 kBProgress (2): 16/53 kB | 19/25 kBProgress (2): 19/53 kB | 19/25 kBProgress (2): 19/53 kB | 21/25 kBProgress (2): 21/53 kB | 21/25 kBProgress (2): 21/53 kB | 24/25 kBProgress (2): 24/53 kB | 24/25 kBProgress (2): 24/53 kB | 25 kB   Progress (2): 27/53 kB | 25 kBProgress (2): 30/53 kB | 25 kBProgress (2): 32/53 kB | 25 kBProgress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 45/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 686 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.3 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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 449 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.5/12 kBProgress (1): 8.3/12 kBProgress (1): 11/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 678 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 639 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 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 549 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 747 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.361 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.223 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.328 s
[INFO] Finished at: 2018-07-04T16:17:25Z
[INFO] Final Memory: 18M/1124M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8815627757683207318.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/jenkins8815627757683207318.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3031: correct script to find lasted mvn version

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 9b9304abdd3025b41dd7e934cdff4534967a3391 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9b9304abdd3025b41dd7e934cdff4534967a3391
Commit message: "BIGTOP-3031: correct script to find lasted mvn version"
 > git rev-list --no-walk 2c3490cc3a1c564354cfeb35601452beb7e41eba # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.245 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.115 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.279 s
[INFO] Finished at: 2018-06-28T02:58:51Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3803026025927467765.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/jenkins3803026025927467765.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-3045: Remove insecure maven repository URL from gradle config

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2c3490cc3a1c564354cfeb35601452beb7e41eba (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2c3490cc3a1c564354cfeb35601452beb7e41eba
Commit message: "BIGTOP-3045: Remove insecure maven repository URL from gradle config"
 > git rev-list --no-walk 1381609af3f645b0802d0692e10e756cc5cc325c # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.138 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.083 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.628 s
[INFO] Finished at: 2018-06-13T15:29:59Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins9025636259241992554.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/jenkins9025636259241992554.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3035: Provisioner failed because init is missed in Debian-9

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 1381609af3f645b0802d0692e10e756cc5cc325c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1381609af3f645b0802d0692e10e756cc5cc325c
Commit message: "BIGTOP-3035: Provisioner failed because init is missed in Debian-9"
 > git rev-list --no-walk f993cdb6db1135e3b1a1c7f001a95c256ac0155f # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.205 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.075 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.735 s
[INFO] Finished at: 2018-06-13T02:14:13Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins782125198153677018.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/jenkins782125198153677018.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3042: HDFS TestHDFSQuota doesn't match Hadoop's definition

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H34 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f993cdb6db1135e3b1a1c7f001a95c256ac0155f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f993cdb6db1135e3b1a1c7f001a95c256ac0155f
Commit message: "BIGTOP-3042: HDFS TestHDFSQuota doesn't match Hadoop's definition"
 > git rev-list --no-walk d16afea0bf23a3a31182c9101d2a06ab7f68e2c6 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 8.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 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 588 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 91 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 572 kB/s)
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (2): 16/25 kB | 2.2/53 kBProgress (2): 19/25 kB | 2.2/53 kBProgress (2): 19/25 kB | 5.0/53 kBProgress (2): 21/25 kB | 5.0/53 kBProgress (2): 21/25 kB | 7.7/53 kBProgress (2): 24/25 kB | 7.7/53 kBProgress (2): 24/25 kB | 10/53 kB Progress (2): 25 kB | 10/53 kB   Progress (2): 25 kB | 13/53 kBProgress (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 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 552 kB/s)
Progress (1): 36/53 kBProgress (1): 40/53 kBProgress (1): 45/53 kBProgress (1): 49/53 kBProgress (1): 53 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 862 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.7/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 564 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.7/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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): 4.1/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 74 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 768 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 0.2/25 kBProgress (1): 2.9/25 kBProgress (1): 4.3/25 kBProgress (1): 7.0/25 kBProgress (1): 8.4/25 kBProgress (1): 11/25 kB Progress (1): 12/25 kBProgress (1): 15/25 kBProgress (1): 17/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 23/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 425 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 0.5/12 kBProgress (1): 3.2/12 kBProgress (1): 4.6/12 kBProgress (1): 7.3/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 399 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.7 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.362 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.286 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.838 s
[INFO] Finished at: 2018-06-12T01:19:15Z
[INFO] Final Memory: 18M/1115M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4905789997793452909.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/jenkins4905789997793452909.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3040: Solr's default configsets doesn't work with smoke test

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d16afea0bf23a3a31182c9101d2a06ab7f68e2c6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d16afea0bf23a3a31182c9101d2a06ab7f68e2c6
Commit message: "BIGTOP-3040: Solr's default configsets doesn't work with smoke test cases"
 > git rev-list --no-walk 11d46c4aaeec4d13907fcd23cb42d1f3be54c642 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.137 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.038 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.881 s
[INFO] Finished at: 2018-06-11T01:23:21Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5482403547018564790.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/jenkins5482403547018564790.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-2818: Ambari downloads jdk

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 11d46c4aaeec4d13907fcd23cb42d1f3be54c642 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11d46c4aaeec4d13907fcd23cb42d1f3be54c642
Commit message: "BIGTOP-2818: Ambari downloads jdk"
 > git rev-list --no-walk 37a400254c637fcea4e8788781033391b71285a0 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.113 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.026 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.649 s
[INFO] Finished at: 2018-06-11T01:14:36Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2873827329399120336.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/jenkins2873827329399120336.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-3044: Fix docker build command for simple sh

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 37a400254c637fcea4e8788781033391b71285a0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 37a400254c637fcea4e8788781033391b71285a0
Commit message: "BIGTOP-3044: Fix docker build command for simple sh"
 > git rev-list --no-walk 75cd3d915cf45d4a39a33a6d49a30564bdbee887 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.334 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.107 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.386 s
[INFO] Finished at: 2018-06-09T17:21:08Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins9063019713391566301.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/jenkins9063019713391566301.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-3043: Hide workaround for docker defect on aarch64 in build.sh

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H28 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 75cd3d915cf45d4a39a33a6d49a30564bdbee887 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 75cd3d915cf45d4a39a33a6d49a30564bdbee887
Commit message: "BIGTOP-3043: Hide workaround for docker defect on aarch64 in build.sh"
 > git rev-list --no-walk 980e1883a66256b904cdcd11419f5745880ec55a # 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/apache/8/apache-8.pom
Progress (1): 2.2/14 kBProgress (1): 5.0/14 kBProgress (1): 7.8/14 kBProgress (1): 11/14 kB Progress (1): 13/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 38 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.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 154 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 130 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 870 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 115 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 96 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-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/53 kBProgress (2): 2.2/53 kB | 2.2/25 kBProgress (2): 5.0/53 kB | 2.2/25 kBProgress (2): 5.0/53 kB | 5.0/25 kBProgress (2): 7.7/53 kB | 5.0/25 kBProgress (2): 7.7/53 kB | 7.7/25 kBProgress (2): 10/53 kB | 7.7/25 kB Progress (2): 10/53 kB | 10/25 kB Progress (2): 13/53 kB | 10/25 kBProgress (2): 13/53 kB | 13/25 kBProgress (2): 16/53 kB | 13/25 kBProgress (2): 16/53 kB | 16/25 kBProgress (2): 19/53 kB | 16/25 kBProgress (2): 19/53 kB | 19/25 kBProgress (2): 21/53 kB | 19/25 kBProgress (2): 21/53 kB | 21/25 kBProgress (2): 24/53 kB | 21/25 kBProgress (2): 24/53 kB | 24/25 kBProgress (2): 27/53 kB | 24/25 kBProgress (2): 27/53 kB | 25 kB   Progress (2): 30/53 kB | 25 kBProgress (2): 32/53 kB | 25 kBProgress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 45/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 540 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.1 MB/s)
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 144 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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 549 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 0.5/25 kBProgress (1): 3.3/25 kBProgress (1): 4.6/25 kBProgress (1): 7.4/25 kBProgress (1): 8.7/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 17/25 kBProgress (1): 20/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 899 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 659 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 747 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.238 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.197 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.330 s
[INFO] Finished at: 2018-06-08T19:35:14Z
[INFO] Final Memory: 21M/1158M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3934886002622216584.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/jenkins3934886002622216584.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-3037: Download maven securely

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H22 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 980e1883a66256b904cdcd11419f5745880ec55a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 980e1883a66256b904cdcd11419f5745880ec55a
Commit message: "BIGTOP-3037: Download maven securely"
 > git rev-list --no-walk 08af48ece38bc48b0552c4a4b453f0305c47c405 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Progress (1): 2.2/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 124 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.2/20 kBProgress (1): 5.0/20 kBProgress (1): 7.8/20 kBProgress (1): 11/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 606 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 122 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.2/25 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 572 kB/s)
Progress (1): 5.0/25 kBProgress (2): 5.0/25 kB | 2.2/53 kBProgress (2): 7.7/25 kB | 2.2/53 kBProgress (2): 7.7/25 kB | 5.0/53 kBProgress (2): 10/25 kB | 5.0/53 kB Progress (2): 10/25 kB | 7.7/53 kBProgress (2): 13/25 kB | 7.7/53 kBProgress (2): 13/25 kB | 10/53 kB Progress (2): 16/25 kB | 10/53 kBProgress (2): 16/25 kB | 13/53 kBProgress (2): 19/25 kB | 13/53 kBProgress (2): 21/25 kB | 13/53 kBProgress (2): 21/25 kB | 16/53 kBProgress (2): 24/25 kB | 16/53 kBProgress (2): 24/25 kB | 19/53 kBProgress (2): 25 kB | 19/53 kB   Progress (2): 25 kB | 21/53 kBProgress (2): 25 kB | 24/53 kBProgress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 45/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 686 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.2 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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 720 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.2/25 kBProgress (1): 5.0/25 kBProgress (1): 7.8/25 kBProgress (1): 11/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 824 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 747 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.404 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.194 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.259 s
[INFO] Finished at: 2018-06-06T20:56:58Z
[INFO] Final Memory: 18M/1110M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6184899578263870086.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/jenkins6184899578263870086.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3041: Failed to init hadoop hdfs using init-hdfs.sh

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 08af48ece38bc48b0552c4a4b453f0305c47c405 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 08af48ece38bc48b0552c4a4b453f0305c47c405
Commit message: "BIGTOP-3041: Failed to init hadoop hdfs using init-hdfs.sh"
 > git rev-list --no-walk 5d8f9e341c4341c9d2d8503787ea6ace157de6e5 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.390 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.422 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.823 s
[INFO] Finished at: 2018-06-06T08:05:40Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3855842582188447344.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/jenkins3855842582188447344.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3027: Wrong Leveldbjni native binary for aarch64

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H26 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 5d8f9e341c4341c9d2d8503787ea6ace157de6e5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8f9e341c4341c9d2d8503787ea6ace157de6e5
Commit message: "BIGTOP-3027: Wrong Leveldbjni native binary for aarch64"
 > git rev-list --no-walk 9467878546b5082b5e91a3bc241ed6d5d280d396 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.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/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom
Progress (1): 2.5/13 kBProgress (1): 5.3/13 kBProgress (1): 6.6/13 kBProgress (1): 9.3/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom (13 kB at 418 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 2.2/62 kBProgress (1): 5.0/62 kBProgress (1): 7.7/62 kBProgress (1): 10/62 kB Progress (1): 13/62 kBProgress (1): 16/62 kBProgress (1): 19/62 kBProgress (1): 21/62 kBProgress (1): 24/62 kBProgress (1): 27/62 kBProgress (1): 30/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
Progress (1): 4.1/4.2 kBProgress (1): 4.2 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (4.2 kB at 245 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar
Progress (1): 2.2/24 kBProgress (1): 5.0/24 kBProgress (1): 7.7/24 kBProgress (1): 10/24 kB Progress (1): 13/24 kBProgress (1): 16/24 kBProgress (1): 19/24 kBProgress (1): 21/24 kBProgress (1): 24 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (24 kB at 1.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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 250 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  1.261 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.161 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.226 s
[INFO] Finished at: 2018-06-06T07:29:55Z
[INFO] Final Memory: 25M/1238M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5012306342106530366.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/jenkins5012306342106530366.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3038: Add rollingupgrade option in hadoop-hdfs-namenode.svc

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H24 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9467878546b5082b5e91a3bc241ed6d5d280d396 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9467878546b5082b5e91a3bc241ed6d5d280d396
Commit message: "BIGTOP-3038: Add rollingupgrade option in hadoop-hdfs-namenode.svc"
 > git rev-list --no-walk 19609d135924234d96a1922dbc8defc4162c0969 # 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-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 6.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.8/20 kBProgress (1): 5.5/20 kBProgress (1): 8.3/20 kBProgress (1): 11/20 kB Progress (1): 14/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 667 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.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/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 538 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.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-plugins/14/maven-plugins-14.pom (13 kB at 660 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 2.2/62 kBProgress (1): 5.0/62 kBProgress (1): 7.7/62 kBProgress (1): 10/62 kB Progress (1): 13/62 kBProgress (1): 16/62 kBProgress (1): 19/62 kBProgress (1): 21/62 kBProgress (1): 24/62 kBProgress (1): 27/62 kBProgress (1): 30/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 45/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 1.8 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
Progress (1): 4.1/4.2 kBProgress (1): 4.2 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (4.2 kB at 245 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar
Progress (1): 2.2/24 kBProgress (1): 5.0/24 kBProgress (1): 7.7/24 kBProgress (1): 10/24 kB Progress (1): 13/24 kBProgress (1): 16/24 kBProgress (1): 19/24 kBProgress (1): 21/24 kBProgress (1): 24 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar (24 kB at 1.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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 449 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 720 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 981 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 824 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 797 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.230 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.177 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.973 s
[INFO] Finished at: 2018-06-05T16:42:44Z
[INFO] Final Memory: 18M/1110M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5475738585257833110.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/jenkins5475738585257833110.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-3036: Download gradle and groovy via TLS and do signature

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 19609d135924234d96a1922dbc8defc4162c0969 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19609d135924234d96a1922dbc8defc4162c0969
Commit message: "BIGTOP-3036: Download gradle and groovy via TLS and do signature checking on ant"
 > git rev-list --no-walk 2483b11b8e8b46284534348d9c5a511618e193ed # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.220 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.107 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.169 s
[INFO] Finished at: 2018-05-31T11:53:07Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2910340669317650751.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/jenkins2910340669317650751.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3033: Spark build on OpenSUSE is failed

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 2483b11b8e8b46284534348d9c5a511618e193ed (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2483b11b8e8b46284534348d9c5a511618e193ed
Commit message: "BIGTOP-3033: Spark build on OpenSUSE is failed"
 > git rev-list --no-walk 87c015d2a4f82ca62b87821c76e6eec3112d36a4 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.386 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.143 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.443 s
[INFO] Finished at: 2018-05-25T01:39:07Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6489956598522179955.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/jenkins6489956598522179955.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3030: Remove phantomjs dependecy in build

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 87c015d2a4f82ca62b87821c76e6eec3112d36a4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 87c015d2a4f82ca62b87821c76e6eec3112d36a4
Commit message: "BIGTOP-3030: Remove phantomjs dependecy in build"
 > git rev-list --no-walk 7a7df5d052d256397c55a8a69d3f06e24e2e99fc # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.189 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.104 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.958 s
[INFO] Finished at: 2018-05-17T01:14:18Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4605257289878724208.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/jenkins4605257289878724208.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3031: Auto find latest maven dist

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H21 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7a7df5d052d256397c55a8a69d3f06e24e2e99fc (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7a7df5d052d256397c55a8a69d3f06e24e2e99fc
Commit message: "BIGTOP-3031: Auto find latest maven dist"
 > git rev-list --no-walk 11af728bee64455f4e1081d5cd9c27b9a06c53e3 # 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.9 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 (2): 13/15 kB | 2.2/53 kBProgress (2): 15 kB | 2.2/53 kB   Progress (2): 15 kB | 5.0/53 kBProgress (2): 15 kB | 7.7/53 kBProgress (3): 15 kB | 7.7/53 kB | 2.2/25 kBProgress (3): 15 kB | 10/53 kB | 2.2/25 kB Progress (3): 15 kB | 10/53 kB | 5.0/25 kBProgress (3): 15 kB | 13/53 kB | 5.0/25 kBProgress (3): 15 kB | 13/53 kB | 7.7/25 kBProgress (3): 15 kB | 16/53 kB | 7.7/25 kBProgress (3): 15 kB | 16/53 kB | 10/25 kB Progress (3): 15 kB | 19/53 kB | 10/25 kBProgress (3): 15 kB | 19/53 kB | 13/25 kBProgress (3): 15 kB | 21/53 kB | 13/25 kBProgress (3): 15 kB | 21/53 kB | 16/25 kBProgress (3): 15 kB | 24/53 kB | 16/25 kBProgress (3): 15 kB | 24/53 kB | 19/25 kBProgress (3): 15 kB | 27/53 kB | 19/25 kBProgress (3): 15 kB | 27/53 kB | 21/25 kBProgress (3): 15 kB | 30/53 kB | 21/25 kBProgress (3): 15 kB | 30/53 kB | 24/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 437 kB/s)
Progress (2): 30/53 kB | 25 kBProgress (2): 32/53 kB | 25 kBProgress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 45/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 619 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.2 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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 481 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 823 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.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.2/22 kBProgress (1): 5.0/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 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.11/maven-failsafe-plugin-2.11.pom (13 kB at 824 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.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/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 703 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.5 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.199 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.144 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.909 s
[INFO] Finished at: 2018-05-15T06:17:32Z
[INFO] Final Memory: 18M/1112M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8442912542378410465.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/jenkins8442912542378410465.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3024: Zeppelin build is failed after Spark is bumpped to 2.2.1

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 11af728bee64455f4e1081d5cd9c27b9a06c53e3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11af728bee64455f4e1081d5cd9c27b9a06c53e3
Commit message: "BIGTOP-3024: Zeppelin build is failed after Spark is bumpped to 2.2.1"
 > git rev-list --no-walk 209d088694e9050b6e66df4aa727287ed307324c # 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.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 108 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
Progress (1): 2.2/15 kBProgress (1): 5.0/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   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 kBProgress (2): 15 kB | 16/25 kBProgress (2): 15 kB | 19/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 450 kB/s)
Progress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 619 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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 160 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 0.6/12 kBProgress (1): 3.3/12 kBProgress (1): 4.6/12 kBProgress (1): 7.4/12 kBProgress (1): 10/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 320 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 0.8/25 kBProgress (1): 3.6/25 kBProgress (1): 4.9/25 kBProgress (1): 7.7/25 kBProgress (1): 9.0/25 kBProgress (1): 12/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 17/25 kBProgress (1): 20/25 kBProgress (1): 23/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 408 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.8/22 kBProgress (1): 4.0/22 kBProgress (1): 6.7/22 kBProgress (1): 8.1/22 kBProgress (1): 11/22 kB Progress (1): 14/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.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.11/maven-failsafe-plugin-2.11.pom (13 kB at 527 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.2/48 kBProgress (1): 5.0/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 45/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.424 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.321 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.471 s
[INFO] Finished at: 2018-05-08T01:24:39Z
[INFO] Final Memory: 15M/591M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2365183403149846169.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/jenkins2365183403149846169.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-3011: zookeeper autopurge options

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > 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 209d088694e9050b6e66df4aa727287ed307324c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 209d088694e9050b6e66df4aa727287ed307324c
Commit message: "BIGTOP-3011: zookeeper autopurge options"
 > git rev-list --no-walk d3c49e07867f2912dec80291ff0a9475683292e9 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.137 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.076 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.779 s
[INFO] Finished at: 2018-05-01T04:28:17Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1786320416928336831.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/jenkins1786320416928336831.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[oflebbe] BIGTOP-3023: Bump qfs to 2.0.0

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 d3c49e07867f2912dec80291ff0a9475683292e9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d3c49e07867f2912dec80291ff0a9475683292e9
Commit message: "BIGTOP-3023: Bump qfs to 2.0.0"
 > git rev-list --no-walk 23582dc063f13b29066cb64e6eaa5d134094b8e4 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.168 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.121 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.000 s
[INFO] Finished at: 2018-04-29T16:50:36Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5633951066604538797.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/jenkins5633951066604538797.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[oflebbe] BIGTOP-3021: Remove HUE from Bigtop

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H24 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 23582dc063f13b29066cb64e6eaa5d134094b8e4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 23582dc063f13b29066cb64e6eaa5d134094b8e4
Commit message: "BIGTOP-3021: Remove HUE from Bigtop"
 > git rev-list --no-walk 5031b6635f832e736de176ae84018f071f5c4b9b # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.263 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.126 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.072 s
[INFO] Finished at: 2018-04-28T13:37:30Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2067012116383863276.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/jenkins2067012116383863276.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-2991: Bump up Spark version to 2.2.1

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 5031b6635f832e736de176ae84018f071f5c4b9b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5031b6635f832e736de176ae84018f071f5c4b9b
Commit message: "BIGTOP-2991: Bump up Spark version to 2.2.1"
 > git rev-list --no-walk c2760214a1e2430eec313ebb53f9e52311b501f3 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.178 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.071 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.761 s
[INFO] Finished at: 2018-04-26T02:05:23Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins928915226816374066.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/jenkins928915226816374066.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[oflebbe] BIGTOP-3022 Auto find of latest Ant

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H24 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c2760214a1e2430eec313ebb53f9e52311b501f3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c2760214a1e2430eec313ebb53f9e52311b501f3
Commit message: "BIGTOP-3022 Auto find of latest Ant"
 > git rev-list --no-walk d8d4408bccf6d4755927ae6b4788725661fd86ed # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.229 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.071 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.109 s
[INFO] Finished at: 2018-04-19T21:21:40Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4720769641287452396.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/jenkins4720769641287452396.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[jun.he] BIGTOP-3018:detect-javahome script has a typo in variable name

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H33 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d8d4408bccf6d4755927ae6b4788725661fd86ed (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d8d4408bccf6d4755927ae6b4788725661fd86ed
Commit message: "BIGTOP-3018:detect-javahome script has a typo in variable name"
 > git rev-list --no-walk 9ff8354313cb3d2c469022d88df129a631223f08 # 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/apache/8/apache-8.pom
Progress (1): 2.1/14 kBProgress (1): 4.9/14 kBProgress (1): 7.7/14 kBProgress (1): 10/14 kB Progress (1): 13/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.1/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 180 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.1/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 170 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.1/20 kBProgress (1): 4.9/20 kBProgress (1): 7.7/20 kBProgress (1): 10/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 1.1 MB/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-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 91 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.1/15 kBProgress (1): 4.9/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 619 kB/s)
Progress (1): 2.1/53 kBProgress (2): 2.1/53 kB | 2.1/25 kBProgress (2): 4.9/53 kB | 2.1/25 kBProgress (2): 4.9/53 kB | 4.9/25 kBProgress (2): 7.7/53 kB | 4.9/25 kBProgress (2): 7.7/53 kB | 7.7/25 kBProgress (2): 10/53 kB | 7.7/25 kB Progress (2): 10/53 kB | 10/25 kB Progress (2): 13/53 kB | 10/25 kBProgress (2): 13/53 kB | 13/25 kBProgress (2): 16/53 kB | 13/25 kBProgress (2): 16/53 kB | 16/25 kBProgress (2): 19/53 kB | 16/25 kBProgress (2): 19/53 kB | 19/25 kBProgress (2): 21/53 kB | 19/25 kBProgress (2): 21/53 kB | 21/25 kBProgress (2): 24/53 kB | 21/25 kBProgress (2): 24/53 kB | 24/25 kBProgress (2): 27/53 kB | 24/25 kBProgress (2): 27/53 kB | 25 kB   Progress (2): 30/53 kB | 25 kBProgress (2): 32/53 kB | 25 kBProgress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 44/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 540 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.1 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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.8/6.7 kBProgress (1): 5.5/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 354 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.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 549 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.1/25 kBProgress (1): 4.9/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.1/22 kBProgress (1): 4.9/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 2.8/13 kBProgress (1): 2.9/13 kBProgress (1): 5.7/13 kBProgress (1): 7.0/13 kBProgress (1): 9.8/13 kBProgress (1): 13/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom (13 kB at 694 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.8/12 kBProgress (1): 3.8/12 kBProgress (1): 6.5/12 kBProgress (1): 9.3/12 kBProgress (1): 12 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 664 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.1/48 kBProgress (1): 4.9/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 44/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.7 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.190 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.210 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.344 s
[INFO] Finished at: 2018-03-30T07:42:07Z
[INFO] Final Memory: 18M/1120M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4169460556356453128.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/jenkins4169460556356453128.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[jun.he] BIGTOP-2723:Fix asciidoctor-maven-plugin for HBase build on AArch64

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 9ff8354313cb3d2c469022d88df129a631223f08 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9ff8354313cb3d2c469022d88df129a631223f08
Commit message: "BIGTOP-2723:Fix asciidoctor-maven-plugin for HBase build on AArch64"
 > git rev-list --no-walk e9d3e3b9e9f5d702e89b21d267b9eeff53c5db8a # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.204 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.131 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.979 s
[INFO] Finished at: 2018-03-30T02:26:37Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8774843082177503368.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/jenkins8774843082177503368.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-3014: juju: use charm-env for shebangs

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 e9d3e3b9e9f5d702e89b21d267b9eeff53c5db8a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e9d3e3b9e9f5d702e89b21d267b9eeff53c5db8a
Commit message: "BIGTOP-3014: juju: use charm-env for shebangs"
 > git rev-list --no-walk 2b3331fb5cf9a81d652c09f8cf34f9db80027b63 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.197 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.107 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.155 s
[INFO] Finished at: 2018-03-25T13:34:01Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8945816490587582192.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/jenkins8945816490587582192.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-3013: kafka charm: remove bigtop_version override

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H26 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2b3331fb5cf9a81d652c09f8cf34f9db80027b63 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2b3331fb5cf9a81d652c09f8cf34f9db80027b63
Commit message: "BIGTOP-3013: kafka charm: remove bigtop_version override"
 > git rev-list --no-walk 06012e189246c1bcc111646e8963ce7b20305771 # 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.1/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.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.1/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 124 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.1/20 kBProgress (1): 4.9/20 kBProgress (1): 7.7/20 kBProgress (1): 10/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 606 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 51 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 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.1/25 kBProgress (1): 4.9/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB   Progress (2): 25 kB | 2.1/15 kBProgress (2): 25 kB | 4.9/15 kBProgress (2): 25 kB | 7.7/15 kBProgress (2): 25 kB | 10/15 kB Progress (2): 25 kB | 13/15 kBProgress (2): 25 kB | 15 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 725 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 402 kB/s)
Progress (1): 2.1/53 kBProgress (1): 4.9/53 kBProgress (1): 7.7/53 kBProgress (1): 10/53 kB Progress (1): 13/53 kBProgress (1): 16/53 kBProgress (1): 19/53 kBProgress (1): 21/53 kBProgress (1): 24/53 kBProgress (1): 27/53 kBProgress (1): 30/53 kBProgress (1): 32/53 kBProgress (1): 36/53 kBProgress (1): 40/53 kBProgress (1): 44/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 906 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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.1/6.7 kBProgress (1): 4.9/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 449 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.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/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 768 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.1/25 kBProgress (1): 4.9/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.5 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.1/22 kBProgress (1): 4.9/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 2.1/13 kBProgress (1): 4.9/13 kBProgress (1): 7.7/13 kBProgress (1): 10/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom (13 kB at 732 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 703 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.1/48 kBProgress (1): 4.9/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 44/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.3 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.181 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.151 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.159 s
[INFO] Finished at: 2018-03-12T20:46:40Z
[INFO] Final Memory: 18M/1121M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2009015587287827967.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/jenkins2009015587287827967.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-3010: juju bundle refresh (feb 2018)

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H29 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 06012e189246c1bcc111646e8963ce7b20305771 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 06012e189246c1bcc111646e8963ce7b20305771
Commit message: "BIGTOP-3010: juju bundle refresh (feb 2018)"
 > git rev-list --no-walk 4194db127d7ccd9f744e2861277220b3a11e2e3d # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.254 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.158 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.207 s
[INFO] Finished at: 2018-03-07T17:20:23Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins9027670117154852827.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/jenkins9027670117154852827.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-3005: zookeeper charm: support relation changes

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H24 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4194db127d7ccd9f744e2861277220b3a11e2e3d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4194db127d7ccd9f744e2861277220b3a11e2e3d
Commit message: "BIGTOP-3005: zookeeper charm: support relation changes"
 > git rev-list --no-walk 97d2e578b6a83ead40a0467f4793583a14bad89e # 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.1/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-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.1/15 kBProgress (1): 4.9/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB   Progress (2): 15 kB | 2.1/25 kBProgress (2): 15 kB | 4.9/25 kBProgress (3): 15 kB | 4.9/25 kB | 2.1/53 kBProgress (3): 15 kB | 7.7/25 kB | 2.1/53 kBProgress (3): 15 kB | 7.7/25 kB | 4.9/53 kBProgress (3): 15 kB | 10/25 kB | 4.9/53 kB Progress (3): 15 kB | 10/25 kB | 7.7/53 kBProgress (3): 15 kB | 13/25 kB | 7.7/53 kBProgress (3): 15 kB | 13/25 kB | 10/53 kB                                          Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 551 kB/s)
Progress (2): 16/25 kB | 10/53 kBProgress (2): 16/25 kB | 13/53 kBProgress (2): 19/25 kB | 13/53 kBProgress (2): 19/25 kB | 16/53 kBProgress (2): 21/25 kB | 16/53 kBProgress (2): 21/25 kB | 19/53 kBProgress (2): 24/25 kB | 19/53 kBProgress (2): 24/25 kB | 21/53 kBProgress (2): 25 kB | 21/53 kB   Progress (2): 25 kB | 24/53 kBProgress (2): 25 kB | 27/53 kBProgress (2): 25 kB | 30/53 kBProgress (2): 25 kB | 32/53 kBProgress (2): 25 kB | 36/53 kBProgress (2): 25 kB | 40/53 kBProgress (2): 25 kB | 44/53 kBProgress (2): 25 kB | 49/53 kBProgress (2): 25 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 705 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.3 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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.1/6.7 kBProgress (1): 4.9/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.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/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 768 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.1/25 kBProgress (1): 4.9/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.4 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.1/22 kBProgress (1): 4.9/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 744 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 2.1/13 kBProgress (1): 4.9/13 kBProgress (1): 7.7/13 kBProgress (1): 10/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom (13 kB at 628 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 362 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.1/48 kBProgress (1): 4.9/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 44/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.184 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.230 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.919 s
[INFO] Finished at: 2018-03-07T00:04:05Z
[INFO] Final Memory: 18M/1107M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins697190399577397433.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/jenkins697190399577397433.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-3007: hive pkg and charm opts for zookeeper

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 97d2e578b6a83ead40a0467f4793583a14bad89e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 97d2e578b6a83ead40a0467f4793583a14bad89e
Commit message: "BIGTOP-3007: hive pkg and charm opts for zookeeper"
 > git rev-list --no-walk c9cb18fbc1befb944669f3577625803075b9e7fe # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.146 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.032 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.756 s
[INFO] Finished at: 2018-03-05T20:03:01Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1989692472605898811.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/jenkins1989692472605898811.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3003: Ant-1.9.9 tarball is removed from Apache mirrors

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c9cb18fbc1befb944669f3577625803075b9e7fe (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c9cb18fbc1befb944669f3577625803075b9e7fe
Commit message: "BIGTOP-3003: Ant-1.9.9 tarball is removed from Apache mirrors"
 > git rev-list --no-walk 56d7077f4fb136abfdc47ddd719160c6461b2600 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.147 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.071 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.001 s
[INFO] Finished at: 2018-03-05T05:53:32Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7406793010184076448.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/jenkins7406793010184076448.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-3004: Fix HBase build failure on Debian/Fedora

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H30 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 56d7077f4fb136abfdc47ddd719160c6461b2600 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 56d7077f4fb136abfdc47ddd719160c6461b2600
Commit message: "BIGTOP-3004: Fix HBase build failure on Debian/Fedora"
 > git rev-list --no-walk 6781b266decf905c1229bf36a36af14dc988e31c # 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.1/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 7.7 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.1/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 101 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.1/20 kBProgress (1): 4.9/20 kBProgress (1): 7.7/20 kBProgress (1): 10/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 645 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 108 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 115 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.1/15 kBProgress (1): 4.9/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 572 kB/s)
Progress (1): 2.1/53 kBProgress (2): 2.1/53 kB | 2.1/25 kBProgress (2): 4.9/53 kB | 2.1/25 kBProgress (2): 4.9/53 kB | 4.9/25 kBProgress (2): 7.7/53 kB | 4.9/25 kBProgress (2): 7.7/53 kB | 7.7/25 kBProgress (2): 10/53 kB | 7.7/25 kB Progress (2): 10/53 kB | 10/25 kB Progress (2): 13/53 kB | 10/25 kBProgress (2): 13/53 kB | 13/25 kBProgress (2): 16/53 kB | 13/25 kBProgress (2): 16/53 kB | 16/25 kBProgress (2): 19/53 kB | 16/25 kBProgress (2): 19/53 kB | 19/25 kBProgress (2): 21/53 kB | 19/25 kBProgress (2): 21/53 kB | 21/25 kBProgress (2): 24/53 kB | 21/25 kBProgress (2): 24/53 kB | 24/25 kBProgress (2): 27/53 kB | 24/25 kBProgress (2): 27/53 kB | 25 kB   Progress (2): 30/53 kB | 25 kBProgress (2): 32/53 kB | 25 kBProgress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 44/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 552 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 1.1 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.6/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 418 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.6/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 44/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 2.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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): 0.5/6.7 kBProgress (1): 3.3/6.7 kBProgress (1): 6.1/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 421 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/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 720 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.8/25 kBProgress (1): 5.5/25 kBProgress (1): 8.3/25 kBProgress (1): 11/25 kB Progress (1): 14/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 22/25 kBProgress (1): 25/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.1/22 kBProgress (1): 4.9/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 1.7/13 kBProgress (1): 4.5/13 kBProgress (1): 5.8/13 kBProgress (1): 8.6/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.11/maven-failsafe-plugin-2.11.pom (13 kB at 694 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 703 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.1/48 kBProgress (1): 4.9/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 44/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.312 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.177 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.435 s
[INFO] Finished at: 2018-02-28T06:26:46Z
[INFO] Final Memory: 18M/1116M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2189898372419087058.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/jenkins2189898372419087058.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3001. Change uid and gid for jenkins user in bigtop-toolchain

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6781b266decf905c1229bf36a36af14dc988e31c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6781b266decf905c1229bf36a36af14dc988e31c
Commit message: "BIGTOP-3001. Change uid and gid for jenkins user in bigtop-toolchain"
 > git rev-list --no-walk fdd4715f97ce41acff1e77aba4194d4edcc8630c # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.157 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.027 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.733 s
[INFO] Finished at: 2018-02-28T01:37:58Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7716295099326422004.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/jenkins7716295099326422004.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[junhe] BIGTOP-3006: Add Jun He to team list

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 fdd4715f97ce41acff1e77aba4194d4edcc8630c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fdd4715f97ce41acff1e77aba4194d4edcc8630c
Commit message: "BIGTOP-3006: Add Jun He to team list"
 > git rev-list --no-walk 9333b48205ae96c896c7954633c1c8d5375580d2 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.202 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.069 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.033 s
[INFO] Finished at: 2018-02-27T08:02:17Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8328388201158446153.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/jenkins8328388201158446153.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-3002: For Kafka, it should be possible to set the broker.id

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H27 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9333b48205ae96c896c7954633c1c8d5375580d2 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9333b48205ae96c896c7954633c1c8d5375580d2
Commit message: "BIGTOP-3002: For Kafka, it should be possible to set the broker.id config and log.dirs config."
 > git rev-list --no-walk f3fc0770422027180665ad90512c9269e4841bba # 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.1/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.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 51 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (0 B at 0 B/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.1/15 kBProgress (1): 4.9/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (0 B at 0 B/s)
Progress (2): 15 kB | 2.1/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): 4.9/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 619 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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.1/6.7 kBProgress (1): 4.9/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 421 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/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 720 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.1/25 kBProgress (1): 4.9/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/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.1/22 kBProgress (1): 4.9/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 2.1/13 kBProgress (1): 4.9/13 kBProgress (1): 7.7/13 kBProgress (1): 10/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom (13 kB at 732 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 664 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.1/48 kBProgress (1): 4.9/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 44/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.187 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.173 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.003 s
[INFO] Finished at: 2018-02-24T20:50:22Z
[INFO] Final Memory: 22M/1158M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins539131401169374089.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/jenkins539131401169374089.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2922: Drop arch specific bigtop-* images

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > 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 f3fc0770422027180665ad90512c9269e4841bba (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f3fc0770422027180665ad90512c9269e4841bba
Commit message: "BIGTOP-2922: Drop arch specific bigtop-* images"
 > git rev-list 71aa6431a9f4fc09b940e9e73faf417f3fdf1c50 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.118 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.025 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.578 s
[INFO] Finished at: 2018-02-10T06:48:07Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1074620815390931767.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/jenkins1074620815390931767.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2992: Building Pig with pre-arranged Forrest

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > 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 71aa6431a9f4fc09b940e9e73faf417f3fdf1c50 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71aa6431a9f4fc09b940e9e73faf417f3fdf1c50
Commit message: "BIGTOP-2992: Building Pig with pre-arranged Forrest"
 > git rev-list 34f581e3d3e35fdee554013a13469f42f890fa23 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.159 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.108 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.892 s
[INFO] Finished at: 2018-02-10T01:47:49Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1296908685967877867.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/jenkins1296908685967877867.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2989: Support a local dir with tomcat, when download can't work

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > 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 34f581e3d3e35fdee554013a13469f42f890fa23 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 34f581e3d3e35fdee554013a13469f42f890fa23
Commit message: "BIGTOP-2989: Support a local dir with tomcat, when download can't work"
 > git rev-list c6aad207fb590e3a71d241104338bd61a0a2abc7 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.126 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.022 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.572 s
[INFO] Finished at: 2018-02-06T21:36:35Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1535582304492886631.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/jenkins1535582304492886631.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2988: Incorrect use "dnf update" in puppetize.sh

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > 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 c6aad207fb590e3a71d241104338bd61a0a2abc7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c6aad207fb590e3a71d241104338bd61a0a2abc7
Commit message: "BIGTOP-2988: Incorrect use "dnf update" in puppetize.sh"
 > git rev-list 0b3feb4fc2b47592c93b23daef84394b3da87db2 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.189 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.117 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.859 s
[INFO] Finished at: 2018-02-06T20:28:54Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8621902849477224015.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/jenkins8621902849477224015.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2912: Initialize dataset for solr smoke test

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 0b3feb4fc2b47592c93b23daef84394b3da87db2 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0b3feb4fc2b47592c93b23daef84394b3da87db2
Commit message: "BIGTOP-2912: Initialize dataset for solr smoke test"
 > git rev-list bf2091aa9a64cda91f0f7c7e0e99625973016a28 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.238 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.110 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.886 s
[INFO] Finished at: 2018-02-05T04:55:58Z
[INFO] Final Memory: 23M/1447M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins428929101933181426.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/jenkins428929101933181426.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2984. Rat check failed after BIGTOP-2698

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 bf2091aa9a64cda91f0f7c7e0e99625973016a28 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf2091aa9a64cda91f0f7c7e0e99625973016a28
Commit message: "BIGTOP-2984. Rat check failed after BIGTOP-2698"
 > git rev-list 44f4293b18f8f85c012e8581ca05eaa097b42d7c # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.356 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.103 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.305 s
[INFO] Finished at: 2018-02-04T09:40:52Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4415669103543352077.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/jenkins4415669103543352077.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2949. Add gradle task which leverage bigtop-ci/build.sh to build

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 44f4293b18f8f85c012e8581ca05eaa097b42d7c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44f4293b18f8f85c012e8581ca05eaa097b42d7c
Commit message: "BIGTOP-2949. Add gradle task which leverage bigtop-ci/build.sh to build packages"
 > git rev-list 943ea913de5ab7b6cbc4772d12e4347cd914950f # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.439 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.009 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.076 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.065 s
[INFO] Finished at: 2018-02-04T09:06:53Z
[INFO] Final Memory: 10M/241M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4424271174752635179.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/jenkins4424271174752635179.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2894 Bump hbase to 1.3.1

[ywkim] BIGTOP-2990: Upgrade Phoenix version to 4.13.1-HBase-1.3

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H29 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 943ea913de5ab7b6cbc4772d12e4347cd914950f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 943ea913de5ab7b6cbc4772d12e4347cd914950f
Commit message: "BIGTOP-2990: Upgrade Phoenix version to 4.13.1-HBase-1.3"
 > git rev-list 3f723b7d01ee2c8bbcacce8302e1fc9a7fed6905 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.445 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.448 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.946 s
[INFO] Finished at: 2018-02-03T04:14:13Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins864740967184931535.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/jenkins864740967184931535.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2974: Add puppet code to deploy SparkR package

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 3f723b7d01ee2c8bbcacce8302e1fc9a7fed6905 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f723b7d01ee2c8bbcacce8302e1fc9a7fed6905
Commit message: "BIGTOP-2974: Add puppet code to deploy SparkR package"
 > git rev-list bce41ca817efc5f716625b692429b6dcb00ad850 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.187 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.089 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.863 s
[INFO] Finished at: 2018-01-31T13:46:40Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1817910669142610942.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/jenkins1817910669142610942.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2980: Hama does not build on DEB type systems

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bce41ca817efc5f716625b692429b6dcb00ad850 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bce41ca817efc5f716625b692429b6dcb00ad850
Commit message: "BIGTOP-2980: Hama does not build on DEB type systems"
 > git rev-list 51e751f78db4a157a2dfcf893a4616e5a31f190b # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.211 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.099 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.816 s
[INFO] Finished at: 2018-01-10T17:42:16Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8656021726797867613.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/jenkins8656021726797867613.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2981: Packaging SparkR is broken due to BIGTOP-2959

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 51e751f78db4a157a2dfcf893a4616e5a31f190b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 51e751f78db4a157a2dfcf893a4616e5a31f190b
Commit message: "BIGTOP-2981: Packaging SparkR is broken due to BIGTOP-2959"
 > git rev-list 7007c026540d099ee32ec194163b3e4115540366 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.162 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.185 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.120 s
[INFO] Finished at: 2018-01-04T01:25:48Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6410149406340109641.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/jenkins6410149406340109641.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2979: JAVA_HOME inconsistent on non-x86 architectures

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7007c026540d099ee32ec194163b3e4115540366 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7007c026540d099ee32ec194163b3e4115540366
Commit message: "BIGTOP-2979: JAVA_HOME inconsistent on non-x86 architectures"
 > git rev-list 155a296b66323da39dea2e76366845926b4ed6c4 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.217 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.088 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.812 s
[INFO] Finished at: 2018-01-01T20:31:22Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8197203429113496943.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/jenkins8197203429113496943.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2978: Fix bigtop_toolchain for fedora: no epel-release necessary

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 155a296b66323da39dea2e76366845926b4ed6c4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 155a296b66323da39dea2e76366845926b4ed6c4
Commit message: "BIGTOP-2978: Fix bigtop_toolchain for fedora: no epel-release necessary"
 > git rev-list 8597be490162bb23882ea6cde06c54d18f3bdcf9 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.129 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.077 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.659 s
[INFO] Finished at: 2017-12-30T21:25:57Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8883646474586909770.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/jenkins8883646474586909770.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2976: zookeeper-rest missing dependency on lsb-base

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8597be490162bb23882ea6cde06c54d18f3bdcf9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8597be490162bb23882ea6cde06c54d18f3bdcf9
Commit message: "BIGTOP-2976: zookeeper-rest missing dependency on lsb-base"
 > git rev-list badd85ebf366a0c2a7b3c9537915cf655d06660c # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.269 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.117 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.102 s
[INFO] Finished at: 2017-12-29T14:47:38Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1959707031349197433.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/jenkins1959707031349197433.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2973: Hama packaging is broken with Hadoop 2.8+

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision badd85ebf366a0c2a7b3c9537915cf655d06660c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f badd85ebf366a0c2a7b3c9537915cf655d06660c
Commit message: "BIGTOP-2973: Hama packaging is broken with Hadoop 2.8+"
 > git rev-list 9e78a03655ee68b8a60258c2a5efd9dbe6dfac30 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.162 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.027 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.614 s
[INFO] Finished at: 2017-12-27T02:56:53Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3281762451294052761.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/jenkins3281762451294052761.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2959: Add SPARK_DIST_CLASSPATH to include libraries for HDFS and

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9e78a03655ee68b8a60258c2a5efd9dbe6dfac30 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9e78a03655ee68b8a60258c2a5efd9dbe6dfac30
Commit message: "BIGTOP-2959: Add SPARK_DIST_CLASSPATH to include libraries for HDFS and YARN"
 > git rev-list 9dd5f5a1ddd8cc391f71495c55c09fa5663059a9 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.135 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.022 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.594 s
[INFO] Finished at: 2017-12-27T02:38:18Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2560949248647256560.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/jenkins2560949248647256560.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2970: Bump Zeppelin version to 0.7.3

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9dd5f5a1ddd8cc391f71495c55c09fa5663059a9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9dd5f5a1ddd8cc391f71495c55c09fa5663059a9
Commit message: "BIGTOP-2970: Bump Zeppelin version to 0.7.3"
 > git rev-list 2ebb17d5e6fb0664fd0207aff63ed70741b9d35c # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.095 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.025 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.529 s
[INFO] Finished at: 2017-12-27T02:15:30Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7903200142065720605.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/jenkins7903200142065720605.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2969: Bump up Spark version to 2.2.0

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2ebb17d5e6fb0664fd0207aff63ed70741b9d35c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2ebb17d5e6fb0664fd0207aff63ed70741b9d35c
Commit message: "BIGTOP-2969: Bump up Spark version to 2.2.0"
 > git rev-list faa65e9357aac39e8e5671e4b8c018353cf335bb # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.589 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.116 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.381 s
[INFO] Finished at: 2017-12-27T02:15:02Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7345188765629600365.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/jenkins7345188765629600365.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2698: Build/install protobuf from source for all platforms       

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision faa65e9357aac39e8e5671e4b8c018353cf335bb (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f faa65e9357aac39e8e5671e4b8c018353cf335bb
Commit message: "BIGTOP-2698: Build/install protobuf from source for all platforms              Includes additional changes by Olaf Flebbe Signed-off-by: Olaf Flebbe <of...@oflebbe.de>"
 > git rev-list 9767c2b77e07021e20da4eaadecb6ec20a9806e6 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.181 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.024 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.707 s
[INFO] Finished at: 2017-12-26T21:03:53Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3890549131656070675.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/jenkins3890549131656070675.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2809: Support R integration for Spark

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9767c2b77e07021e20da4eaadecb6ec20a9806e6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9767c2b77e07021e20da4eaadecb6ec20a9806e6
Commit message: "BIGTOP-2809: Support R integration for Spark"
 > git rev-list 44aa7bb0f6abdd513f8a90fb78bf6ce9051cc487 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.105 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.019 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.535 s
[INFO] Finished at: 2017-12-26T14:01:40Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1562226951961336011.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/jenkins1562226951961336011.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2968: Bump Hive version to 2.3.2

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 44aa7bb0f6abdd513f8a90fb78bf6ce9051cc487 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 44aa7bb0f6abdd513f8a90fb78bf6ce9051cc487
Commit message: "BIGTOP-2968: Bump Hive version to 2.3.2"
 > git rev-list c716b12729c602ea9814670051f237161b9579b6 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.220 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.121 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.967 s
[INFO] Finished at: 2017-12-26T13:51:22Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4363196025922470279.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/jenkins4363196025922470279.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2811: Add R to toolchain for Spark and Zeppelin

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c716b12729c602ea9814670051f237161b9579b6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c716b12729c602ea9814670051f237161b9579b6
Commit message: "BIGTOP-2811: Add R to toolchain for Spark and Zeppelin"
 > git rev-list 8cf130ccfbe7bcffe8ea83ba9465cdedf89f130f # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.247 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.099 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.977 s
[INFO] Finished at: 2017-12-26T01:56:04Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5115703883686099400.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/jenkins5115703883686099400.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2898 Remove h2 pig classifier in Phoenix

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8cf130ccfbe7bcffe8ea83ba9465cdedf89f130f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8cf130ccfbe7bcffe8ea83ba9465cdedf89f130f
Commit message: "BIGTOP-2898 Remove h2 pig classifier in Phoenix"
 > git rev-list 932bfb44fe5b5a86d05c83800dd137feb7f97517 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.141 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.016 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.020 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.694 s
[INFO] Finished at: 2017-12-25T06:02:48Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3871746182059937797.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/jenkins3871746182059937797.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2899 remove h2 pig classifier in Oozie code

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 932bfb44fe5b5a86d05c83800dd137feb7f97517 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 932bfb44fe5b5a86d05c83800dd137feb7f97517
Commit message: "BIGTOP-2899 remove h2 pig classifier in Oozie code"
 > git rev-list 62e9c3ad9c7dffda839c90bbb71bc8e7f0ee6557 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.234 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.112 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.106 s
[INFO] Finished at: 2017-12-25T05:49:46Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6278163004040463704.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/jenkins6278163004040463704.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2895 Bump Pig to 0.17.0 with Hadoop-2.8

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 62e9c3ad9c7dffda839c90bbb71bc8e7f0ee6557 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 62e9c3ad9c7dffda839c90bbb71bc8e7f0ee6557
Commit message: "BIGTOP-2895 Bump Pig to 0.17.0 with Hadoop-2.8"
 > git rev-list fb26cdadd11d6b0164ac25bca7a5fb8f4d1f97cf # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.327 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.055 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.149 s
[INFO] Finished at: 2017-12-23T11:55:26Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4027916757374321898.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/jenkins4027916757374321898.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2893 Bump Hadoop to 2.8.1

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision fb26cdadd11d6b0164ac25bca7a5fb8f4d1f97cf (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb26cdadd11d6b0164ac25bca7a5fb8f4d1f97cf
Commit message: "BIGTOP-2893 Bump Hadoop to 2.8.1"
 > git rev-list 2e1795361d55c0a6f15f1bae7ff5cd6714367621 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.167 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.026 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.890 s
[INFO] Finished at: 2017-12-22T07:16:18Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7266677809658894989.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/jenkins7266677809658894989.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2957: Upgrade YCSB to 0.12.0

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2e1795361d55c0a6f15f1bae7ff5cd6714367621 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2e1795361d55c0a6f15f1bae7ff5cd6714367621
Commit message: "BIGTOP-2957: Upgrade YCSB to 0.12.0"
 > git rev-list 093d38659969cc520a856874fb6d058dfe866880 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.181 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.111 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.123 s
[INFO] Finished at: 2017-12-19T01:53:37Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2716397084157199121.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/jenkins2716397084157199121.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2810: Support R integration for Zeppelin

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 093d38659969cc520a856874fb6d058dfe866880 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 093d38659969cc520a856874fb6d058dfe866880
Commit message: "BIGTOP-2810: Support R integration for Zeppelin"
 > git rev-list 7acce75fab8eb8acf168f43bcabfddf75209fd08 # 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.1/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.1/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 91 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.1/20 kBProgress (1): 4.9/20 kBProgress (1): 7.7/20 kBProgress (1): 10/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 715 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 115 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 91 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.1/15 kBProgress (1): 4.9/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 619 kB/s)
Progress (1): 2.1/53 kBProgress (1): 4.9/53 kBProgress (1): 7.7/53 kBProgress (1): 10/53 kB Progress (2): 10/53 kB | 2.1/25 kBProgress (2): 13/53 kB | 2.1/25 kBProgress (2): 13/53 kB | 4.9/25 kBProgress (2): 16/53 kB | 4.9/25 kBProgress (2): 16/53 kB | 7.7/25 kBProgress (2): 19/53 kB | 7.7/25 kBProgress (2): 19/53 kB | 10/25 kB Progress (2): 21/53 kB | 10/25 kBProgress (2): 21/53 kB | 13/25 kBProgress (2): 24/53 kB | 13/25 kBProgress (2): 24/53 kB | 16/25 kBProgress (2): 27/53 kB | 16/25 kBProgress (2): 27/53 kB | 19/25 kBProgress (2): 30/53 kB | 19/25 kBProgress (2): 30/53 kB | 21/25 kBProgress (2): 32/53 kB | 21/25 kBProgress (2): 32/53 kB | 24/25 kBProgress (2): 32/53 kB | 25 kB   Progress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 44/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 834 kB/s)
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 391 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 2.1/11 kBProgress (1): 4.9/11 kBProgress (1): 7.7/11 kBProgress (1): 10/11 kB Progress (1): 11 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 664 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 2.1/62 kBProgress (1): 4.9/62 kBProgress (1): 7.7/62 kBProgress (1): 10/62 kB Progress (1): 13/62 kBProgress (1): 16/62 kBProgress (1): 19/62 kBProgress (1): 21/62 kBProgress (1): 24/62 kBProgress (1): 27/62 kBProgress (1): 30/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 44/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 2.7 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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): 4.1/6.7 kBProgress (1): 6.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom (6.7 kB at 421 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
Progress (1): 2.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/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 720 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.1/25 kBProgress (1): 4.9/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.5 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.1/22 kBProgress (1): 4.9/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 2.1/13 kBProgress (1): 4.9/13 kBProgress (1): 7.7/13 kBProgress (1): 10/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom (13 kB at 879 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 854 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.1/48 kBProgress (1): 4.9/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 44/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 2.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.252 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.152 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.831 s
[INFO] Finished at: 2017-12-15T03:34:38Z
[INFO] Final Memory: 18M/1125M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1209129995485666803.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/jenkins1209129995485666803.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2958: Tez should use appropriate profile for Hadoop shims

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7acce75fab8eb8acf168f43bcabfddf75209fd08 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7acce75fab8eb8acf168f43bcabfddf75209fd08
Commit message: "BIGTOP-2958: Tez should use appropriate profile for Hadoop shims"
 > git rev-list a72e6514d89adca7b38374a2ac51093205b2b63e # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.240 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.099 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.000 s
[INFO] Finished at: 2017-12-13T17:33:20Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4571240560361704384.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/jenkins4571240560361704384.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2906: Failed to start solr-server service using bigtop-deploy

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a72e6514d89adca7b38374a2ac51093205b2b63e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a72e6514d89adca7b38374a2ac51093205b2b63e
Commit message: "BIGTOP-2906: Failed to start solr-server service using bigtop-deploy"
 > git rev-list 0e7029fd7d2b0e21dbd8c0a092a708d1c53125ef # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.326 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.182 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.743 s
[INFO] Finished at: 2017-12-12T03:16:06Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1500175812850441117.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/jenkins1500175812850441117.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[cos] BIGTOP-2917: Ignite smoke test failed with JDK8

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 0e7029fd7d2b0e21dbd8c0a092a708d1c53125ef (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0e7029fd7d2b0e21dbd8c0a092a708d1c53125ef
Commit message: "BIGTOP-2917: Ignite smoke test failed with JDK8"
 > git rev-list 6431a031e79d8293432f55f6d462d8d9c2ca8824 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.153 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.088 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.011 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.899 s
[INFO] Finished at: 2017-12-11T13:09:33Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins4954809615998261896.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/jenkins4954809615998261896.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2951: disable dh_strip_nondeterminism to get oozie built on

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6431a031e79d8293432f55f6d462d8d9c2ca8824 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6431a031e79d8293432f55f6d462d8d9c2ca8824
Commit message: "BIGTOP-2951: disable dh_strip_nondeterminism to get oozie built on Debian 9"
 > git rev-list e93f7e8ea7525f7072f67fd51ab8c7c0af503667 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.095 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.020 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.443 s
[INFO] Finished at: 2017-12-04T21:20:17Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2913978631481910923.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/jenkins2913978631481910923.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2952: Hue is not buildable with OpenSSL 1.1

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e93f7e8ea7525f7072f67fd51ab8c7c0af503667 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e93f7e8ea7525f7072f67fd51ab8c7c0af503667
Commit message: "BIGTOP-2952: Hue is not buildable with OpenSSL 1.1"
 > git rev-list 840ead997ac6cdff9511b1a63f3cf807995cdfd9 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.219 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.143 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.000 s
[INFO] Finished at: 2017-12-04T21:15:21Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3504288962563169812.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/jenkins3504288962563169812.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2946: make hue buildable on Debian 9 'stretch'

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 840ead997ac6cdff9511b1a63f3cf807995cdfd9 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 840ead997ac6cdff9511b1a63f3cf807995cdfd9
Commit message: "BIGTOP-2946: make hue buildable on Debian 9 'stretch'"
 > git rev-list cf2ca016e89827a1d69b3e91171a78d2326df780 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.081 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.018 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.426 s
[INFO] Finished at: 2017-12-03T15:28:43Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7416190382845604797.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/jenkins7416190382845604797.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2944: Update hbase and fix compilation issue

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision cf2ca016e89827a1d69b3e91171a78d2326df780 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cf2ca016e89827a1d69b3e91171a78d2326df780
Commit message: "BIGTOP-2944: Update hbase and fix compilation issue"
 > git rev-list be9a183b4db8f183c14cc9a4ed853cf7bbbab2e5 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.240 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.100 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.154 s
[INFO] Finished at: 2017-12-03T15:17:21Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins3516823579378644825.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/jenkins3516823579378644825.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2911: Set solr service ports to default 8983/8984

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision be9a183b4db8f183c14cc9a4ed853cf7bbbab2e5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be9a183b4db8f183c14cc9a4ed853cf7bbbab2e5
Commit message: "BIGTOP-2911: Set solr service ports to default 8983/8984"
 > git rev-list 2cb431e68dab5d5cccbf902dde69c63fbea59717 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.225 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.004 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.059 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.845 s
[INFO] Finished at: 2017-11-30T02:24:00Z
[INFO] Final Memory: 23M/1449M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2729921197701684958.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/jenkins2729921197701684958.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2950. BIGTOP-2869 breaks RAT check

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2cb431e68dab5d5cccbf902dde69c63fbea59717 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2cb431e68dab5d5cccbf902dde69c63fbea59717
Commit message: "BIGTOP-2950. BIGTOP-2869 breaks RAT check"
 > git rev-list b730693150a4a075539961de444d8d367713f8d8 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.255 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.080 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.255 s
[INFO] Finished at: 2017-11-29T15:15:34Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8412618025744838894.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/jenkins8412618025744838894.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2869: Bump solr to v6.6.0

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b730693150a4a075539961de444d8d367713f8d8 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b730693150a4a075539961de444d8d367713f8d8
Commit message: "BIGTOP-2869: Bump solr to v6.6.0"
 > git rev-list 925749d8d173721f7f6a20219c8bbb855e39af85 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.146 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.318 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.216 s
[INFO] Finished at: 2017-11-26T16:34:50Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5775880993767507995.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/jenkins5775880993767507995.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2943: hbase does not compile with maven-3.5.2

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 925749d8d173721f7f6a20219c8bbb855e39af85 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 925749d8d173721f7f6a20219c8bbb855e39af85
Commit message: "BIGTOP-2943: hbase does not compile with maven-3.5.2"
 > git rev-list 269be3f12ca514c39ba8a97a7df1b131286408b6 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.194 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.006 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.077 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.814 s
[INFO] Finished at: 2017-11-25T21:33:13Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2455158084037533844.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/jenkins2455158084037533844.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2938: Hadoop can not be built under Debian 9 due to wrong

[of] BIGTOP-2942:update tez to 0.9

[of] BIGTOP-2681: Add %config directive for tez-site.xml

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 269be3f12ca514c39ba8a97a7df1b131286408b6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 269be3f12ca514c39ba8a97a7df1b131286408b6
Commit message: "BIGTOP-2681: Add %config directive for tez-site.xml"
 > git rev-list 406fa089275aca37f48d8d907bdba46164bb5a7f # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.146 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.073 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.692 s
[INFO] Finished at: 2017-11-25T18:43:22Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8779840090454716664.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/jenkins8779840090454716664.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2932: Patch to compile with openssl 1.1 (HADOOP-14597)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 406fa089275aca37f48d8d907bdba46164bb5a7f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 406fa089275aca37f48d8d907bdba46164bb5a7f
Commit message: "BIGTOP-2932: Patch to compile with openssl 1.1 (HADOOP-14597)"
 > git rev-list a8f8a063101cb2ec1e6e7ed3e1af4253b9b2b64b # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.147 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.088 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.766 s
[INFO] Finished at: 2017-11-22T21:07:18Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins606852372380197667.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/jenkins606852372380197667.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2935: provisioner: Use proper command line depending on puppet

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a8f8a063101cb2ec1e6e7ed3e1af4253b9b2b64b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a8f8a063101cb2ec1e6e7ed3e1af4253b9b2b64b
Commit message: "BIGTOP-2935: provisioner: Use proper command line depending on puppet version"
 > git rev-list 7567b884cd114f9be3416b26088acd3a6a495f78 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.202 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.008 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.067 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.784 s
[INFO] Finished at: 2017-11-22T17:07:39Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins8897108698633523194.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/jenkins8897108698633523194.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2936: Add RedHat default Java install location to detection

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7567b884cd114f9be3416b26088acd3a6a495f78 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7567b884cd114f9be3416b26088acd3a6a495f78
Commit message: "BIGTOP-2936: Add RedHat default Java install location to detection script"
 > git rev-list 8d0cdf5cdbd5c814443426740dc92bd2d4f8c4a4 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.224 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.139 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.922 s
[INFO] Finished at: 2017-11-22T07:10:09Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins2059071510070104382.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/jenkins2059071510070104382.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2891. Download page must link to ASF mirrors

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 8d0cdf5cdbd5c814443426740dc92bd2d4f8c4a4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8d0cdf5cdbd5c814443426740dc92bd2d4f8c4a4
Commit message: "BIGTOP-2891. Download page must link to ASF mirrors"
 > git rev-list ae08802360f4edea5630b82327eaa91a5889350a # 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/apache/8/apache-8.pom
Progress (1): 2.1/14 kBProgress (1): 4.9/14 kBProgress (1): 7.7/14 kBProgress (1): 10/14 kB Progress (1): 13/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 34 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.pom
Progress (1): 2.1/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 173 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.1/2.7 kBProgress (1): 2.7 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.6/wagon-providers-2.6.pom (2.7 kB at 151 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.8/20 kBProgress (1): 5.5/20 kBProgress (1): 8.3/20 kBProgress (1): 11/20 kB Progress (1): 14/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 953 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
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.1/15 kBProgress (1): 4.9/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 595 kB/s)
Progress (1): 2.1/53 kBProgress (1): 4.9/53 kBProgress (1): 7.7/53 kBProgress (1): 10/53 kB Progress (1): 13/53 kBProgress (1): 16/53 kBProgress (2): 16/53 kB | 2.1/25 kBProgress (2): 19/53 kB | 2.1/25 kBProgress (2): 19/53 kB | 4.9/25 kBProgress (2): 21/53 kB | 4.9/25 kBProgress (2): 21/53 kB | 7.7/25 kBProgress (2): 24/53 kB | 7.7/25 kBProgress (2): 24/53 kB | 10/25 kB Progress (2): 27/53 kB | 10/25 kBProgress (2): 27/53 kB | 13/25 kBProgress (2): 30/53 kB | 13/25 kBProgress (2): 30/53 kB | 16/25 kBProgress (2): 32/53 kB | 16/25 kBProgress (2): 32/53 kB | 19/25 kBProgress (2): 32/53 kB | 21/25 kBProgress (2): 32/53 kB | 24/25 kBProgress (2): 36/53 kB | 24/25 kBProgress (2): 36/53 kB | 25 kB   Progress (2): 40/53 kB | 25 kBProgress (2): 44/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 363 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 720 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.6/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 470 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom
Progress (1): 4.1/13 kBProgress (1): 7.6/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom (13 kB at 627 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.6/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 44/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 2.4 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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): 4.1/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 354 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.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/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.1/25 kBProgress (1): 4.9/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.1/22 kBProgress (1): 4.9/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 1.9/13 kBProgress (1): 4.7/13 kBProgress (1): 6.0/13 kBProgress (1): 8.8/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom (13 kB at 628 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 703 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.1/48 kBProgress (1): 4.9/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 44/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.208 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.200 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.337 s
[INFO] Finished at: 2017-11-21T01:57:46Z
[INFO] Final Memory: 21M/1158M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7808040502599000393.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/jenkins7808040502599000393.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2930: sqoop fedora26 : rsync missing

[of] BIGTOP-2934: Consolidate puppet usage by installing puppet from distro

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ae08802360f4edea5630b82327eaa91a5889350a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ae08802360f4edea5630b82327eaa91a5889350a
Commit message: "BIGTOP-2934: Consolidate puppet usage by installing puppet from distro"
 > git rev-list e92f21ac3353c7edfa3e14a2147c6c920c3da133 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.136 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.156 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.809 s
[INFO] Finished at: 2017-11-19T21:49:49Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins1587913694527940260.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/jenkins1587913694527940260.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2925. Missing license header for .travis.yml

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e92f21ac3353c7edfa3e14a2147c6c920c3da133 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e92f21ac3353c7edfa3e14a2147c6c920c3da133
Commit message: "BIGTOP-2925. Missing license header for .travis.yml"
 > git rev-list 931c31317e91814c45eb20a51b9c00e2c422b8f8 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.724 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.746 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.609 s
[INFO] Finished at: 2017-11-19T08:46:33Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins867053742946266105.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/jenkins867053742946266105.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2929: Fix typo in opensuse version name

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H29 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 931c31317e91814c45eb20a51b9c00e2c422b8f8 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 931c31317e91814c45eb20a51b9c00e2c422b8f8
Commit message: "BIGTOP-2929: Fix typo in opensuse version name"
 > git rev-list 1c29856d0f6b0c416a36f90b41fbf5bab88b7fdd # 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/apache/8/apache-8.pom
Progress (1): 2.1/14 kBProgress (1): 4.9/14 kBProgress (1): 7.7/14 kBProgress (1): 10/14 kB Progress (1): 13/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/8/apache-8.pom (14 kB at 35 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.pom
Progress (1): 2.1/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 196 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.1/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 170 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom
Progress (1): 2.1/20 kBProgress (1): 4.9/20 kBProgress (1): 7.7/20 kBProgress (1): 10/20 kB Progress (1): 13/20 kBProgress (1): 16/20 kBProgress (1): 19/20 kBProgress (1): 20 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.6/wagon-2.6.pom (20 kB at 770 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 68 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.pom (1.7 kB at 115 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.1/15 kBProgress (1): 4.9/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 708 kB/s)
Progress (1): 2.1/53 kBProgress (1): 4.9/53 kBProgress (1): 7.7/53 kBProgress (1): 10/53 kB Progress (2): 10/53 kB | 2.1/25 kBProgress (2): 13/53 kB | 2.1/25 kBProgress (2): 13/53 kB | 4.9/25 kBProgress (2): 13/53 kB | 7.7/25 kBProgress (2): 16/53 kB | 7.7/25 kBProgress (2): 16/53 kB | 10/25 kB Progress (2): 19/53 kB | 10/25 kBProgress (2): 19/53 kB | 13/25 kBProgress (2): 21/53 kB | 13/25 kBProgress (2): 24/53 kB | 13/25 kBProgress (2): 24/53 kB | 16/25 kBProgress (2): 27/53 kB | 16/25 kBProgress (2): 27/53 kB | 19/25 kBProgress (2): 30/53 kB | 19/25 kBProgress (2): 30/53 kB | 21/25 kBProgress (2): 32/53 kB | 21/25 kBProgress (2): 32/53 kB | 24/25 kBProgress (2): 32/53 kB | 25 kB   Progress (2): 36/53 kB | 25 kBProgress (2): 40/53 kB | 25 kBProgress (2): 44/53 kB | 25 kBProgress (2): 49/53 kB | 25 kBProgress (2): 53 kB | 25 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 453 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (53 kB at 906 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom
Progress (1): 4.1/11 kBProgress (1): 7.6/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.pom (11 kB at 594 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom
Progress (1): 4.1/13 kBProgress (1): 7.6/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom (13 kB at 737 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar
Progress (1): 4.1/62 kBProgress (1): 7.6/62 kBProgress (1): 12/62 kB Progress (1): 16/62 kBProgress (1): 20/62 kBProgress (1): 24/62 kBProgress (1): 28/62 kBProgress (1): 32/62 kBProgress (1): 36/62 kBProgress (1): 40/62 kBProgress (1): 44/62 kBProgress (1): 49/62 kBProgress (1): 53/62 kBProgress (1): 57/62 kBProgress (1): 61/62 kBProgress (1): 62 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.1/maven-remote-resources-plugin-1.1.jar (62 kB at 2.3 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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): 4.1/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.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom (12 kB at 606 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.1/25 kBProgress (1): 4.9/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
Progress (1): 2.1/22 kBProgress (1): 4.9/22 kBProgress (1): 7.7/22 kBProgress (1): 10/22 kB Progress (1): 13/22 kBProgress (1): 16/22 kBProgress (1): 19/22 kBProgress (1): 21/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 1.9/13 kBProgress (1): 4.7/13 kBProgress (1): 6.0/13 kBProgress (1): 8.8/13 kBProgress (1): 12/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom (13 kB at 694 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 2.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 703 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.1/48 kBProgress (1): 4.9/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 44/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.223 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.005 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.193 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.194 s
[INFO] Finished at: 2017-11-15T21:53:06Z
[INFO] Final Memory: 18M/1117M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins6089543738378588334.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/jenkins6089543738378588334.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2928: Fix typo in Ubuntu/Debian maria db package name

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 1c29856d0f6b0c416a36f90b41fbf5bab88b7fdd (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1c29856d0f6b0c416a36f90b41fbf5bab88b7fdd
Commit message: "BIGTOP-2928: Fix typo in Ubuntu/Debian maria db package name"
 > git rev-list 6fbd309e305a01e15b0c59ed80ae6fa9e16a052e # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.090 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.020 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.458 s
[INFO] Finished at: 2017-11-15T20:26:38Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7201777562082707574.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/jenkins7201777562082707574.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2927: Fix typo in Fedora ppc64le Dockerfile

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6fbd309e305a01e15b0c59ed80ae6fa9e16a052e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6fbd309e305a01e15b0c59ed80ae6fa9e16a052e
Commit message: "BIGTOP-2927: Fix typo in Fedora ppc64le Dockerfile"
 > git rev-list b7300f10f0128324fa9a9240cabecc15580efe90 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.268 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.003 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.108 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.665 s
[INFO] Finished at: 2017-11-15T20:23:25Z
[INFO] Final Memory: 11M/304M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins7379028576318951442.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/jenkins7379028576318951442.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2926: introduce bigtop version into bigtop/puppet images

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b7300f10f0128324fa9a9240cabecc15580efe90 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b7300f10f0128324fa9a9240cabecc15580efe90
Commit message: "BIGTOP-2926: introduce bigtop version into bigtop/puppet images"
 > git rev-list da63141dd80ce5687a85c2135ded9e5af986ccd6 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom
Progress (1): 2.2/4.3 kBProgress (1): 4.3 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.pom (4.3 kB at 7.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom
Progress (1): 1.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.pom (1.8 kB at 68 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar
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.1/15 kBProgress (1): 4.9/15 kBProgress (1): 7.7/15 kBProgress (1): 10/15 kB Progress (1): 13/15 kBProgress (1): 15 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-external/2.6/wagon-ssh-external-2.6.jar (15 kB at 551 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.6/wagon-provider-api-2.6.jar (0 B at 0 B/s)
Progress (1): 2.1/25 kBProgress (1): 4.9/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.6/wagon-ssh-common-2.6.jar (25 kB at 379 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
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.1/6.7 kBProgress (1): 4.9/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.1/12 kBProgress (1): 4.9/12 kBProgress (1): 7.7/12 kBProgress (1): 10/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 256 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
Progress (1): 2.1/25 kBProgress (1): 4.9/25 kBProgress (1): 7.7/25 kBProgress (1): 10/25 kB Progress (1): 13/25 kBProgress (1): 16/25 kBProgress (1): 19/25 kBProgress (1): 21/25 kBProgress (1): 24/25 kBProgress (1): 25 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom (25 kB at 639 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.1/22 kBProgress (1): 4.9/22 kBProgress (1): 7.6/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 502 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom
Progress (1): 2.1/13 kBProgress (1): 4.9/13 kBProgress (1): 7.7/13 kBProgress (1): 10/13 kB Progress (1): 13 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.pom (13 kB at 471 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom
Progress (1): 1.3/12 kBProgress (1): 4.1/12 kBProgress (1): 6.8/12 kBProgress (1): 9.6/12 kBProgress (1): 12 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.11/surefire-2.11.pom (12 kB at 443 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar
Progress (1): 2.1/48 kBProgress (1): 4.9/48 kBProgress (1): 7.7/48 kBProgress (1): 10/48 kB Progress (1): 13/48 kBProgress (1): 16/48 kBProgress (1): 19/48 kBProgress (1): 21/48 kBProgress (1): 24/48 kBProgress (1): 27/48 kBProgress (1): 30/48 kBProgress (1): 32/48 kBProgress (1): 36/48 kBProgress (1): 40/48 kBProgress (1): 44/48 kBProgress (1): 48 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.11/maven-failsafe-plugin-2.11.jar (48 kB at 1.3 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.236 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.008 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.371 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.633 s
[INFO] Finished at: 2017-11-15T19:45:37Z
[INFO] Final Memory: 13M/246M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins100396542995700242.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/jenkins100396542995700242.sh: line 4: mvn: command not found
Build step 'Execute shell' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2924. Bring back 1.2.1 changes into master

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision da63141dd80ce5687a85c2135ded9e5af986ccd6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f da63141dd80ce5687a85c2135ded9e5af986ccd6
Commit message: "BIGTOP-2924. Bring back 1.2.1 changes into master"
 > git rev-list 91e0670dbe0bee45e685c12efdb4e37b613aa235 # 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
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ stacks-common ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smoke-tests-conf ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ package-smoke-execution ---
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building bigtop-smokes 1.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ bigtop-test-execution ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common ........................... SUCCESS [  0.097 s]
[INFO] smoke-tests-conf ................................... SUCCESS [  0.002 s]
[INFO] packagesmokes ...................................... SUCCESS [  0.038 s]
[INFO] bigtop-smokes ...................................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.538 s
[INFO] Finished at: 2017-11-14T15:07:58Z
[INFO] Final Memory: 10M/241M
[INFO] ------------------------------------------------------------------------
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/jenkins5262445495779538261.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ /home/jenkins/tools/maven/apache-Maven 3.0.4/bin/mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
/tmp/jenkins5262445495779538261.sh: line 4: /home/jenkins/tools/maven/apache-Maven: No such file or directory
Build step 'Execute shell' marked build as failure

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

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

Changes:

[of] BIGTOP-2918: Update distributions for Bigtop-1.3

[of] BIGTOP-2634: package perl-Env does not exist in centos-6

[of] BIGTOP-2919: Update maven to 3.5.2

[of] BIGTOP-2920: Cleanup puppet recipies: remove deprecated platforms

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 91e0670dbe0bee45e685c12efdb4e37b613aa235 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 91e0670dbe0bee45e685c12efdb4e37b613aa235
Commit message: "BIGTOP-2920: Cleanup puppet recipies: remove deprecated platforms"
 > git rev-list e1088c3378003fe34edd76f3ffed4fe57cd6d124 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[of] BIGTOP-2916: fix deprecated gradle syntax

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e1088c3378003fe34edd76f3ffed4fe57cd6d124 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1088c3378003fe34edd76f3ffed4fe57cd6d124
Commit message: "BIGTOP-2916: fix deprecated gradle syntax"
 > git rev-list f73171adc158b2fe2476903056e58dbd581e9b26 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[of] BIGTOP-2915: Some files are missing ALv2 header

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f73171adc158b2fe2476903056e58dbd581e9b26 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f73171adc158b2fe2476903056e58dbd581e9b26
Commit message: "BIGTOP-2915: Some files are missing ALv2 header"
 > git rev-list 43de363995b306024b96015848f089d529b2cc11 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2910: zeppelin charm: support bigtop upgrade

[afsanjar] BIGTOP-2909: ppc64le: Zeppelin 0.7.2 build is failing

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 43de363995b306024b96015848f089d529b2cc11 (origin/master)
Commit message: "BIGTOP-2909: ppc64le: Zeppelin 0.7.2 build is failing"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 43de363995b306024b96015848f089d529b2cc11
 > git rev-list 08aa3a267aff2605a06e27c23368e5c17115b122 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2908: use giraph-examples.jar from giraph-doc

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 08aa3a267aff2605a06e27c23368e5c17115b122 (origin/master)
Commit message: "BIGTOP-2908: use giraph-examples.jar from giraph-doc"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 08aa3a267aff2605a06e27c23368e5c17115b122
 > git rev-list b822a6c8ed77511d07bf512ba963b555e5fdff63 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[afsanjar] BIGTOP-2907: upgrading Ambari from 2.5.0 to 2.5.2

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b822a6c8ed77511d07bf512ba963b555e5fdff63 (origin/master)
Commit message: "BIGTOP-2907: upgrading Ambari from 2.5.0 to 2.5.2"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b822a6c8ed77511d07bf512ba963b555e5fdff63
 > git rev-list eb7506a52cda55c6d78852934ef62de1d7de900b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2903: update protobuf url for fedora/ppc64le

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision eb7506a52cda55c6d78852934ef62de1d7de900b (origin/master)
Commit message: "BIGTOP-2903: update protobuf url for fedora/ppc64le"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eb7506a52cda55c6d78852934ef62de1d7de900b
 > git rev-list fc1205604722ae2eb17f15e68bcdb96546272fc5 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[cos] BIGTOP-2865: HBase smoke test implementation

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H25 (couchdbtest ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision fc1205604722ae2eb17f15e68bcdb96546272fc5 (origin/master)
Commit message: "BIGTOP-2865: HBase smoke test implementation"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fc1205604722ae2eb17f15e68bcdb96546272fc5
 > git rev-list feaf5fdb214f16ace74311db6ce42be5846a4aab # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2890. Download page must not link to snapshots / nightly builds

[evansye] BIGTOP-2891. Download page must link to ASF mirrors

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision feaf5fdb214f16ace74311db6ce42be5846a4aab (origin/master)
Commit message: "BIGTOP-2891. Download page must link to ASF mirrors"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f feaf5fdb214f16ace74311db6ce42be5846a4aab
 > git rev-list cb2744d1280519d45c658123b102c5e538029493 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] Fix zeppelin under Centos7

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision cb2744d1280519d45c658123b102c5e538029493 (origin/master)
Commit message: "Fix zeppelin under Centos7"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cb2744d1280519d45c658123b102c5e538029493
 > git rev-list d660b81c7cd2eea7d31388d354121a2d067d684b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2889. Remove HADOOP_HOME_WARN_SUPPRESS setting.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on qnode3 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d660b81c7cd2eea7d31388d354121a2d067d684b (origin/master)
Commit message: "BIGTOP-2889. Remove HADOOP_HOME_WARN_SUPPRESS setting."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d660b81c7cd2eea7d31388d354121a2d067d684b
 > git rev-list e18add27f1042351e698f69e1e3ade8bddeed7d9 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2877. Drop Kite packaging

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on qnode3 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e18add27f1042351e698f69e1e3ade8bddeed7d9 (origin/master)
Commit message: "BIGTOP-2877. Drop Kite packaging"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e18add27f1042351e698f69e1e3ade8bddeed7d9
 > git rev-list 666a41800fbb061826f7539dd27810910639ad38 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file:
   /tmp/hsperfdata_jenkins/20351
Try using the -Djava.io.tmpdir= option to select an alternate temp location.

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[rvs] BIGTOP-2881. Greenpulm 5.0 got released - lets switch the Bigtop to it

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 666a41800fbb061826f7539dd27810910639ad38 (origin/master)
Commit message: "BIGTOP-2881. Greenpulm 5.0 got released - lets switch the Bigtop to it"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 666a41800fbb061826f7539dd27810910639ad38
 > git rev-list 03050b2f8b604ef71713bb9cddf0cadd0a1f7c5f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[rvs] BIGTOP-2881. Greenpulm 5.0 got released - lets switch the Bigtop to it

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 03050b2f8b604ef71713bb9cddf0cadd0a1f7c5f (origin/master)
Commit message: "BIGTOP-2881. Greenpulm 5.0 got released - lets switch the Bigtop to it"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03050b2f8b604ef71713bb9cddf0cadd0a1f7c5f
 > git rev-list 9ded40b9766de8815845aa02a57e9265d4e4b683 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[rvs] BIGTOP-2881. Greenpulm 5.0 got released - lets switch the Bigtop to it

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9ded40b9766de8815845aa02a57e9265d4e4b683 (origin/master)
Commit message: "BIGTOP-2881. Greenpulm 5.0 got released - lets switch the Bigtop to it"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9ded40b9766de8815845aa02a57e9265d4e4b683
 > git rev-list c90b9cf0759c295203e2994d687cf3226099fc0c # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[rvs] BIGTOP-2881. Greenpulm 5.0 got released - lets switch the Bigtop to it

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c90b9cf0759c295203e2994d687cf3226099fc0c (origin/master)
Commit message: "BIGTOP-2881. Greenpulm 5.0 got released - lets switch the Bigtop to it"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c90b9cf0759c295203e2994d687cf3226099fc0c
 > git rev-list a9c37bdc6a732bdc2f36981073214a321c42dccf # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[cos] BIGTOP-2878 : Download task does not work for git repositories

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a9c37bdc6a732bdc2f36981073214a321c42dccf (origin/master)
Commit message: "BIGTOP-2878 : Download task does not work for git repositories"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9c37bdc6a732bdc2f36981073214a321c42dccf
 > git rev-list 999e7349990a24551be4a2eaa415e80dc0e5e51e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2874: juju bundle refresh (august 2017)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on qnode3 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 999e7349990a24551be4a2eaa415e80dc0e5e51e (origin/master)
Commit message: "BIGTOP-2874: juju bundle refresh (august 2017)"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 999e7349990a24551be4a2eaa415e80dc0e5e51e
 > git rev-list d21a37a2c0a56393a30d994ec76f15a96799223e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2875: giraph charm: update metadata/readme

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d21a37a2c0a56393a30d994ec76f15a96799223e (origin/master)
Commit message: "BIGTOP-2875: giraph charm: update metadata/readme"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d21a37a2c0a56393a30d994ec76f15a96799223e
 > git rev-list ad226a06a994628bb20361724a29f73be22f806d # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2867: spark charm: make bigtop version configurable

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ad226a06a994628bb20361724a29f73be22f806d (origin/master)
Commit message: "BIGTOP-2867: spark charm: make bigtop version configurable"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad226a06a994628bb20361724a29f73be22f806d
 > git rev-list d210cbb246d9785b465d310f4f953b97e6df4a9e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[rvs] BIGTOP-2873. A few cosmetic changes to run_itest.sh output

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d210cbb246d9785b465d310f4f953b97e6df4a9e (origin/master)
Commit message: "BIGTOP-2873. A few cosmetic changes to run_itest.sh output"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d210cbb246d9785b465d310f4f953b97e6df4a9e
 > git rev-list 6ede02d43eabfcd438361f1cec2e2c24b648fc1f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2872:Replace aarch64 orgnanization with the more-specific arm64v8

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6ede02d43eabfcd438361f1cec2e2c24b648fc1f (origin/master)
Commit message: "BIGTOP-2872:Replace aarch64 orgnanization with the more-specific arm64v8 organization in Official docker"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6ede02d43eabfcd438361f1cec2e2c24b648fc1f
 > git rev-list 853c25b6a6d860a842619b83b6dc16df38ae3d34 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2868: Add configuration to build with Travis

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on qnode3 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 853c25b6a6d860a842619b83b6dc16df38ae3d34 (origin/master)
Commit message: "BIGTOP-2868: Add configuration to build with Travis"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 853c25b6a6d860a842619b83b6dc16df38ae3d34
 > git rev-list 2d2197d4be186df27e7f2c50b0339f3f1fa4918f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[rvs] BIGTOP-2870. testHCFS should be using USER_NAME for expected output

[rvs] BIGTOP-2871. Make run_itest report Standard Error from tests to stderr

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2d2197d4be186df27e7f2c50b0339f3f1fa4918f (origin/master)
Commit message: "BIGTOP-2871. Make run_itest report Standard Error from tests to stderr"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d2197d4be186df27e7f2c50b0339f3f1fa4918f
 > git rev-list e9a4cc75d1132dd687d184730a1a0d99419ab6a2 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2856: Add HOSTTYPE variable in detect_repo

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e9a4cc75d1132dd687d184730a1a0d99419ab6a2 (origin/master)
Commit message: "BIGTOP-2856: Add HOSTTYPE variable in detect_repo"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e9a4cc75d1132dd687d184730a1a0d99419ab6a2
 > git rev-list adfb877e7dbbe1fd6b83ce074ee49d54af8d6f26 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2860: Fix TestSpark.groovy syntax error

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision adfb877e7dbbe1fd6b83ce074ee49d54af8d6f26 (origin/master)
Commit message: "BIGTOP-2860: Fix TestSpark.groovy syntax error"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f adfb877e7dbbe1fd6b83ce074ee49d54af8d6f26
 > git rev-list 0e4ea1219f39e729bf83aa533c1399c83e64e886 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2839. Bump Hadoop version to 2.7.4

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 0e4ea1219f39e729bf83aa533c1399c83e64e886 (origin/master)
Commit message: "BIGTOP-2839. Bump Hadoop version to 2.7.4"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0e4ea1219f39e729bf83aa533c1399c83e64e886
 > git rev-list 247e839c93cf9ac0c7cc422688490cd03105c2d2 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2866: Fix rmr and people directory error

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 247e839c93cf9ac0c7cc422688490cd03105c2d2 (origin/master)
Commit message: "BIGTOP-2866: Fix rmr and people directory error"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 247e839c93cf9ac0c7cc422688490cd03105c2d2
 > git rev-list 7d574a512d3334f1ba20203f6727dbd8d02092fe # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[cos] BIGTOP-2864: Multiple SLF4J bindings in tez

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7d574a512d3334f1ba20203f6727dbd8d02092fe (origin/master)
Commit message: "BIGTOP-2864: Multiple SLF4J bindings in tez"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7d574a512d3334f1ba20203f6727dbd8d02092fe
 > git rev-list 5ff983d466523a9264da55c0955b514a25013e5e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2863: Make doc format compatible with JDK-8

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5ff983d466523a9264da55c0955b514a25013e5e (origin/master)
Commit message: "BIGTOP-2863: Make doc format compatible with JDK-8"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5ff983d466523a9264da55c0955b514a25013e5e
 > git rev-list 7747ffd75e3d78af39eaa6fb90904267c86f6567 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2854: Add docker provisioner yaml file Debian 8 AArch64

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7747ffd75e3d78af39eaa6fb90904267c86f6567 (origin/master)
Commit message: "BIGTOP-2854: Add docker provisioner yaml file Debian 8 AArch64"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7747ffd75e3d78af39eaa6fb90904267c86f6567
 > git rev-list 043495ca887eea30fa71590a3f0e51be36671be2 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2858:Add AArch64 support for Debian 9

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 043495ca887eea30fa71590a3f0e51be36671be2 (origin/master)
Commit message: "BIGTOP-2858:Add AArch64 support for Debian 9"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 043495ca887eea30fa71590a3f0e51be36671be2
 > git rev-list 35dcfc8cccd8b0a7b889d69c721da370331927d0 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2857: Add aarch64 support for fedora25

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 35dcfc8cccd8b0a7b889d69c721da370331927d0 (origin/master)
Commit message: "BIGTOP-2857: Add aarch64 support for fedora25"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 35dcfc8cccd8b0a7b889d69c721da370331927d0
 > git rev-list c1a21037165334716ec2a22debcd011d89f1074d # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2844: zeppelin charm: consistent spark config

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c1a21037165334716ec2a22debcd011d89f1074d (origin/master)
Commit message: "BIGTOP-2844: zeppelin charm: consistent spark config"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c1a21037165334716ec2a22debcd011d89f1074d
 > git rev-list c29e841d733ed1d8fb9c332ea772259136607b85 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2859: Add hive-version when build hive rpms

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c29e841d733ed1d8fb9c332ea772259136607b85 (origin/master)
Commit message: "BIGTOP-2859: Add hive-version when build hive rpms"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c29e841d733ed1d8fb9c332ea772259136607b85
 > git rev-list 81a37a77c0fd966c6d6fdbe31681f59c5bf00c6f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2853: Add sandbox support for Debian 8 aarch64

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 81a37a77c0fd966c6d6fdbe31681f59c5bf00c6f (origin/master)
Commit message: "BIGTOP-2853: Add sandbox support for Debian 8 aarch64"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 81a37a77c0fd966c6d6fdbe31681f59c5bf00c6f
 > git rev-list 10a278f03e71317bdc3ee5b8b0f11fa876cafac1 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2852: Add Debian 8 aarch64 bigtop slaves

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 10a278f03e71317bdc3ee5b8b0f11fa876cafac1 (origin/master)
Commit message: "BIGTOP-2852: Add Debian 8 aarch64 bigtop slaves"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 10a278f03e71317bdc3ee5b8b0f11fa876cafac1
 > git rev-list c5ca11584f8235e181bc6613d6f36ef50b4b89ea # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2851: Add debian 8 aarch64 bigtop puppet

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > 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 c5ca11584f8235e181bc6613d6f36ef50b4b89ea (origin/master)
Commit message: "BIGTOP-2851: Add debian 8 aarch64 bigtop puppet"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c5ca11584f8235e181bc6613d6f36ef50b4b89ea
 > git rev-list d45b0ff8d94684f1f87f6924d8167411e582445e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2846. Add DSL documentation for GIT-based builds

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d45b0ff8d94684f1f87f6924d8167411e582445e (origin/master)
Commit message: "BIGTOP-2846. Add DSL documentation for GIT-based builds"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d45b0ff8d94684f1f87f6924d8167411e582445e
 > git rev-list bd473dbaabb3b89febdaab71fbc15679ee723cfd # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] Revert "BIGTOP-2839. Bump Hadoop version to 2.7.4"

[konstantin_boudnik] Revert "BIGTOP-2839. Bump Hadoop version to 2.7.4"

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bd473dbaabb3b89febdaab71fbc15679ee723cfd (origin/master)
Commit message: "Revert "BIGTOP-2839. Bump Hadoop version to 2.7.4""
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bd473dbaabb3b89febdaab71fbc15679ee723cfd
 > git rev-list 40e796bd693a8bc6243ee39a6540357e1d559ea8 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2835: puppet fails when bigtop::jdk_preinstalled is true

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 40e796bd693a8bc6243ee39a6540357e1d559ea8 (origin/master)
Commit message: "BIGTOP-2835: puppet fails when bigtop::jdk_preinstalled is true"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 40e796bd693a8bc6243ee39a6540357e1d559ea8
 > git rev-list 4eca9b1ae59264e5b83080ec5d2d2b1b9f0b5c8d # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2848: Add provisioner for CentOS 7 AArch64

[evansye] BIGTOP-2824: Add centos 7 aarch64 sandbox support

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4eca9b1ae59264e5b83080ec5d2d2b1b9f0b5c8d (origin/master)
Commit message: "BIGTOP-2824: Add centos 7 aarch64 sandbox support"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4eca9b1ae59264e5b83080ec5d2d2b1b9f0b5c8d
 > git rev-list 2890d95329d4b517bdfd4c547831c3622292c7d6 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2839. Bump Hadoop version to 2.7.4

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2890d95329d4b517bdfd4c547831c3622292c7d6 (origin/master)
Commit message: "BIGTOP-2839. Bump Hadoop version to 2.7.4"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2890d95329d4b517bdfd4c547831c3622292c7d6
 > git rev-list 9612b8f9ea80cbcb1f934bb4a5fabbfe14cbde96 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2847: Building from git is broken

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9612b8f9ea80cbcb1f934bb4a5fabbfe14cbde96 (origin/master)
Commit message: "BIGTOP-2847: Building from git is broken"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9612b8f9ea80cbcb1f934bb4a5fabbfe14cbde96
 > git rev-list 3bdfb7d3a8cb2aaa8b7e3aa06f71b13c02fa68fd # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2841: Fix bigtop/slaves-ubuntu-16.04-aarch64 build failure

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3bdfb7d3a8cb2aaa8b7e3aa06f71b13c02fa68fd (origin/master)
Commit message: "BIGTOP-2841: Fix bigtop/slaves-ubuntu-16.04-aarch64 build failure"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3bdfb7d3a8cb2aaa8b7e3aa06f71b13c02fa68fd
 > git rev-list 047dd8d8e3878a273fe6c15143614e3e39c56ac3 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2849. Cannot build bigtop/slaves-ubuntu-16.04 with fresh built

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 047dd8d8e3878a273fe6c15143614e3e39c56ac3 (origin/master)
Commit message: "BIGTOP-2849. Cannot build bigtop/slaves-ubuntu-16.04 with fresh built puppet image"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 047dd8d8e3878a273fe6c15143614e3e39c56ac3
 > git rev-list ed2f124f91e165277ef85baebff0cd54d74b77e6 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2839. Bump Hadoop version to 2.7.4

[konstantin_boudnik] BIGTOP-2843. Add provisioner config yaml for ubuntu-16.04-aarch64

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ed2f124f91e165277ef85baebff0cd54d74b77e6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ed2f124f91e165277ef85baebff0cd54d74b77e6
 > git rev-list 297cf3da616dc884ec4c587162c3dc83790af4f8 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2838: Support ARM64 for packages.gradle

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 297cf3da616dc884ec4c587162c3dc83790af4f8 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 297cf3da616dc884ec4c587162c3dc83790af4f8
 > git rev-list 6788abbd5b90087783ee74b8f78804594216d11b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2825. Upgrade gradle to the latest 4.0

[konstantin_boudnik] BIGTOP-2833. [puppetize.sh] Support centos-7-aarch64 support

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6788abbd5b90087783ee74b8f78804594216d11b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6788abbd5b90087783ee74b8f78804594216d11b
 > git rev-list 32c353ef0531f2ccda2685a9d0e867e793e4e6b3 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2836: charm metric collector race condition

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 32c353ef0531f2ccda2685a9d0e867e793e4e6b3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 32c353ef0531f2ccda2685a9d0e867e793e4e6b3
 > git rev-list 63c75d4f1c2e7973150ee067ecebcf008a669c50 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2834: spark charm: refactor for restricted networks; lib cleanup

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 63c75d4f1c2e7973150ee067ecebcf008a669c50 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 63c75d4f1c2e7973150ee067ecebcf008a669c50
 > git rev-list 6f7e97e93393d7c078d8928cc666b2bb03147f32 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2819. Polish the README.md for 1.2.1 release

[evansye] BIGTOP-2829. [iTest] build failed during Maven integration test phase

[evansye] BIGTOP-2832. Toolchain failed to install on Debian 8

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6f7e97e93393d7c078d8928cc666b2bb03147f32 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f7e97e93393d7c078d8928cc666b2bb03147f32
 > git rev-list a86f588cedbc4e7a8e55bdead3f324790ae99456 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2828. Since BIGTOP-2775 JDK version has been specified by Bigtop

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a86f588cedbc4e7a8e55bdead3f324790ae99456 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a86f588cedbc4e7a8e55bdead3f324790ae99456
 > git rev-list 38002e9da169aca46e0ae0928799b67626b5149a # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2827: juju bundle refresh (june 2017)

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H24 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 38002e9da169aca46e0ae0928799b67626b5149a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 38002e9da169aca46e0ae0928799b67626b5149a
 > git rev-list 4fde46772d0ae4a97f5d9888ed739d44fd03991b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] Revert "BIGTOP-2825. Upgrade gradle to the latest 4.0"

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4fde46772d0ae4a97f5d9888ed739d44fd03991b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4fde46772d0ae4a97f5d9888ed739d44fd03991b
 > git rev-list 8dbca6d6d2de6c5a203dc061756ce34ab7898d66 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2808. Handle deletion of symlinks: update gradle

[konstantin_boudnik] BIGTOP-2825. Upgrade gradle to the latest 4.0

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8dbca6d6d2de6c5a203dc061756ce34ab7898d66 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8dbca6d6d2de6c5a203dc061756ce34ab7898d66
 > git rev-list 71842397a2a4cb034fed48bc9674bc6160bc64bf # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2743: hbase shell does not work on ppc64le

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on qnode3 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 71842397a2a4cb034fed48bc9674bc6160bc64bf (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71842397a2a4cb034fed48bc9674bc6160bc64bf
 > git rev-list b12aa51067b323fb0001aa7f57d9170b643fe073 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2822: spark charm: leverage puppet config, gpu enablement

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on qnode3 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b12aa51067b323fb0001aa7f57d9170b643fe073 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b12aa51067b323fb0001aa7f57d9170b643fe073
 > git rev-list e14693842b0ccadcbed37a08f6a1c4077ee8a406 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2821: expose extra config options for spark

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e14693842b0ccadcbed37a08f6a1c4077ee8a406 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e14693842b0ccadcbed37a08f6a1c4077ee8a406
 > git rev-list 5ea264beee555c55816dc775981900e747025cca # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2679: Streamline CI Jobs

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5ea264beee555c55816dc775981900e747025cca (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5ea264beee555c55816dc775981900e747025cca
 > git rev-list db1fb87e314b59120fb9425a17a0e095080befd1 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2816. Fix provisioner config name for ubuntu-16.04

[evansye] BIGTOP-2815. Puppet should be able to generate multiple repo files

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision db1fb87e314b59120fb9425a17a0e095080befd1 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db1fb87e314b59120fb9425a17a0e095080befd1
 > git rev-list 59c9edd09732d1e95464ea2f01c2789d06650e26 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2812: Upgrade Zeppelin version to 0.7.2

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 59c9edd09732d1e95464ea2f01c2789d06650e26 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 59c9edd09732d1e95464ea2f01c2789d06650e26
 > git rev-list 5b8bba96a20d026194a042f46489041d5525d17d # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2807: Upgrade Spark to 2.1.1

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5b8bba96a20d026194a042f46489041d5525d17d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5b8bba96a20d026194a042f46489041d5525d17d
 > git rev-list c6b60a81e4cbb5adf2a6659553dc76ec91feed4e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2814. Make provisioner config names be consistent with OS names

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on qnode3 (ubuntu) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c6b60a81e4cbb5adf2a6659553dc76ec91feed4e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c6b60a81e4cbb5adf2a6659553dc76ec91feed4e
 > git rev-list bf513ded37d0e60c1d9e47991e473cc3c9c1e227 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[sekikn] BIGTOP-2803. Minor issues in bigtop.bom (addendum)

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bf513ded37d0e60c1d9e47991e473cc3c9c1e227 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf513ded37d0e60c1d9e47991e473cc3c9c1e227
 > git rev-list 097a430d1680f5f631c06df6d15036053fdef24f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2803. Minor issues in bigtop.bom

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 097a430d1680f5f631c06df6d15036053fdef24f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 097a430d1680f5f631c06df6d15036053fdef24f
 > git rev-list 7cc3470d99488d985aa7c50c62ecf994121fdb05 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[sekikn] BIGTOP-2802. Some packages don't create necessary groups on debian-based

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7cc3470d99488d985aa7c50c62ecf994121fdb05 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7cc3470d99488d985aa7c50c62ecf994121fdb05
 > git rev-list 2bfcd0404d7651f03b2050b8d5e6d701fbd720ce # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[of] BIGTOP-2806: hue is not installable on debian, ubuntu

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2bfcd0404d7651f03b2050b8d5e6d701fbd720ce (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2bfcd0404d7651f03b2050b8d5e6d701fbd720ce
 > git rev-list b732749b1bdf872a652e79cacdfc6378ff083c84 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[of] BIGTOP-2805: ycsb: turn of autodetection of dependencies by rpm

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b732749b1bdf872a652e79cacdfc6378ff083c84 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b732749b1bdf872a652e79cacdfc6378ff083c84
 > git rev-list c4764966c97d96514302f8533b2afcca133075e0 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[konstantin_boudnik] BIGTOP-2165. ignite-hadoop service doesn't start

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c4764966c97d96514302f8533b2afcca133075e0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c4764966c97d96514302f8533b2afcca133075e0
 > git rev-list e489faa631d3d3c199e7186c0d64ce09e6acb1e5 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[rvs] BIGTOP-2798 Apex component has duplicate slf4j binding

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e489faa631d3d3c199e7186c0d64ce09e6acb1e5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e489faa631d3d3c199e7186c0d64ce09e6acb1e5
 > git rev-list 062ae70500b73efd40a0d83cec035dbbb634bfc4 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 062ae70500b73efd40a0d83cec035dbbb634bfc4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 062ae70500b73efd40a0d83cec035dbbb634bfc4
 > git rev-list 062ae70500b73efd40a0d83cec035dbbb634bfc4 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2799. [Puppet] Flink deployment failure on all supported OS

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 062ae70500b73efd40a0d83cec035dbbb634bfc4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 062ae70500b73efd40a0d83cec035dbbb634bfc4
 > git rev-list 9b9a48f31f5a04da41e2e0d40b5ab2e557dd505a # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2797: zeppelin charm external role handling

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9b9a48f31f5a04da41e2e0d40b5ab2e557dd505a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9b9a48f31f5a04da41e2e0d40b5ab2e557dd505a
 > git rev-list 2f681736459e59f4798ac3184fa6400d307d4203 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2801: charm race condition when gathering metrics

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2f681736459e59f4798ac3184fa6400d307d4203 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2f681736459e59f4798ac3184fa6400d307d4203
 > git rev-list c44c68028dc77993b7b22ef0edba75f2874ce1da # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[of] BIGTOP-2800: provisioner fails for kerberos on centos-7

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H24 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c44c68028dc77993b7b22ef0edba75f2874ce1da (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c44c68028dc77993b7b22ef0edba75f2874ce1da
 > git rev-list 09b54ee19a65a224586317e16852970edb4bb658 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[of] BIGTOP-2775: Make open jdk 8 available on bigtop/puppet:debian-8

[of] BIGTOP-2796. Bigtop Zookeeper(3.4.6) package conflict with Ubuntu 16.04

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H22 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 09b54ee19a65a224586317e16852970edb4bb658 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 09b54ee19a65a224586317e16852970edb4bb658
 > git rev-list ff963b529603e683ee0cbd8ade54cb4496469f5b # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2795: spark charm improvements

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ff963b529603e683ee0cbd8ade54cb4496469f5b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ff963b529603e683ee0cbd8ade54cb4496469f5b
 > git rev-list 32722ac3886c07fabd2b4c16b6fa9d93443893ab # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2783: new charm icons for zookeeper and zeppelin

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H15 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 32722ac3886c07fabd2b4c16b6fa9d93443893ab (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 32722ac3886c07fabd2b4c16b6fa9d93443893ab
 > git rev-list 7d373b40873676387197ab2b2f457e905eee8c2e # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2777: make hbase charm more robust

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7d373b40873676387197ab2b2f457e905eee8c2e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7d373b40873676387197ab2b2f457e905eee8c2e
 > git rev-list 9eff90c1f2973ea15ee3535f887a6e6642eb2870 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[kevin.monroe] BIGTOP-2779: new hive charm

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-4 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 9eff90c1f2973ea15ee3535f887a6e6642eb2870 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9eff90c1f2973ea15ee3535f887a6e6642eb2870
 > git rev-list d1c9c9d8663e620a0c043fb98b8c275ac5021573 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[ywkim] BIGTOP-2793. BIGTOP-2790 broke Ambari build on rpm-based system

------------------------------------------
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H18 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git init <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d1c9c9d8663e620a0c043fb98b8c275ac5021573 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d1c9c9d8663e620a0c043fb98b8c275ac5021573
 > git rev-list a41c485df44e4e80f10e8852a66bcbb418893f28 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[sekikn] BIGTOP-2790. Ambari: deploying cluster fails due to ambari-agent version

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a41c485df44e4e80f10e8852a66bcbb418893f28 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a41c485df44e4e80f10e8852a66bcbb418893f28
 > git rev-list 190af38f3ad158844a8114bd0660399e289b4b4c # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[sekikn] BIGTOP-2789. Ambari: installing ODPi mpack fails due to changing its

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 190af38f3ad158844a8114bd0660399e289b4b4c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 190af38f3ad158844a8114bd0660399e289b4b4c
 > git rev-list 85666040008f5148973dc6a8b09195a1699a9d2f # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2788: Corrects Apex patch for version 3.6.0

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
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 85666040008f5148973dc6a8b09195a1699a9d2f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 85666040008f5148973dc6a8b09195a1699a9d2f
 > git rev-list 5df31b9f548ca79b00c1761379cce071d7a69cd5 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2778: Delete PermSize / MaxPermsize options, no longer support by

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5df31b9f548ca79b00c1761379cce071d7a69cd5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5df31b9f548ca79b00c1761379cce071d7a69cd5
 > git rev-list 355588b004ae3eb65a6114d55d6a3a18c510a310 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 355588b004ae3eb65a6114d55d6a3a18c510a310 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 355588b004ae3eb65a6114d55d6a3a18c510a310
 > git rev-list 355588b004ae3eb65a6114d55d6a3a18c510a310 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[rvs] BIGTOP-2771. ambari: build failed due to using third-party

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 355588b004ae3eb65a6114d55d6a3a18c510a310 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 355588b004ae3eb65a6114d55d6a3a18c510a310
 > git rev-list cea107c238c31ad16650f82df3e69ae82647c938 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2772. Add --dryrun mode into helper script and document

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision cea107c238c31ad16650f82df3e69ae82647c938 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cea107c238c31ad16650f82df3e69ae82647c938
 > git rev-list 19826d50ed6fa861b56e84516416db32b35b82e2 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2781. [Provisioner] 127.0.0.1 does not successfully inserted

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 19826d50ed6fa861b56e84516416db32b35b82e2 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19826d50ed6fa861b56e84516416db32b35b82e2
 > git rev-list b7f8b9d0aadbd2f839b2b55efcde912709e0553a # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2729: AMBARI-20686: Add ID to allow compilation with recent maven

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b7f8b9d0aadbd2f839b2b55efcde912709e0553a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b7f8b9d0aadbd2f839b2b55efcde912709e0553a
 > git rev-list eb7370a9e7ce1d2b7a62860f50a3076136463655 # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[evansye] BIGTOP-2776: Upgrade Apache Apex to 3.6.0

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision eb7370a9e7ce1d2b7a62860f50a3076136463655 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eb7370a9e7ce1d2b7a62860f50a3076136463655
 > git rev-list ca35f8d27394d707b4cf59b522f0c394e14c534d # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure

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

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

Changes:

[sekikn] BIGTOP-2774. gradlew toolchain does not work on Ubuntu 16.04.2/Puppet

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (ubuntu trusty) in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ca35f8d27394d707b4cf59b522f0c394e14c534d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ca35f8d27394d707b4cf59b522f0c394e14c534d
 > git rev-list 75eb043b0226549a18069a501479cee08644740d # timeout=10
[Bigtop-trunk-test-execution] $ /home/jenkins/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml clean
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
	at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:401)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:254)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at org.codehaus.plexus.classworlds.launcher.Launcher.getMainClass(Launcher.java:144)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:266)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Build step 'Invoke top-level Maven targets' marked build as failure