Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-38422

PR builds fail to start on mergeable check failure

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • ghprb-plugin
    • None

      Seeing this periodically. Suspect maybe something has changed in GitHub's API.

      Sep 21, 2016 10:35:29 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest
      Running the build
      Sep 21, 2016 10:35:29 AM FINEST org.jenkinsci.plugins.ghprb.GhprbPullRequest
      PR is not null, checking if mergable
      Sep 21, 2016 10:35:29 AM SEVERE org.jenkinsci.plugins.ghprb.GhprbPullRequest checkMergeable
      Couldn't obtain mergeable status.
      java.io.FileNotFoundException: {"message":"Not Found","documentation_url":"https://developer.github.com/v3"}
      	at org.kohsuke.github.Requester.handleApiError(Requester.java:592)
      	at org.kohsuke.github.Requester._to(Requester.java:272)
      	at org.kohsuke.github.Requester.to(Requester.java:220)
      	at org.kohsuke.github.GHPullRequest.populate(GHPullRequest.java:205)
      	at org.kohsuke.github.GHPullRequest.getMergeable(GHPullRequest.java:170)
      	at org.jenkinsci.plugins.ghprb.GhprbPullRequest.checkMergeable(GhprbPullRequest.java:476)
      	at org.jenkinsci.plugins.ghprb.GhprbPullRequest.tryBuild(GhprbPullRequest.java:340)
      	at org.jenkinsci.plugins.ghprb.GhprbPullRequest.check(GhprbPullRequest.java:168)
      	at org.jenkinsci.plugins.ghprb.GhprbRepository.onPullRequestHook(GhprbRepository.java:386)
      	at org.jenkinsci.plugins.ghprb.GhprbTrigger.handlePR(GhprbTrigger.java:619)
      	at org.jenkinsci.plugins.ghprb.GhprbRootAction$2.run(GhprbRootAction.java:252)
      Caused by: java.io.FileNotFoundException: https://api.github.com/repos/analyzere/are-platform/pulls/2003
      	at sun.reflect.GeneratedConstructorAccessor89.newInstance(Unknown Source)
      	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
      	at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1676)
      	at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1674)
      	at java.security.AccessController.doPrivileged(Native Method)
      	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1672)
      	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1245)
      	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
      	at org.kohsuke.github.Requester.parse(Requester.java:524)
      	at org.kohsuke.github.Requester._to(Requester.java:251)
      	... 9 more
      Caused by: java.io.FileNotFoundException: https://api.github.com/repos/analyzere/are-platform/pulls/2003
      	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
      	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
      	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338)
      	at org.kohsuke.github.Requester.parse(Requester.java:514)
      	... 10 more
      

            Unassigned Unassigned
            oeuftete oeuftete
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: