small correction, I copy pasted from my local repo.

on the build server the lines that were missing after running  git
submodule init would have looked like this.

[submodule "docs/submodules/dovetail"]
        url = https://gerrit.opnfv.org/gerrit/dovetail

Regards,
Aric


On Wed, May 24, 2017 at 12:06 PM, Aric Gardner
<agard...@linuxfoundation.org> wrote:
> Hi Maryam,
>
> Its fixed.
>
> https://build.opnfv.org/ci/job/docs-verify-rtd-danube/367/console
>
> For some reason in opnfvdocs/.git/config on the danube branch
> these line did not exist:
>
> [submodule "docs/submodules/dovetail"]
>   url = ssh://agard...@gerrit.opnfv.org:29418/dovetail
>
> normally this would happen if the submodule was added incompletely,
> but how it was added properly into the master branch, and cherry
> picked incompletely into danube is a mystery.
> gerrit does not show changes or lack of changes in .git/config so,
> although I see the patchset that brought the dovetail submodule into
> opnfvdocs danube branch I can't actually see the breakage.
>
> since Its not possible to push a change to .git/config I just removed
> the dovetail module from danube. If its needed in the future I will
> add it back correctly.
>
> -Aric
>
> On Tue, May 23, 2017 at 5:13 PM, Aric Gardner
> <agard...@linuxfoundation.org> wrote:
>> Hi Maryam,
>>
>> I can't reproduce the error from
>>
>> git config -f .gitmodules --get submodule.docs/submodules/dovetail.url
>>
>> But I do see this bug report 
>> https://issues.jenkins-ci.org/browse/JENKINS-38860
>>
>> We will investigate further and get your build working again.
>>
>> Regards,
>> Aric
>>
>> On Tue, May 23, 2017 at 1:47 PM, Trevor Bramwell
>> <tbramw...@linuxfoundation.org> wrote:
>>> Hey Maryam,
>>>
>>> Looking at docs-verify-rtd-master[1], I'm seeing dovetail get pulled
>>> successfully, so I don't actually believe it's related to the Git
>>> plugin.
>>>
>>> Looks like it's something specific to the stable/danube branch.
>>>
>>> Regards,
>>> Trevor Bramwell
>>>
>>> [1] 
>>> https://build.opnfv.org/ci/view/opnfvdocs/job/docs-verify-rtd-master/1268/consoleFull
>>>
>>> On Tue, May 23, 2017 at 05:01:24PM +0000, Tahhan, Maryam wrote:
>>>> Thanking you :)
>>>>
>>>> > -----Original Message-----
>>>> > From: Trevor Bramwell [mailto:tbramw...@linuxfoundation.org]
>>>> > Sent: Tuesday, May 23, 2017 6:00 PM
>>>> > To: Tahhan, Maryam <maryam.tah...@intel.com>
>>>> > Cc: TECH-DISCUSS OPNFV <opnfv-tech-discuss@lists.opnfv.org>
>>>> > Subject: Re: [opnfv-tech-discuss] [opnfvdocs] Verify job is failing
>>>> >
>>>> > Hi Maryam,
>>>> >
>>>> > I believe this is an issue with the updated Git plugin. I'm digging into 
>>>> > this now
>>>> > to understand how the submodule behavior changed.
>>>> >
>>>> > Regards,
>>>> > Trevor Bramwell
>>>> >
>>>> > On Tue, May 23, 2017 at 03:30:45PM +0000, Tahhan, Maryam wrote:
>>>> > > Hi Sofia
>>>> > >
>>>> > > The barometer ci docs verify jobs seem to be failing on a dovetail
>>>> > documentation issue? Any idea what this is or when it will be fixed?
>>>> > >
>>>> > > https://build.opnfv.org/ci/job/docs-verify-rtd-danube/350/console
>>>> > >
>>>> > > > git config --get submodule.docs/submodules/dovetail.url # timeout=10
>>>> > > FATAL: Command "git config --get
>>>> > submodule.docs/submodules/dovetail.url" returned status code 1:
>>>> > > stdout:
>>>> > > stderr:
>>>> > > hudson.plugins.git.GitException: Command "git config --get
>>>> > submodule.docs/submodules/dovetail.url" returned status code 1:
>>>> > > stdout:
>>>> > > stderr:
>>>> > >   at
>>>> > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.
>>>> > java:1877)
>>>> > >   at
>>>> > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.
>>>> > java:1845)
>>>> > >   at
>>>> > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.
>>>> > java:1841)
>>>> > >   at
>>>> > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.ja
>>>> > va:1486)
>>>> > >   at
>>>> > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.ja
>>>> > va:1498)
>>>> > >   at
>>>> > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.getSubmoduleUrl(CliGitAPIImpl.j
>>>> > ava:1124)
>>>> > >   at
>>>> > org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:105
>>>> > 0)
>>>> > >   at
>>>> > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1
>>>> > .call(RemoteGitImpl.java:153)
>>>> > >   at
>>>> > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1
>>>> > .call(RemoteGitImpl.java:146)
>>>> > >   at hudson.remoting.UserRequest.perform(UserRequest.java:153)
>>>> > >   at hudson.remoting.UserRequest.perform(UserRequest.java:50)
>>>> > >   at hudson.remoting.Request$2.run(Request.java:336)
>>>> > >   at
>>>> > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorSe
>>>> > rvice.java:68)
>>>> > >   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>>>> > >   at
>>>> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.jav
>>>> > a:1142)
>>>> > >   at
>>>> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
>>>> > va:617)
>>>> > >   at hudson.remoting.Engine$1$1.run(Engine.java:94)
>>>> > >   at java.lang.Thread.run(Thread.java:745)
>>>> > >   at ......remote call to JNLP4-connect connection from
>>>> > 10.30.0.3/10.30.0.3:53172(Native Method)
>>>> > >   at
>>>> > hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
>>>> > >   at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
>>>> > >   at hudson.remoting.Channel.call(Channel.java:830)
>>>> > >   at
>>>> > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.e
>>>> > xecute(RemoteGitImpl.java:146)
>>>> > >   at sun.reflect.GeneratedMethodAccessor1496.invoke(Unknown
>>>> > Source)
>>>> > >   at
>>>> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>>> > sorImpl.java:43)
>>>> > >   at java.lang.reflect.Method.invoke(Method.java:606)
>>>> > >   at
>>>> > org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.i
>>>> > nvoke(RemoteGitImpl.java:132)
>>>> > >   at com.sun.proxy.$Proxy63.execute(Unknown Source)
>>>> > >   at
>>>> > hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutComplete
>>>> > d(SubmoduleOption.java:102)
>>>> > >   at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1176)
>>>> > >   at hudson.scm.SCM.checkout(SCM.java:496)
>>>> > >   at
>>>> > hudson.model.AbstractProject.checkout(AbstractProject.java:1281)
>>>> > >   at
>>>> > hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(Abstr
>>>> > actBuild.java:604)
>>>> > >   at
>>>> > jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
>>>> > >   at
>>>> > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:
>>>> > 529)
>>>> > >   at hudson.model.Run.execute(Run.java:1728)
>>>> > >   at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>>>> > >   at
>>>> > hudson.model.ResourceController.execute(ResourceController.java:98)
>>>> > >   at hudson.model.Executor.run(Executor.java:405)
>>>> > > Finished: FAILURE
>>>> > >
>>>> > > Thanks
>>>> > > Maryam
>>>> > > _______________________________________________
>>>> > > opnfv-tech-discuss mailing list
>>>> > > opnfv-tech-discuss@lists.opnfv.org
>>>> > > https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss
>>>
>>> _______________________________________________
>>> opnfv-tech-discuss mailing list
>>> opnfv-tech-discuss@lists.opnfv.org
>>> https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss
>>>
_______________________________________________
opnfv-tech-discuss mailing list
opnfv-tech-discuss@lists.opnfv.org
https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss

Reply via email to