Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Build failed in Jenkins: Hono-Release Pipeline #21

See <https://ci.eclipse.org/hono/job/Hono-Release%20Pipeline/21/display/redirect>

------------------------------------------
Started by user kai.hudalla@xxxxxxxxxxxx
Checking out git https://github.com/eclipse/hono.git into /home/hudson/genie.hono/.jenkins/jobs/Hono-Release Pipeline/workspace@script to read jenkins/Hono-Release-Pipeline.groovy
No credentials specified
 > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/bin/git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/hono.git
 > /usr/local/bin/git --version # timeout=10
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/refs/heads/master^{commit} # timeout=10
Checking out Revision a7762294658c3fc501adf60f6ffd3e4ed02db725 (refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f a7762294658c3fc501adf60f6ffd3e4ed02db725
Commit message: "Prepare 1.0-M7."
 > /usr/local/bin/git rev-list --no-walk a7762294658c3fc501adf60f6ffd3e4ed02db725 # timeout=10
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/hudson/genie.hono/.jenkins/jobs/Hono-Release Pipeline/workspace
[Pipeline] {
[Pipeline] readTrusted
Obtained jenkins/Hono-PipelineUtils.groovy from git https://github.com/eclipse/hono.git
[Pipeline] properties
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
Check out branch: origin/master
[Pipeline] checkout
using credential bebef3c5-da22-425c-8554-f62d0b3a9608
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository ssh://git@xxxxxxxxxx/eclipse/hono.git
 > /usr/local/bin/git init /home/hudson/genie.hono/.jenkins/jobs/Hono-Release Pipeline/workspace # timeout=10
Fetching upstream changes from ssh://git@xxxxxxxxxx/eclipse/hono.git
 > /usr/local/bin/git --version # timeout=10
using GIT_SSH to set credentials /opt/public/hipp/homes/genie.hono/.ssh/id_rsa.github
 > /usr/local/bin/git fetch --tags --progress ssh://git@xxxxxxxxxx/eclipse/hono.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "/usr/local/bin/git fetch --tags --progress ssh://git@xxxxxxxxxx/eclipse/hono.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: ssh: connect to host github.com port 22: Connection timed out
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:2042)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:655)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
[Pipeline] }
[Pipeline] // stage
[Pipeline] echo
Error: hudson.AbortException: Error cloning remote repo 'origin'
[Pipeline] echo
Build status: FAILURE
[Pipeline] step


Back to the top