On Fri, Apr 26, 2024 at 09:52:52AM +0100, David Howells wrote: > The "lkp install" didn't complete: > > ==> Retrieving sources... > -> Source is https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > -> Cloning linux git repo... > Cloning into bare repository '/root/lkp-tests/programs/turbostat/pkg/linux'... > remote: Enumerating objects: 10112942, done. > remote: Counting objects: 100% (889/889), done. > remote: Compressing objects: 100% (475/475), done. > remote: Total 10112942 (delta 554), reused 549 (delta 412), pack-reused 10112053 > Receiving objects: 100% (10112942/10112942), 2.78 GiB | 4.16 MiB/s, done. > Resolving deltas: 100% (8300839/8300839), done. > ==> WARNING: Skipping verification of source file PGP signatures. > ==> Validating source files with md5sums... > linux ... Skipped > ==> Extracting sources... > -> Source is https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > -> Creating working copy of linux git repo... > fatal: '/root/lkp-tests/pkg/turbostat/linux' does not appear to be a git repository > fatal: Could not read from remote repository. > > > I looked around under /root/lkp-tests and there's no pkg/ directory. It seems > to be using tmp-pkg instead. should be fixed in latest lkp-tests > > Is there a way to skip the cloning of the kernel? I already have my test > kernel running on my test machine, booted by PXE/tftp from the build tree on > my desktop. Just tell me what options I need to enable. this is a bug in our code. there is no step to clone kernel in this test now. > > David >