[JIRA] (JENKINS-49695) Could not fetch branches from source while using Discover open changes

42 views
Skip to first unread message

sorin.sbarnea@gmail.com (JIRA)

unread,
Feb 22, 2018, 7:26:02 AM2/22/18
to jenkinsc...@googlegroups.com
Sorin Sbarnea created an issue
 
Jenkins / Bug JENKINS-49695
Could not fetch branches from source while using Discover open changes
Issue Type: Bug Bug
Assignee: lucamilanesio
Components: gerrit-plugin, workflow-multibranch-plugin
Created: 2018-02-22 12:25
Environment: gerrit-plugin-1.1.0
jenkins-2.89.4
Priority: Minor Minor
Reporter: Sorin Sbarnea

It seems that by default multibranch-pipeline and git-review setup does not discover any branches in gerrit projects, even after adding "Filter by name (with wildcards)" with defaults settings (include *, exclude: <empty string>) — which seems to have no effect.

Once we add "Discover open changes" to the config, Jenkins starts to discover open branches on gerrit....but detection seems to be buggy because I see some failures in the logs:

 

Started
[Thu Feb 22 12:15:18 GMT 2018] Starting branch indexing...
 > git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://review.gerrithub.io/pycontribs/powertape
 > git config remote.origin.url https://review.gerrithub.io/pycontribs/powertape # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/*
 > git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://review.gerrithub.io/pycontribs/powertape
 > git config remote.origin.url https://review.gerrithub.io/pycontribs/powertape # timeout=10
Fetching & pruning origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* --prune
Listing remote references...
 > git config --get remote.origin.url # timeout=10
 > git ls-remote https://review.gerrithub.io/pycontribs/powertape # timeout=10
Checking branches ...
{HEAD=AnyObjectId[781eddd780bf4fcb9099f6e650052ea2da059e3b], refs/heads/bad-change=AnyObjectId[8219cfefc52a55204adf7171bce188ebfa686b7b], refs/changes/12/391412/1=AnyObjectId[f6756e7b468955fbdbcd3b804457ab4497e27ac1], refs/heads/master=AnyObjectId[781eddd780bf4fcb9099f6e650052ea2da059e3b], refs/notes/review=AnyObjectId[5d428360fcd2fbc04d7deb36a2e473c24ad0a04b], refs/changes/82/391282/1=AnyObjectId[9f94b2b72cfd8e81716719f406daede9938b1f1f]}
Filtered branches ...
{HEAD=AnyObjectId[781eddd780bf4fcb9099f6e650052ea2da059e3b], refs/heads/bad-change=AnyObjectId[8219cfefc52a55204adf7171bce188ebfa686b7b], refs/changes/12/391412/1=AnyObjectId[f6756e7b468955fbdbcd3b804457ab4497e27ac1], refs/heads/master=AnyObjectId[781eddd780bf4fcb9099f6e650052ea2da059e3b], refs/notes/review=AnyObjectId[5d428360fcd2fbc04d7deb36a2e473c24ad0a04b], refs/changes/82/391282/1=AnyObjectId[9f94b2b72cfd8e81716719f406daede9938b1f1f]}
Skipping branches HEAD
  Checking branch bad-change
      ‘Jenkinsfile’ found
    Met criteria
Scheduled build for branch: bad-change
  Checking branch master
      ‘Jenkinsfile’ found
    Met criteria
Scheduled build for branch: master
Skipping branches refs/notes/review
  Checking change 82/391282/1
