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

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

------------------------------------------
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 #437" hudson-jgit-437
Recording changes in branch origin/master
[workspace] $ git whatchanged --no-abbrev -M --pretty=raw 6ed05013469cc24b7410496d99c65b507a45c632..6ed05013469cc24b7410496d99c65b507a45c632
[workspace] $ /shared/common/apache-maven-3.0-beta-1/bin/mvn -D-DaltDeploymentRepository=local::default::file://<https://hudson.eclipse.org/hudson/job/jgit/437/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] 
[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: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] Retrieving previous build number from jgit-maven-snapshot
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JGit - Parent ..................................... FAILURE [10.398s]
[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: 11.387s
[INFO] Finished at: Tue Nov 09 12:41:19 EST 2010
[INFO] Final Memory: 11M/303M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-cli) on project org.eclipse.jgit-parent: Error retrieving previous build number for artifact 'org.eclipse.jgit:org.eclipse.jgit-parent:pom': repository metadata for: 'snapshot org.eclipse.jgit:org.eclipse.jgit-parent:0.10.0-SNAPSHOT' could not be retrieved from repository: jgit-maven-snapshot due to an error: Unsupported Protocol: 'dav': Cannot find wagon which supports the requested protocol: dav: Component descriptor cannot be found in the component repository
      role: org.apache.maven.wagon.Wagon
  roleHint: dav
classRealm: none specified
-> [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