clearcontainers / jenkins

Used to store the Jenkins based CI configuration files - both for backup, re-creation and history etc.
Apache License 2.0
3 stars 4 forks source link

occasionally we see connectivity errors in the logs #8

Open jodh-intel opened 7 years ago

jodh-intel commented 7 years ago

For example, see the top of this log file:

15:27:15 GitHub pull request #566 of commit 09727231a4be2ef68731a7614f79c1840b42e534, no merge conflicts.
15:27:25 Unable to query GitHub for status of PullRequestorg.kohsuke.github.HttpException: Server returned HTTP response code: -1, message: 'null' for URL: https://api.github.com/repos/clearcontainers/tests/pulls/566
15:27:25    at org.kohsuke.github.Requester.parse(Requester.java:622)
15:27:25    at org.kohsuke.github.Requester.parse(Requester.java:620)
15:27:25    at org.kohsuke.github.Requester.parse(Requester.java:620)
15:27:25    at org.kohsuke.github.Requester.parse(Requester.java:584)
15:27:25    at org.kohsuke.github.Requester._to(Requester.java:264)
15:27:25    at org.kohsuke.github.Requester.to(Requester.java:233)
15:27:25    at org.kohsuke.github.GHPullRequest.populate(GHPullRequest.java:207)
15:27:25    at org.kohsuke.github.GHPullRequest.isMerged(GHPullRequest.java:165)
15:27:25    at org.jenkinsci.plugins.ghprb.GhprbBuilds.onStarted(GhprbBuilds.java:102)
15:27:25    at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onStarted(GhprbBuildListener.java:18)
15:27:25    at hudson.model.listeners.RunListener.fireStarted(RunListener.java:240)
15:27:25    at hudson.model.Run.execute(Run.java:1733)
15:27:25    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
15:27:25    at hudson.model.ResourceController.execute(ResourceController.java:97)
15:27:25    at hudson.model.Executor.run(Executor.java:419)
15:27:25 Caused by: java.net.SocketTimeoutException: Read timed out
15:27:25    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
15:27:25    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
15:27:25    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
15:27:25    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
15:27:25    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1926)
15:27:25    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1921)
15:27:25    at java.security.AccessController.doPrivileged(Native Method)
15:27:25    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1920)
15:27:25    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1490)
15:27:25    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
15:27:25    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
15:27:25    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338)
15:27:25    at org.kohsuke.github.Requester.parse(Requester.java:592)
15:27:25    ... 14 more
15:27:25 Caused by: java.net.SocketTimeoutException: Read timed out
15:27:25    at java.net.SocketInputStream.socketRead0(Native Method)
15:27:25    at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
15:27:25    at java.net.SocketInputStream.read(SocketInputStream.java:171)
15:27:25    at java.net.SocketInputStream.read(SocketInputStream.java:141)
15:27:25    at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
15:27:25    at sun.security.ssl.InputRecord.read(InputRecord.java:503)
15:27:25    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
15:27:25    at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
15:27:25    at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
15:27:25    at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
15:27:25    at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
15:27:25    at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
15:27:25    at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
15:27:25    at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
15:27:25    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1569)
15:27:25    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
15:27:25    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
15:27:25    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338)
15:27:25    at org.kohsuke.github.Requester.parse(Requester.java:592)
15:27:25    ... 12 more
15:27:25 Setting status of 09727231a4be2ef68731a7614f79c1840b42e534 to PENDING with url http://cc-jenkins-ci.westus2.cloudapp.azure.com/job/clear-containers-tests-azure-ubuntu-17-04/126/ and message: 'Build running'