<div dir="ltr">I know get a different error:<div><br></div><div>$ make mergegcov<br>ssh: Could not resolve hostname +master: Name or service not known<br>fatal: Could not read from remote repository.<br>Please make sure you have the correct access rights<br>and the repository exists.<br>Usage: gcov.py [options] <br>gcov.py: error: --merge_branch option requires 1 argument<br>make[1]: *** [mergegcov] Error 2<br>makefile:518: recipe for target 'mergegcov' failed<br>GNUmakefile:17: recipe for target 'mergegcov' failed<br>make: *** [mergegcov] Error 2<br>Running after_script<br>00:01<br>The system default contains no modules<br>  (env var: LMOD_SYSTEM_DEFAULT_MODULES is empty)<br>  No changes in loaded modules<br>Uploading artifacts for failed job<br>00:06<br>The system default contains no modules<br>  (env var: LMOD_SYSTEM_DEFAULT_MODULES is empty)<br>  No changes in loaded modules<br></div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 8, 2020 at 10:04 PM Satish Balay via petsc-dev <<a href="mailto:petsc-dev@mcs.anl.gov">petsc-dev@mcs.anl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">MR at: <a href="https://gitlab.com/petsc/petsc/-/merge_requests/3327" rel="noreferrer" target="_blank">https://gitlab.com/petsc/petsc/-/merge_requests/3327</a><br>
<br>
Satish<br>
<br>
On Thu, 8 Oct 2020, Barry Smith wrote:<br>
<br>
> <br>
>   Yes, I think Satish's fix is correct.<br>
> <br>
>   Barry<br>
> <br>
> <br>
> > On Oct 8, 2020, at 4:54 PM, Satish Balay <<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>> wrote:<br>
> > <br>
> >> fatal: ambiguous argument 'origin/master...': unknown revision or path not in the working tree.<br>
> > <br>
> > Likely a bug in this check [which I think is expected to create origin/master in the clone] ..<br>
> > <br>
> > Satish<br>
> > <br>
> > diff --git a/lib/petsc/bin/maint/check-merge-branch.sh b/lib/petsc/bin/maint/check-merge-branch.sh<br>
> > index f590b9c646..3ba477c4af 100755<br>
> > --- a/lib/petsc/bin/maint/check-merge-branch.sh<br>
> > +++ b/lib/petsc/bin/maint/check-merge-branch.sh<br>
> > @@ -1,6 +1,7 @@<br>
> > #!/bin/bash -e<br>
> > <br>
> > if [ ! -z ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME+x} ]; then<br>
> > +  git fetch -q --unshallow --no-tags +${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}:remotes/origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}<br>
> >   echo origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}<br>
> >   exit 0<br>
> > fi<br>
> > <br>
> > On Thu, 8 Oct 2020, Barry Smith wrote:<br>
> > <br>
> >> <br>
> >> git diff --name-only origin/master...' returned non-zero exit status 128.<br>
> >> <br>
> >> <br>
> >>  I did a retry, let's see if that works.<br>
> >> <br>
> >>  I can protect this with a try so it won't crash CI and waste people's time. <br>
> >> <br>
> >>  I'll look at the log more closely later and see if I guess the cause.<br>
> >> <br>
> >>  Barry<br>
> >> <br>
> >> <br>
> >>> On Oct 8, 2020, at 3:03 PM, Matthew Knepley <<a href="mailto:knepley@gmail.com" target="_blank">knepley@gmail.com</a>> wrote:<br>
> >>> <br>
> >>> Barry, I got this<br>
> >>> <br>
> >>>  <a href="https://gitlab.com/petsc/petsc/-/jobs/780244679" rel="noreferrer" target="_blank">https://gitlab.com/petsc/petsc/-/jobs/780244679</a> <<a href="https://gitlab.com/petsc/petsc/-/jobs/780244679" rel="noreferrer" target="_blank">https://gitlab.com/petsc/petsc/-/jobs/780244679</a>><br>
> >>> <br>
> >>> in this pipeline analysis<br>
> >>> <br>
> >>>  <a href="https://gitlab.com/petsc/petsc/-/pipelines/199842334" rel="noreferrer" target="_blank">https://gitlab.com/petsc/petsc/-/pipelines/199842334</a> <<a href="https://gitlab.com/petsc/petsc/-/pipelines/199842334" rel="noreferrer" target="_blank">https://gitlab.com/petsc/petsc/-/pipelines/199842334</a>><br>
> >>> <br>
> >>> I did not use the CI issue because this is about code.<br>
> >>> <br>
> >>>  Thanks,<br>
> >>> <br>
> >>>     Matt<br>
> >>> <br>
> >>> -- <br>
> >>> What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
> >>> -- Norbert Wiener<br>
> >>> <br>
> >>> <a href="https://www.cse.buffalo.edu/~knepley/" rel="noreferrer" target="_blank">https://www.cse.buffalo.edu/~knepley/</a> <<a href="http://www.cse.buffalo.edu/~knepley/" rel="noreferrer" target="_blank">http://www.cse.buffalo.edu/~knepley/</a>><br>
> >> <br>
> >> <br>
> > <br>
> <br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div>