ERROR: [Thu Feb 22 12:15:21 GMT 2018] Could not fetch branches from source 35cf7e56-e8f8-4fe5-8016-e5fd4bce0575
org.eclipse.jgit.errors.MissingObjectException: Missing unknown 9f94b2b72cfd8e81716719f406daede9938b1f1f
at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:158)
at org.eclipse.jgit.lib.ObjectReader.open(ObjectReader.java:227)
at org.eclipse.jgit.revwalk.RevWalk.parseAny(RevWalk.java:859)
at org.eclipse.jgit.revwalk.RevWalk.parseCommit(RevWalk.java:772)
at jenkins.plugins.gerrit.AbstractGerritSCMSource$8.create(AbstractGerritSCMSource.java:343)
at jenkins.plugins.gerrit.AbstractGerritSCMSource$8.create(AbstractGerritSCMSource.java:337)
at jenkins.scm.api.trait.SCMSourceRequest.process(SCMSourceRequest.java:341)
at jenkins.plugins.gerrit.AbstractGerritSCMSource.processChangeRequest(AbstractGerritSCMSource.java:327)
at jenkins.plugins.gerrit.AbstractGerritSCMSource.access$300(AbstractGerritSCMSource.java:59)
at jenkins.plugins.gerrit.AbstractGerritSCMSource$1.discoverBranches(AbstractGerritSCMSource.java:136)
at jenkins.plugins.gerrit.AbstractGerritSCMSource$1.run(AbstractGerritSCMSource.java:98)
at jenkins.plugins.gerrit.AbstractGerritSCMSource$1.run(AbstractGerritSCMSource.java:82)
at jenkins.plugins.gerrit.AbstractGerritSCMSource.doRetrieve(AbstractGerritSCMSource.java:497)
at jenkins.plugins.gerrit.AbstractGerritSCMSource.retrieve(AbstractGerritSCMSource.java:81)
at jenkins.scm.api.SCMSource._retrieve(SCMSource.java:355)
at jenkins.scm.api.SCMSource.fetch(SCMSource.java:265)
at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:631)
at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:276)
at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:165)
at jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:1022)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
[Thu Feb 22 12:15:21 GMT 2018] Finished branch indexing. Indexing took 3 sec
FATAL: Failed to recompute children of test-jjb-multibranch-gerrit-http-ano
org.eclipse.jgit.errors.MissingObjectException: Missing unknown 9f94b2b72cfd8e81716719f406daede9938b1f1f
at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:158)
at org.eclipse.jgit.lib.ObjectReader.open(ObjectReader.java:227)
at org.eclipse.jgit.revwalk.RevWalk.parseAny(RevWalk.java:859)
at org.eclipse.jgit.revwalk.RevWalk.parseCommit(RevWalk.java:772)
at jenkins.plugins.gerrit.AbstractGerritSCMSource$8.create(AbstractGerritSCMSource.java:343)
at jenkins.plugins.gerrit.AbstractGerritSCMSource$8.create(AbstractGerritSCMSource.java:337)
at jenkins.scm.api.trait.SCMSourceRequest.process(SCMSourceRequest.java:341)
at jenkins.plugins.gerrit.AbstractGerritSCMSource.processChangeRequest(AbstractGerritSCMSource.java:327)
at jenkins.plugins.gerrit.AbstractGerritSCMSource.access$300(AbstractGerritSCMSource.java:59)
at jenkins.plugins.gerrit.AbstractGerritSCMSource$1.discoverBranches(AbstractGerritSCMSource.java:136)
at jenkins.plugins.gerrit.AbstractGerritSCMSource$1.run(AbstractGerritSCMSource.java:98)
at jenkins.plugins.gerrit.AbstractGerritSCMSource$1.run(AbstractGerritSCMSource.java:82)
at jenkins.plugins.gerrit.AbstractGerritSCMSource.doRetrieve(AbstractGerritSCMSource.java:497)
at jenkins.plugins.gerrit.AbstractGerritSCMSource.retrieve(AbstractGerritSCMSource.java:81)
at jenkins.scm.api.SCMSource._retrieve(SCMSource.java:355)
at jenkins.scm.api.SCMSource.fetch(SCMSource.java:265)
at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:631)
at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:276)
at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:165)
at jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:1022)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Finished: FAILURE

 

The sample project I used for testing is https://review.gerrithub.io/pycontribs/powertape (configured with the same URL.).

A Jenkins instance with test jobs already configured is accessible at https://j.sbarnea.com/job/test-jjb-multibranch-gerrit-http-ano/configure – If you need access to it just mention your github login in a comment.

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

lucamilanesio@java.net (JIRA)

unread,
Oct 14, 2018, 12:29:02 PM10/14/18
to jenkinsc...@googlegroups.com
lucamilanesio commented on Bug JENKINS-49695
 
Re: Could not fetch branches from source while using Discover open changes

I believe this problem should be fixed already: it was due to the missing ref-spec for fetching open changes and associated patch-sets.

Sorin Sbarnea can you please verify again?

This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

lucamilanesio@java.net (JIRA)

unread,
Oct 14, 2018, 1:18:02 PM10/14/18
to jenkinsc...@googlegroups.com

lucamilanesio@java.net (JIRA)

unread,
Oct 23, 2018, 4:58:05 PM10/23/18
to jenkinsc...@googlegroups.com
Change By: lucamilanesio
Status: Fixed but Unreleased Closed
Released As: gerrit-code-review-0.2
Reply all
Reply to author
Forward
0 new messages