ocworld commented on pull request #32397:
URL: https://github.com/apache/spark/pull/32397#issuecomment-830720578


   @dongjoon-hyun Thank you for your test and reply.
   Though rebasing from upstream, checking build and test is failed now.
   Jenkins build is also failed with logs.
   
   ```
   Setting status of fe0a4b5625ffceaa6c81e9f63637214d08369642 to FAILURE with 
url 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/42657/ 
and message: 'Build finished. '
   FileNotFoundException means that the credentials Jenkins is using is 
probably wrong. Or the user account does not have write access to the repo.
   org.kohsuke.github.GHFileNotFoundException: 
https://api.github.com/repos/apache/spark/statuses/fe0a4b5625ffceaa6c81e9f63637214d08369642
 {"message":"Not 
Found","documentation_url":"https://docs.github.com/rest/reference/repos#create-a-commit-status"}
        at 
org.kohsuke.github.GitHubClient.interpretApiError(GitHubClient.java:492)
        at org.kohsuke.github.GitHubClient.sendRequest(GitHubClient.java:420)
        at org.kohsuke.github.GitHubClient.sendRequest(GitHubClient.java:363)
        at org.kohsuke.github.Requester.fetch(Requester.java:74)
        at 
org.kohsuke.github.GHRepository.createCommitStatus(GHRepository.java:1906)
        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:1952)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
   Caused by: java.io.FileNotFoundException: 
https://api.github.com/repos/apache/spark/statuses/fe0a4b5625ffceaa6c81e9f63637214d08369642
        at sun.reflect.GeneratedConstructorAccessor1029.newInstance(Unknown 
Source)
        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 
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
        at 
org.kohsuke.github.GitHubHttpUrlConnectionClient$HttpURLConnectionResponseInfo.bodyStream(GitHubHttpUrlConnectionClient.java:197)
        at 
org.kohsuke.github.GitHubResponse$ResponseInfo.getBodyAsString(GitHubResponse.java:326)
        at org.kohsuke.github.GitHubResponse.parseBody(GitHubResponse.java:91)
        at org.kohsuke.github.Requester.lambda$fetch$1(Requester.java:74)
        at org.kohsuke.github.GitHubClient.createResponse(GitHubClient.java:461)
        at org.kohsuke.github.GitHubClient.sendRequest(GitHubClient.java:412)
        ... 12 more
   Caused by: java.io.FileNotFoundException: 
https://api.github.com/repos/apache/spark/statuses/fe0a4b5625ffceaa6c81e9f63637214d08369642
        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896)
        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.GitHubHttpUrlConnectionClient.getResponseInfo(GitHubHttpUrlConnectionClient.java:69)
        at org.kohsuke.github.GitHubClient.sendRequest(GitHubClient.java:400)
        ... 12 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to