Build failed in Jenkins: java-identity-provider-v3-multi » JDK-1.7.0,Windows2016 #1698
Shibboleth Jenkins
noreply at shibboleth.net
Sun Mar 29 21:37:34 EDT 2020
See <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v3-multi/jdk=JDK-1.7.0,label=Windows2016/1698/display/redirect>
Changes:
------------------------------------------
Started by upstream project "java-identity-provider-v3-multi" build number 1698
originally caused by:
Started by upstream project "trigger-multi-v7" build number 248
originally caused by:
Started by upstream project "java-identity-provider-v3-nightly" build number 1802
originally caused by:
Started by upstream project "java-opensaml-v3-nightly" build number 1801
originally caused by:
Started by upstream project "spring-extensions-v5-nightly" build number 1795
originally caused by:
Started by upstream project "java-support-v7-nightly" build number 1795
originally caused by:
Started by upstream project "java-parent-project-v7-nightly" build number 1790
originally caused by:
Started by upstream project "trigger-nightly-v7" build number 1786
originally caused by:
Started by timer
Running as SYSTEM
Building remotely on EC2 (WindowsServer2016) - WindowsServer2016 (i-08d7674c4018e4d4d) (Windows2016) in workspace <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v3-multi/jdk=JDK-1.7.0,label=Windows2016/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.shibboleth.net/java-identity-provider
> git init <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v3-multi/jdk=JDK-1.7.0,label=Windows2016/ws/> # timeout=10
Fetching upstream changes from git://git.shibboleth.net/java-identity-provider
> git --version # timeout=10
> git fetch --tags --force --progress -- git://git.shibboleth.net/java-identity-provider +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://git.shibboleth.net/java-identity-provider # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://git.shibboleth.net/java-identity-provider # timeout=10
Fetching upstream changes from git://git.shibboleth.net/java-identity-provider
> git fetch --tags --force --progress -- git://git.shibboleth.net/java-identity-provider +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://git.shibboleth.net/java-identity-provider
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:909)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
at hudson.scm.SCM.checkout(SCM.java:505)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1205)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1853)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:427)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://git.shibboleth.net/java-identity-provider +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: unable to connect to git.shibboleth.net:
git.shibboleth.net[0: 174.142.198.206]: errno=Unknown error
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2044)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:81)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:569)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
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)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (WindowsServer2016) - WindowsServer2016 (i-08d7674c4018e4d4d)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:955)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor692.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy95.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
at hudson.scm.SCM.checkout(SCM.java:505)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1205)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1853)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:427)
ERROR: Error fetching remote repo 'origin'
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Did not find any matching files.
More information about the commits
mailing list