Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[microprofile-dev] Build failed in Jenkins: RestClient-maven-snapshots #110

See <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/110/display/redirect>

------------------------------------------
Started by timer
Building in workspace <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository git@xxxxxxxxxx:eclipse/microprofile-rest-client.git
 > /usr/local/bin/git init <https://hudson.eclipse.org/microprofile/job/RestClient-maven-snapshots/ws/> # timeout=10
Fetching upstream changes from git@xxxxxxxxxx:eclipse/microprofile-rest-client.git
 > /usr/local/bin/git --version # timeout=10
using GIT_SSH to set credentials Microprofile GitHub bot user
 > /usr/local/bin/git fetch --tags --progress git@xxxxxxxxxx:eclipse/microprofile-rest-client.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git config remote.origin.url git@xxxxxxxxxx:eclipse/microprofile-rest-client.git # timeout=10
 > /usr/local/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git config remote.origin.url git@xxxxxxxxxx:eclipse/microprofile-rest-client.git # timeout=10
Fetching upstream changes from git@xxxxxxxxxx:eclipse/microprofile-rest-client.git
using GIT_SSH to set credentials Microprofile GitHub bot user
 > /usr/local/bin/git fetch --tags --progress git@xxxxxxxxxx:eclipse/microprofile-rest-client.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git@xxxxxxxxxx:eclipse/microprofile-rest-client.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:817)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1084)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1115)
	at hudson.scm.SCM.checkout(SCM.java:495)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1212)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:566)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:491)
	at hudson.model.Run.execute(Run.java:1737)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:421)
Caused by: hudson.plugins.git.GitException: Command "/usr/local/bin/git fetch --tags --progress git@xxxxxxxxxx:eclipse/microprofile-rest-client.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: Proxy could not open connnection to ssh.github.com:  Service Unavailable
write: Broken pipe
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1924)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1643)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:71)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:352)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:815)
	... 11 more
ERROR: Error fetching remote repo 'origin'
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds


Back to the top