Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-build] Build failed in Hudson: jgit #436

See <https://hudson.eclipse.org/hudson/job/jgit/436/>

------------------------------------------
Started by user msohn
Building on master
Checkout:workspace / <https://hudson.eclipse.org/hudson/job/jgit/ws/> - hudson.remoting.LocalChannel@2b37d486
Using strategy: Default
Last Built Revision: Revision 6ed05013469cc24b7410496d99c65b507a45c632 (origin/master)
Checkout:workspace / <https://hudson.eclipse.org/hudson/job/jgit/ws/> - hudson.remoting.LocalChannel@2b37d486
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://egit.eclipse.org/jgit.git
[workspace] $ git fetch -t git://egit.eclipse.org/jgit.git +refs/heads/*:refs/remotes/origin/*
[workspace] $ git ls-tree HEAD
[workspace] $ git tag -l master
[workspace] $ git rev-parse origin/master
Commencing build of Revision 6ed05013469cc24b7410496d99c65b507a45c632 (origin/master)
GitAPI created
Checking out Revision 6ed05013469cc24b7410496d99c65b507a45c632 (origin/master)
[workspace] $ git checkout -f 6ed05013469cc24b7410496d99c65b507a45c632
[workspace] $ git tag -a -f -m "Hudson Build #436" hudson-jgit-436
Recording changes in branch origin/master
[workspace] $ git whatchanged --no-abbrev -M --pretty=raw 6ed05013469cc24b7410496d99c65b507a45c632..6ed05013469cc24b7410496d99c65b507a45c632
Deleting old artifacts from #434
[workspace] $ /shared/common/apache-maven-3.0/bin/mvn -D-DaltDeploymentRepository=localremote::default::file://<https://hudson.eclipse.org/hudson/job/jgit/436/artifact/target/m2/repository> -Dmaven.repo.local=<https://hudson.eclipse.org/hudson/job/jgit/ws/.repository> -B clean install deploy:deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] JGit - Parent
[INFO] JGit - Core
[INFO] JGit - AWT User Interface
[INFO] JGit - HTTP Server
[INFO] JGit - Eclipse IP Log Generator
[INFO] JGit - Console User Interface
[INFO] JGit - Command Line Interface
[INFO] JGit - JUnit Utility Classes
[INFO] JGit - Core Tests
[INFO] JGit - HTTP Tests
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JGit - Parent 0.10.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.2:clean (default-clean) @ org.eclipse.jgit-parent ---
[INFO] Deleting directory /opt/public/jobs/jgit/workspace/target
[INFO] 
[INFO] --- build-helper-maven-plugin:1.5:parse-version (set-osgi-version) @ org.eclipse.jgit-parent ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (translate-qualifier) @ org.eclipse.jgit-parent ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-javadoc-plugin:2.7:jar (attach-javadocs) @ org.eclipse.jgit-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.jgit-parent ---
[INFO] Installing /opt/public/jobs/jgit/workspace/pom.xml to <https://hudson.eclipse.org/hudson/job/jgit/ws/.repository/org/eclipse/jgit/org.eclipse.jgit-parent/0.10.0-SNAPSHOT/org.eclipse.jgit-parent-0.10.0-SNAPSHOT.pom>
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-cli) @ org.eclipse.jgit-parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ..................................... FAILURE [2.872s]
[INFO] JGit - Core ....................................... SKIPPED
[INFO] JGit - AWT User Interface ......................... SKIPPED
[INFO] JGit - HTTP Server ................................ SKIPPED
[INFO] JGit - Eclipse IP Log Generator ................... SKIPPED
[INFO] JGit - Console User Interface ..................... SKIPPED
[INFO] JGit - Command Line Interface ..................... SKIPPED
[INFO] JGit - JUnit Utility Classes ...................... SKIPPED
[INFO] JGit - Core Tests ................................. SKIPPED
[INFO] JGit - HTTP Tests ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.637s
[INFO] Finished at: Tue Nov 09 05:29:48 EST 2010
[INFO] Final Memory: 13M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-cli) on project org.eclipse.jgit-parent: Failed to deploy artifacts/metadata: No connector available to access repository jgit-maven-snapshot (dav:https://egit.googlecode.com/svn/maven/) of type default using the available factories WagonRepositoryConnectorFactory -> [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/MojoExecutionException
[DRY] Skipping publisher since build result is FAILURE
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results



Back to the top