Skip to content

Console Output

22:09:11 GitHub pull request #91 of commit 2ab08e72ea6dacd81e8abf4d5b651fdf6cb00b1a, no merge conflicts.
22:09:11 Unable to query GitHub for status of PullRequestorg.kohsuke.github.HttpException: Server returned HTTP response code: 503, message: 'Service Unavailable' for URL: https://api.github.com/repos/eclipse/microprofile-reactive-streams/pulls/91
22:09:11 	at org.kohsuke.github.Requester.parse(Requester.java:638)
22:09:11 	at org.kohsuke.github.Requester.parse(Requester.java:599)
22:09:11 	at org.kohsuke.github.Requester._to(Requester.java:277)
22:09:11 	at org.kohsuke.github.Requester.to(Requester.java:239)
22:09:11 	at org.kohsuke.github.GHRepository.getPullRequest(GHRepository.java:696)
22:09:11 	at org.jenkinsci.plugins.ghprb.GhprbRepository.getActualPullRequest(GhprbRepository.java:337)
22:09:11 	at org.jenkinsci.plugins.ghprb.GhprbPullRequest.getPullRequest(GhprbPullRequest.java:827)
22:09:11 	at org.jenkinsci.plugins.ghprb.GhprbBuilds.onStarted(GhprbBuilds.java:112)
22:09:11 	at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onStarted(GhprbBuildListener.java:20)
22:09:11 	at hudson.model.listeners.RunListener.fireStarted(RunListener.java:240)
22:09:11 	at hudson.model.Run.execute(Run.java:1794)
22:09:11 	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
22:09:11 	at hudson.model.ResourceController.execute(ResourceController.java:97)
22:09:11 	at hudson.model.Executor.run(Executor.java:429)
22:09:11 Caused by: java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 503 Service Unavailable"
22:09:11 	at sun.reflect.GeneratedConstructorAccessor1121.newInstance(Unknown Source)
22:09:11 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
22:09:11 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
22:09:11 	at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1944)
22:09:11 	at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1939)
22:09:11 	at java.security.AccessController.doPrivileged(Native Method)
22:09:11 	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1938)
22:09:11 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1508)
22:09:11 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
22:09:11 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
22:09:11 	at org.kohsuke.github.Requester.parse(Requester.java:617)
22:09:11 	... 13 more
22:09:11 Caused by: java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 503 Service Unavailable"
22:09:11 	at sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnection.java:2142)
22:09:11 	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183)
22:09:11 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564)
22:09:11 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
22:09:11 	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
22:09:11 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)
22:09:11 	at org.kohsuke.github.Requester.parse(Requester.java:607)
22:09:11 	... 13 more
22:09:11 Setting status of 2ab08e72ea6dacd81e8abf4d5b651fdf6cb00b1a to PENDING with url https://hudson.eclipse.org/microprofile/job/reactive-streams-prs/87/ and message: 'Build started for merge commit.'
22:09:12 Building in workspace /home/hudson/genie.microprofile/.jenkins/jobs/reactive-streams-prs/workspace
22:09:12 [WS-CLEANUP] Deleting project workspace...
22:09:12 [WS-CLEANUP] Done
22:09:12 Cloning the remote Git repository
22:09:12 Cloning repository https://github.com/eclipse/microprofile-reactive-streams.git
22:09:12  > /usr/local/bin/git init /home/hudson/genie.microprofile/.jenkins/jobs/reactive-streams-prs/workspace # timeout=10
22:09:12 Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-streams.git
22:09:12  > /usr/local/bin/git --version # timeout=10
22:09:12 Setting http proxy: proxy.eclipse.org:9898
22:09:12  > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-reactive-streams.git +refs/heads/*:refs/remotes/origin/*
22:09:12 ERROR: Error cloning remote repo 'origin'
22:09:12 hudson.plugins.git.GitException: Command "/usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-reactive-streams.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
22:09:12 stdout: 
22:09:12 stderr: fatal: unable to access 'https://github.com/eclipse/microprofile-reactive-streams.git/': Received HTTP code 503 from proxy after CONNECT
22:09:12 
22:09:12 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2002)
22:09:12 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1721)
22:09:12 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
22:09:12 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:405)
22:09:12 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:614)
22:09:12 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146)
22:09:12 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
22:09:12 	at hudson.scm.SCM.checkout(SCM.java:504)
22:09:12 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
22:09:12 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
22:09:12 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
22:09:12 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
22:09:12 	at hudson.model.Run.execute(Run.java:1798)
22:09:12 	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
22:09:12 	at hudson.model.ResourceController.execute(ResourceController.java:97)
22:09:12 	at hudson.model.Executor.run(Executor.java:429)
22:09:12 ERROR: Error cloning remote repo 'origin'
22:09:12 Started calculate disk usage of build
22:09:12 Finished Calculation of disk usage of build in 0 seconds
22:09:19 Started calculate disk usage of workspace
22:09:19 Finished Calculation of disk usage of workspace in 0 seconds
22:09:20 Setting status of 2ab08e72ea6dacd81e8abf4d5b651fdf6cb00b1a to FAILURE with url https://hudson.eclipse.org/microprofile/job/reactive-streams-prs/87/ and message: 'Build finished. '
22:09:20 Could not update commit status of the Pull Request on GitHub.
22:09:20 java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 503 Service Unavailable"
22:09:20 	at sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnection.java:2142)
22:09:20 	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183)
22:09:20 	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1334)
22:09:20 	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1309)
22:09:20 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:259)
22:09:20 	at org.kohsuke.github.Requester.buildRequest(Requester.java:410)
22:09:20 	at org.kohsuke.github.Requester._to(Requester.java:274)
22:09:20 	at org.kohsuke.github.Requester.to(Requester.java:239)
22:09:20 	at org.kohsuke.github.GHRepository.createCommitStatus(GHRepository.java:1083)
22:09:20 	at org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus.createCommitStatus(GhprbSimpleStatus.java:283)
22:09:20 	at org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus.onBuildComplete(GhprbSimpleStatus.java:241)
22:09:20 	at org.jenkinsci.plugins.ghprb.GhprbBuilds.onCompleted(GhprbBuilds.java:205)
22:09:20 	at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onCompleted(GhprbBuildListener.java:28)
22:09:20 	at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:211)
22:09:20 	at hudson.model.Run.execute(Run.java:1843)
22:09:20 	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
22:09:20 	at hudson.model.ResourceController.execute(ResourceController.java:97)
22:09:20 	at hudson.model.Executor.run(Executor.java:429)
22:09:20 Finished: FAILURE