You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/06/25 18:45:58 UTC

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

See <https://builds.apache.org/job/Bigtop-trunk-test-execution/125/changes>

Changes:

[bmahe] BIGTOP-650. Override libexecdir for bigtop-utils on mageia

[cos] BIGTOP-643: Fix package statement in TestHDFSQuota

[rvs] BIGTOP-186. whirr package ships source code and needs some permissions fixes (Peter Linnell via rvs)

[bmahe] BIGTOP-642. Suse does not have a package named 'which'

[rvs] BIGTOP-359. documentation build is picked from the wrong place

[rvs] BIGTOP-596. move service configuration from groovy code to package xml manifest file (Johnny Zhang via rvs)

[rvs] BIGTOP-608. remove source/build artifacts from the Pig package

[bmahe] BIGTOP-633. bigtop-utils packages should depend on 'which' (Jolly Chen via Bruno Mahé)

------------------------------------------
Started by an SCM change
Building remotely on ubuntu5 in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Updating https://svn.apache.org/repos/asf/incubator/bigtop/trunk
U         bigtop-tests/test-execution/smokes/pig/pom.xml
U         bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml
U         bigtop-tests/test-execution/smokes/hue/pom.xml
U         bigtop-tests/test-execution/smokes/sqoop/pom.xml
U         bigtop-tests/test-execution/smokes/hbase/pom.xml
U         bigtop-tests/test-execution/smokes/oozie/pom.xml
U         bigtop-tests/test-execution/smokes/flume/pom.xml
U         bigtop-tests/test-execution/smokes/giraph/pom.xml
U         bigtop-tests/test-execution/smokes/hadoop/pom.xml
U         bigtop-tests/test-execution/smokes/pom.xml
U         bigtop-tests/test-execution/smokes/hive/pom.xml
U         bigtop-tests/test-execution/smokes/mahout/pom.xml
U         bigtop-tests/test-execution/integration/sqoop/pom.xml
U         bigtop-tests/test-execution/integration/pom.xml
U         bigtop-tests/test-execution/conf/pom.xml
U         bigtop-tests/test-execution/common/pom.xml
U         bigtop-tests/test-execution/pom.xml
U         bigtop-tests/test-execution/package/pom.xml
U         bigtop-tests/test-artifacts/sqoop-smokes/pom.xml
U         bigtop-tests/test-artifacts/hue/pom.xml
U         bigtop-tests/test-artifacts/sqoop/pom.xml
U         bigtop-tests/test-artifacts/hbase/pom.xml
U         bigtop-tests/test-artifacts/oozie/pom.xml
U         bigtop-tests/test-artifacts/flume/pom.xml
U         bigtop-tests/test-artifacts/giraph/pom.xml
A         bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestHDFSBalancer.groovy
U         bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestHDFSQuota.groovy
A         bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestDFSAdmin.groovy
ERROR: Failed to update https://svn.apache.org/repos/asf/incubator/bigtop/trunk
org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:304)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:289)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:277)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:696)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:328)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1289)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:837)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:557)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:414)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:324)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:27)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:11)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1221)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:292)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:315)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:295)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:391)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:136)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:144)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:789)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:770)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2180)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Caused by: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 33 more
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/hudson7259472031213532606.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ /home/hudson/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:0.5.0-incubating-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.bigtop:bigtop:pom:0.5.0-incubating-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 21, column 11 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Execute shell' marked build as failure

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

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

Changes:

[rvs] Opening up 0.5.0 development

[rvs] Preparing for release 0.4.0

[rvs] BIGTOP-620. Add test for dfsadmin commands (Sujay Rau via rvs)

[rvs] BIGTOP-622. Add test for HDFS Balancer (Sujay Rau via rvs)

[rvs] BIGTOP-641. Add hdfs fsck options in TestFsck (Stephen Chu via rvs)

[rvs] BIGTOP-649. PackageTestCommon.checkRemoval() is broken (Andrew Bayer via rvs)

[rvs] BIGTOP-646. update metadata for Hue in the package testing manifest

[bmahe] BIGTOP-650. Override libexecdir for bigtop-utils on mageia

[cos] BIGTOP-643: Fix package statement in TestHDFSQuota

[rvs] BIGTOP-186. whirr package ships source code and needs some permissions fixes (Peter Linnell via rvs)

[bmahe] BIGTOP-642. Suse does not have a package named 'which'

[rvs] BIGTOP-359. documentation build is picked from the wrong place

[rvs] BIGTOP-596. move service configuration from groovy code to package xml manifest file (Johnny Zhang via rvs)

[rvs] BIGTOP-608. remove source/build artifacts from the Pig package

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1 in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Updating https://svn.apache.org/repos/asf/incubator/bigtop/trunk
U         bigtop-tests/test-execution/smokes/pig/pom.xml
U         bigtop-tests/test-execution/smokes/sqoop-smokes/pom.xml
U         bigtop-tests/test-execution/smokes/hue/pom.xml
U         bigtop-tests/test-execution/smokes/sqoop/pom.xml
U         bigtop-tests/test-execution/smokes/hbase/pom.xml
U         bigtop-tests/test-execution/smokes/oozie/pom.xml
U         bigtop-tests/test-execution/smokes/flume/pom.xml
U         bigtop-tests/test-execution/smokes/giraph/pom.xml
U         bigtop-tests/test-execution/smokes/hadoop/pom.xml
U         bigtop-tests/test-execution/smokes/pom.xml
U         bigtop-tests/test-execution/smokes/hive/pom.xml
U         bigtop-tests/test-execution/smokes/mahout/pom.xml
U         bigtop-tests/test-execution/integration/sqoop/pom.xml
U         bigtop-tests/test-execution/integration/pom.xml
U         bigtop-tests/test-execution/conf/pom.xml
U         bigtop-tests/test-execution/common/pom.xml
U         bigtop-tests/test-execution/pom.xml
U         bigtop-tests/test-execution/package/pom.xml
U         bigtop-tests/test-artifacts/sqoop-smokes/pom.xml
U         bigtop-tests/test-artifacts/hue/pom.xml
U         bigtop-tests/test-artifacts/sqoop/pom.xml
U         bigtop-tests/test-artifacts/hbase/pom.xml
U         bigtop-tests/test-artifacts/oozie/pom.xml
U         bigtop-tests/test-artifacts/flume/pom.xml
U         bigtop-tests/test-artifacts/giraph/pom.xml
A         bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestHDFSBalancer.groovy
A         bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestDFSAdmin.groovy
A         bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestFsck.groovy
D         bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadooptests/TestFsck.groovy
U         bigtop-tests/test-artifacts/hadoop/pom.xml
U         bigtop-tests/test-artifacts/pom.xml
U         bigtop-tests/test-artifacts/hive/pom.xml
U         bigtop-tests/test-artifacts/package/src/main/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesBasics.groovy
U         bigtop-tests/test-artifacts/package/src/main/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestCommon.groovy
U         bigtop-tests/test-artifacts/package/pom.xml
U         bigtop-tests/test-artifacts/mahout/pom.xml
U         CHANGES.txt
U         pom.xml
U         bigtop-test-framework/pom.xml
At revision 1353669
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/hudson7402809830740645729.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ /home/hudson/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] stacks-validation-common
[INFO] smoke-tests-conf
[INFO] packagesmokes
[INFO] bigtop-smokes
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building stacks-validation-common 0.5.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ stacks-common ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ stacks-common ---
[INFO] Installing <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/common/pom.xml> to /home/jenkins/.m2/repository/org/apache/bigtop/itest/stacks-common/0.5.0-incubating-SNAPSHOT/stacks-common-0.5.0-incubating-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ stacks-common ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/0.5.0-incubating-SNAPSHOT/maven-metadata.xml

Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/0.5.0-incubating-SNAPSHOT/stacks-common-0.5.0-incubating-20120625.171719-1.pom
4 KB   
8 KB   
12 KB   
        
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/0.5.0-incubating-SNAPSHOT/stacks-common-0.5.0-incubating-20120625.171719-1.pom (12 KB at 19.5 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/maven-metadata.xml
358 B   
        
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/maven-metadata.xml (358 B at 1.7 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/0.5.0-incubating-SNAPSHOT/maven-metadata.xml
635 B   
        
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/0.5.0-incubating-SNAPSHOT/maven-metadata.xml (635 B at 1.8 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/maven-metadata.xml
409 B   
        
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/stacks-common/maven-metadata.xml (409 B at 1.5 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building smoke-tests-conf 0.5.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ smoke-tests-conf ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ smoke-tests-conf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ smoke-tests-conf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ smoke-tests-conf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/conf/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ smoke-tests-conf ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7:test (default-test) @ smoke-tests-conf ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.3:jar (default-jar) @ smoke-tests-conf ---
[INFO] Building jar: <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/conf/target/smoke-tests-conf-0.5.0-incubating-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ smoke-tests-conf ---
[INFO] Installing <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/conf/target/smoke-tests-conf-0.5.0-incubating-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/bigtop/itest/smoke-tests-conf/0.5.0-incubating-SNAPSHOT/smoke-tests-conf-0.5.0-incubating-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/conf/pom.xml> to /home/jenkins/.m2/repository/org/apache/bigtop/itest/smoke-tests-conf/0.5.0-incubating-SNAPSHOT/smoke-tests-conf-0.5.0-incubating-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ smoke-tests-conf ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/0.5.0-incubating-SNAPSHOT/maven-metadata.xml
        
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/0.5.0-incubating-SNAPSHOT/smoke-tests-conf-0.5.0-incubating-20120625.171721-1.jar
4 KB    
8 KB   
       
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/0.5.0-incubating-SNAPSHOT/smoke-tests-conf-0.5.0-incubating-20120625.171721-1.jar (8 KB at 21.1 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/0.5.0-incubating-SNAPSHOT/smoke-tests-conf-0.5.0-incubating-20120625.171721-1.pom
2 KB   
       
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/0.5.0-incubating-SNAPSHOT/smoke-tests-conf-0.5.0-incubating-20120625.171721-1.pom (2 KB at 6.3 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/maven-metadata.xml
361 B   
        
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/maven-metadata.xml (361 B at 1.5 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/0.5.0-incubating-SNAPSHOT/maven-metadata.xml
822 B   
        
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/0.5.0-incubating-SNAPSHOT/maven-metadata.xml (822 B at 3.5 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/maven-metadata.xml
412 B   
        
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/bigtop/itest/smoke-tests-conf/maven-metadata.xml (412 B at 2.4 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building packagesmokes 0.5.0-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.apache.org/snapshots/org/apache/bigtop/itest/package-smoke/0.5.0-incubating-SNAPSHOT/maven-metadata.xml
        
Downloading: http://repository.apache.org/snapshots/org/apache/bigtop/itest/package-smoke/0.5.0-incubating-SNAPSHOT/package-smoke-0.5.0-incubating-SNAPSHOT.pom
        
[WARNING] The POM for org.apache.bigtop.itest:package-smoke:jar:0.5.0-incubating-SNAPSHOT is missing, no dependency information available
Downloading: http://repository.apache.org/snapshots/org/apache/bigtop/itest/itest-common/0.5.0-incubating-SNAPSHOT/maven-metadata.xml
        
Downloading: http://repository.apache.org/snapshots/org/apache/bigtop/itest/itest-common/0.5.0-incubating-SNAPSHOT/itest-common-0.5.0-incubating-SNAPSHOT.pom
        
[WARNING] The POM for org.apache.bigtop.itest:itest-common:jar:0.5.0-incubating-SNAPSHOT is missing, no dependency information available
Downloading: http://repository.apache.org/snapshots/org/apache/bigtop/itest/package-smoke/0.5.0-incubating-SNAPSHOT/package-smoke-0.5.0-incubating-SNAPSHOT.jar
Downloading: http://repository.apache.org/snapshots/org/apache/bigtop/itest/itest-common/0.5.0-incubating-SNAPSHOT/itest-common-0.5.0-incubating-SNAPSHOT.jar
        
        
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] stacks-validation-common .......................... SUCCESS [3.632s]
[INFO] smoke-tests-conf .................................. SUCCESS [2.436s]
[INFO] packagesmokes ..................................... FAILURE [0.743s]
[INFO] bigtop-smokes ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.291s
[INFO] Finished at: Mon Jun 25 17:17:23 UTC 2012
[INFO] Final Memory: 14M/175M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project package-smoke-execution: Could not resolve dependencies for project org.apache.bigtop.itest:package-smoke-execution:jar:0.5.0-incubating-SNAPSHOT: The following artifacts could not be resolved: org.apache.bigtop.itest:package-smoke:jar:0.5.0-incubating-SNAPSHOT, org.apache.bigtop.itest:itest-common:jar:0.5.0-incubating-SNAPSHOT: Could not find artifact org.apache.bigtop.itest:package-smoke:jar:0.5.0-incubating-SNAPSHOT in Nexus (http://repository.apache.org/snapshots) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :package-smoke-execution
Build step 'Execute shell' marked build as failure

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

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

------------------------------------------
Started by an SCM change
Building remotely on ubuntu5 in workspace <https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/>
Updating https://svn.apache.org/repos/asf/incubator/bigtop/trunk
U         CHANGES.txt
U         bigtop-packages/src/common/pig/do-component-build
U         bigtop-packages/src/common/pig/install_pig.sh
U         bigtop-packages/src/common/hadoop/do-component-build
U         bigtop-packages/src/common/whirr/install_whirr.sh
U         bigtop-packages/src/deb/pig/rules
U         bigtop-packages/src/deb/hue/control
U         bigtop-packages/src/deb/hue/hue-common.postrm
U         bigtop-packages/src/deb/bigtop-utils/control
U         bigtop-packages/src/rpm/pig/SPECS/pig.spec
U         bigtop-packages/src/rpm/bigtop-utils/SPECS/bigtop-utils.spec
U         bigtop-tests/test-artifacts/hive/pom.xml
U         bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestHDFSQuota.groovy
A         bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestHDFSBalancer.groovy
A         bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hdfstests/TestDFSAdmin.groovy
ERROR: Failed to update https://svn.apache.org/repos/asf/incubator/bigtop/trunk
org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:304)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:289)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:277)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:696)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:328)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1289)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:837)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:557)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:414)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:324)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:27)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpdate.run(SvnOldUpdate.java:11)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1221)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:292)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:315)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:295)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:391)
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:136)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:144)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:789)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:770)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2180)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Caused by: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 33 more
no change for https://svn.apache.org/repos/asf/incubator/bigtop/trunk since the previous build
[Bigtop-trunk-test-execution] $ /bin/bash -xe /tmp/hudson4659621381716223245.sh
+ export HADOOP_CONF_DIR=
+ HADOOP_CONF_DIR=
+ export HADOOP_HOME=
+ HADOOP_HOME=
+ /home/hudson/tools/maven/latest3/bin/mvn -f bigtop-tests/test-execution/pom.xml -DskipTests -DskipITs deploy -DrepositoryId=apache.snapshots.https
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.bigtop.itest:bigtop-test-execution:0.5.0-incubating-SNAPSHOT (<https://builds.apache.org/job/Bigtop-trunk-test-execution/ws/bigtop-tests/test-execution/pom.xml)> has 1 error
[ERROR]     Non-resolvable parent POM: Could not find artifact org.apache.bigtop:bigtop:pom:0.5.0-incubating-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 21, column 11 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Execute shell' marked build as failure