ipfs-inactive / jenkins

[ARCHIVED] Configuration for IPFS's build system
https://ci.ipfs.team/blue
8 stars 6 forks source link

[j-bug] PR from removed fork crashes branch scan #57

Closed Kubuxu closed 6 years ago

Kubuxu commented 7 years ago

See: https://issues.jenkins-ci.org/browse/JENKINS-41246 and https://github.com/ipfs/go-ipfs/pull/3690


    Checking pull request #3690
ERROR: [Thu Mar 02 13:23:52 GMT 2017] Could not fetch branches from source 378c679a-8d9b-443f-9055-8d15f706c28a
java.lang.NullPointerException
    at org.jenkinsci.plugins.github_branch_source.GitHubSCMSource.doRetrieve(GitHubSCMSource.java:571)
    at org.jenkinsci.plugins.github_branch_source.GitHubSCMSource.retrieve(GitHubSCMSource.java:451)
    at jenkins.scm.api.SCMSource._retrieve(SCMSource.java:300)
    at jenkins.scm.api.SCMSource.fetch(SCMSource.java:210)
    at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:628)
    at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:219)
    at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:154)
    at jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:967)
    at hudson.model.ResourceController.execute(ResourceController.java:98)
    at hudson.model.Executor.run(Executor.java:404)
[Thu Mar 02 13:23:52 GMT 2017] Finished branch indexing. Indexing took 3.7 sec
FATAL: Failed to recompute children of go-ipfs
java.lang.NullPointerException
    at org.jenkinsci.plugins.github_branch_source.GitHubSCMSource.doRetrieve(GitHubSCMSource.java:571)
    at org.jenkinsci.plugins.github_branch_source.GitHubSCMSource.retrieve(GitHubSCMSource.java:451)
    at jenkins.scm.api.SCMSource._retrieve(SCMSource.java:300)
    at jenkins.scm.api.SCMSource.fetch(SCMSource.java:210)
    at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:628)
    at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:219)
    at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:154)
    at jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:967)
    at hudson.model.ResourceController.execute(ResourceController.java:98)
    at hudson.model.Executor.run(Executor.java:404)
Finished: FAILURE