GitHub pull request #2708 of commit 68ee81a7fb3ed09c62ff02863ee52568a8f4b4e8, no merge conflicts. Running as SYSTEM Setting status of 68ee81a7fb3ed09c62ff02863ee52568a8f4b4e8 to PENDING with url https://buildbot.iovisor.org/jenkins/job/bcc-pr/241/ and message: 'Build started for merge commit.' Building on master in workspace /var/lib/jenkins/workspace/bcc-pr No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/iovisor/bcc.git # timeout=10 Fetching upstream changes from https://github.com/iovisor/bcc.git > git --version # timeout=10 > git fetch --tags --progress -- https://github.com/iovisor/bcc.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse refs/remotes/origin/pr/2708/merge^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pr/2708/merge^{commit} # timeout=10 Checking out Revision 3d16af1799695582cf0e2e8fb50594218e592400 (refs/remotes/origin/pr/2708/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 3d16af1799695582cf0e2e8fb50594218e592400 # timeout=10 Commit message: "Merge 68ee81a7fb3ed09c62ff02863ee52568a8f4b4e8 into bbafe998921792839d5c09f76705dd30849140ba" First time build. Skipping changelog. Triggering bcc-pr » fc28 Triggering bcc-pr » fc25 Triggering bcc-pr » ubuntu1710 Triggering bcc-pr » ubuntu1804 Triggering bcc-pr » fc27 Triggering bcc-pr » fc26 Triggering bcc-pr » ubuntu1604 Configuration bcc-pr » fc28 is still in the queue: ‘fedora28-slave-695’ is offline Configuration bcc-pr » fc28 is still in the queue: All nodes of label ‘fc28’ are offline bcc-pr » fc28 completed with result SUCCESS bcc-pr » fc25 completed with result SUCCESS bcc-pr » ubuntu1710 completed with result SUCCESS bcc-pr » ubuntu1804 completed with result SUCCESS bcc-pr » fc27 completed with result SUCCESS bcc-pr » fc26 completed with result SUCCESS bcc-pr » ubuntu1604 completed with result SUCCESS Setting status of 68ee81a7fb3ed09c62ff02863ee52568a8f4b4e8 to SUCCESS with url https://buildbot.iovisor.org/jenkins/job/bcc-pr/241/ and message: 'Build finished. ' Could not update commit status of the Pull Request on GitHub. org.kohsuke.github.HttpException: Server returned HTTP response code: -1, message: 'null' for URL: https://api.github.com/repos/iovisor/bcc/statuses/68ee81a7fb3ed09c62ff02863ee52568a8f4b4e8 at org.kohsuke.github.Requester.parse(Requester.java:646) at org.kohsuke.github.Requester.parse(Requester.java:644) at org.kohsuke.github.Requester.parse(Requester.java:644) at org.kohsuke.github.Requester.parse(Requester.java:607) at org.kohsuke.github.Requester._to(Requester.java:285) at org.kohsuke.github.Requester.to(Requester.java:247) at org.kohsuke.github.GHRepository.createCommitStatus(GHRepository.java:1104) at org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus.createCommitStatus(GhprbSimpleStatus.java:283) at org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus.onBuildComplete(GhprbSimpleStatus.java:241) at org.jenkinsci.plugins.ghprb.GhprbBuilds.onCompleted(GhprbBuilds.java:205) at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onCompleted(GhprbBuildListener.java:28) at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:209) at hudson.model.Run.execute(Run.java:1861) at hudson.matrix.MatrixBuild.run(MatrixBuild.java:323) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused by: java.net.SocketTimeoutException: Read timed out at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950) at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352) at org.kohsuke.github.Requester.parse(Requester.java:615) ... 15 more Caused by: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:171) at java.net.SocketInputStream.read(SocketInputStream.java:141) at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) at sun.security.ssl.InputRecord.read(InputRecord.java:503) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975) at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933) at sun.security.ssl.AppInputStream.read(AppInputStream.java:105) at java.io.BufferedInputStream.fill(BufferedInputStream.java:246) at java.io.BufferedInputStream.read1(BufferedInputStream.java:286) at java.io.BufferedInputStream.read(BufferedInputStream.java:345) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1593) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352) at org.kohsuke.github.Requester.parse(Requester.java:615) ... 13 more Finished: SUCCESS