You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nuttx.apache.org by fft <ff...@feedforward.com.cn> on 2022/02/03 10:04:42 UTC

HEAD detached at pull/5404/merge

Hi team's
I meet a strange cibuild problem when i do a PR to enable sparc's daily ci in tools/ci/testlist/other.dat, the build of xx3803/nsh seem's succed,but when 
Normalize xx3803/nsh,there is a:"HEAD detached at pull/5404/merge" I'm confused,and who can remind me why this result? thanks!
https://github.com/apache/incubator-nuttx/runs/5049376192?check_suite_focus=true


     Configuration/Tool: xx3803/nsh             

     ------------------------------------------------------------------------------------    
 
        

       Cleaning...    
 
        

       Configuring...    
 
        

       Building NuttX...    
 
        

       Normalize xx3803/nsh    
 
        

     HEAD detached at pull/5404/merge    
 
        

     Untracked files:    
 
        

       (use "git add <file&gt;..." to include in what will be committed)    
 
        

     	arch/sparc/include/board    
 
        

     	arch/sparc/include/chip    
 
        

     	arch/sparc/src/board    
 
        

     	arch/sparc/src/chip    
 
        

         
 
        

     nothing added to commit but untracked files present (use "git add" to track)


Best regards,
Zou

Re: HEAD detached at pull/5404/merge

Posted by fft <ff...@feedforward.com.cn>.
yes,the problem finely solved In Abdelatif's way, and thank you very much Alan!
&nbsp;
&nbsp;
------------------&nbsp;Original&nbsp;------------------
From: &nbsp;"Alan&nbsp;Carvalho&nbsp;de&nbsp;Assis"<acassis@gmail.com&gt;;
Date: &nbsp;Thu, Feb 3, 2022 07:44 PM
To: &nbsp;"dev"<dev@nuttx.apache.org&gt;; 

Subject: &nbsp;Re: HEAD detached at pull/5404/merge

&nbsp;

Hi Zou,

I think Abdelatif already gave you the hint, you need to add those
files to .gitignore because they are symbolic link, them aren't part
of the source tree.

BR,

Alan

On 2/3/22, fft <fft@feedforward.com.cn&gt; wrote:
&gt; Hi team's
&gt; I meet a strange cibuild problem when i do a PR to enable sparc's daily ci
&gt; in tools/ci/testlist/other.dat, the build of xx3803/nsh seem's succed,but
&gt; when
&gt; Normalize xx3803/nsh,there is a:"HEAD detached at pull/5404/merge" I'm
&gt; confused,and who can remind me why this result? thanks!
&gt; https://github.com/apache/incubator-nuttx/runs/5049376192?check_suite_focus=true
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Configuration/Tool: xx3803/nsh
&gt;
&gt;
&gt; ------------------------------------------------------------------------------------
&gt;
&gt;
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cleaning...
&gt;
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Configuring...
&gt;
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Building NuttX...
&gt;
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Normalize xx3803/nsh
&gt;
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HEAD detached at pull/5404/merge
&gt;
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Untracked files:
&gt;
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (use "git add <file&amp;gt;..." to include in what will be committed)
&gt;
&gt;
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 	arch/sparc/include/board
&gt;
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 	arch/sparc/include/chip
&gt;
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 	arch/sparc/src/board
&gt;
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 	arch/sparc/src/chip
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nothing added to commit but untracked files present (use "git add" to
&gt; track)
&gt;
&gt;
&gt; Best regards,
&gt; Zou

Re: HEAD detached at pull/5404/merge

Posted by Alan Carvalho de Assis <ac...@gmail.com>.
Hi Zou,

I think Abdelatif already gave you the hint, you need to add those
files to .gitignore because they are symbolic link, them aren't part
of the source tree.

BR,

Alan

On 2/3/22, fft <ff...@feedforward.com.cn> wrote:
> Hi team's
> I meet a strange cibuild problem when i do a PR to enable sparc's daily ci
> in tools/ci/testlist/other.dat, the build of xx3803/nsh seem's succed,but
> when
> Normalize xx3803/nsh,there is a:"HEAD detached at pull/5404/merge" I'm
> confused,and who can remind me why this result? thanks!
> https://github.com/apache/incubator-nuttx/runs/5049376192?check_suite_focus=true
>
>
>      Configuration/Tool: xx3803/nsh
>
>
> ------------------------------------------------------------------------------------
>
>
>
>
>        Cleaning...
>
>
>
>        Configuring...
>
>
>
>        Building NuttX...
>
>
>
>        Normalize xx3803/nsh
>
>
>
>      HEAD detached at pull/5404/merge
>
>
>
>      Untracked files:
>
>
>
>        (use "git add <file&gt;..." to include in what will be committed)
>
>
>
>
>      	arch/sparc/include/board
>
>
>
>      	arch/sparc/include/chip
>
>
>
>      	arch/sparc/src/board
>
>
>
>      	arch/sparc/src/chip
>
>
>
>
>
>
>
>      nothing added to commit but untracked files present (use "git add" to
> track)
>
>
> Best regards,
> Zou