All of lore.kernel.org
 help / color / mirror / Atom feed
* buildman error
@ 2021-06-30 11:07 Wasim Khan
  2021-06-30 15:32 ` Alper Nebi Yasak
  0 siblings, 1 reply; 2+ messages in thread
From: Wasim Khan @ 2021-06-30 11:07 UTC (permalink / raw)
  To: u-boot; +Cc: Varun Sethi

Hi,


I am using latest u-boot code and trying to run buildman with my local patch for lx2160 platform on master branch.
Getting below error .

u-boot$ ./tools/buildman/buildman --list-tool-chains
aarch64   : /opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc
arm       : /opt/gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc


u-boot$ ./tools/buildman/buildman -b master lx2160ardb -ve
Building 2 commits for 3 boards (3 threads, 3 jobs per thread)
    0    0    0 /6       -6      (starting)Thread exception: git checkout (['git', '--git-dir', '../master/.bm-work/02/.git', '--work-tree', '../master/.bm-work/02', 'checkout', '-f', '3ef4572110a43acdd7d401b0cb184c6ebd6eaa17']): fatal: not a git repository: u-boot/.git/worktrees/-2

Thread exception: git checkout (['git', '--git-dir', '../master/.bm-work/00/.git', '--work-tree', '../master/.bm-work/00', 'checkout', '-f', '3ef4572110a43acdd7d401b0cb184c6ebd6eaa17']): fatal: not a git repository: u-boot/.git/worktrees/-

Thread exception: git checkout (['git', '--git-dir', '../master/.bm-work/01/.git', '--work-tree', '../master/.bm-work/01', 'checkout', '-f', '3ef4572110a43acdd7d401b0cb184c6ebd6eaa17']): fatal: not a git repository: -boot/.git/worktrees/-1


Completed: 6 total built
Failed: 3 thread exceptions

Regards,
Wasim


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: buildman error
  2021-06-30 11:07 buildman error Wasim Khan
@ 2021-06-30 15:32 ` Alper Nebi Yasak
  0 siblings, 0 replies; 2+ messages in thread
From: Alper Nebi Yasak @ 2021-06-30 15:32 UTC (permalink / raw)
  To: Wasim Khan, u-boot; +Cc: Varun Sethi



On 30/06/2021 14:07, Wasim Khan wrote:
> I am using latest u-boot code and trying to run buildman with my local patch for lx2160 platform on master branch.
> Getting below error .
> 
> u-boot$ ./tools/buildman/buildman --list-tool-chains
> aarch64   : /opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc
> arm       : /opt/gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc
> 
> 
> u-boot$ ./tools/buildman/buildman -b master lx2160ardb -ve
> Building 2 commits for 3 boards (3 threads, 3 jobs per thread)
>     0    0    0 /6       -6      (starting)Thread exception: git checkout (['git', '--git-dir', '../master/.bm-work/02/.git', '--work-tree', '../master/.bm-work/02', 'checkout', '-f', '3ef4572110a43acdd7d401b0cb184c6ebd6eaa17']): fatal: not a git repository: u-boot/.git/worktrees/-2
> 
> Thread exception: git checkout (['git', '--git-dir', '../master/.bm-work/00/.git', '--work-tree', '../master/.bm-work/00', 'checkout', '-f', '3ef4572110a43acdd7d401b0cb184c6ebd6eaa17']): fatal: not a git repository: u-boot/.git/worktrees/-
> 
> Thread exception: git checkout (['git', '--git-dir', '../master/.bm-work/01/.git', '--work-tree', '../master/.bm-work/01', 'checkout', '-f', '3ef4572110a43acdd7d401b0cb184c6ebd6eaa17']): fatal: not a git repository: -boot/.git/worktrees/-1
> 

I get the same error when I manually delete the u-boot/.git/worktrees/-*
directories, but can't think of why those would be deleted during normal
operation.

If you delete the ../master/.bm-work/* directories it should start
working again.

> Completed: 6 total built
> Failed: 3 thread exceptions
> 
> Regards,
> Wasim
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-30 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30 11:07 buildman error Wasim Khan
2021-06-30 15:32 ` Alper Nebi Yasak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.