All of lore.kernel.org
 help / color / mirror / Atom feed
* [mtd:spi-nor/next 13/13] make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/drivers/net/net_failover.ko', needed by '__modinst'.
@ 2021-06-21 13:43 kernel test robot
  2021-06-21 15:23 ` Philip Li
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2021-06-21 13:43 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 3245 bytes --]

Hi Colin,

First bad commit (maybe != root cause):

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next
head:   c17e5c85b32f8809135f3211ba2525fb98b5c09f
commit: c17e5c85b32f8809135f3211ba2525fb98b5c09f [13/13] mtd: spi-nor: remove redundant continue statement
config: x86_64-randconfig-r012-20210621 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e1adf90826a57b674eee79b071fb46c1f5683cd0)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git/commit/?id=c17e5c85b32f8809135f3211ba2525fb98b5c09f
        git remote add mtd https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git
        git fetch --no-tags mtd spi-nor/next
        git checkout c17e5c85b32f8809135f3211ba2525fb98b5c09f
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/drivers/net/net_failover.ko', needed by '__modinst'.
>> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/drivers/net/virtio_net.ko', needed by '__modinst'.
>> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/kernel/locking/locktorture.ko', needed by '__modinst'.
>> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/kernel/rcu/rcuscale.ko', needed by '__modinst'.
>> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/kernel/rcu/rcutorture.ko', needed by '__modinst'.
>> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/kernel/torture.ko', needed by '__modinst'.
>> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/net/core/failover.ko', needed by '__modinst'.
   make[2]: Target '__modinst' not remade because of errors.
   make[1]: *** [Makefile:1765: modules_install] Error 2
   make: *** [Makefile:215: __sub-make] Error 2
   make: Target 'modules_install' not remade because of errors.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 44365 bytes --]

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

* Re: [mtd:spi-nor/next 13/13] make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/drivers/net/net_failover.ko', needed by '__modinst'.
  2021-06-21 13:43 [mtd:spi-nor/next 13/13] make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/drivers/net/net_failover.ko', needed by '__modinst' kernel test robot
@ 2021-06-21 15:23 ` Philip Li
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Li @ 2021-06-21 15:23 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 3649 bytes --]

On Mon, Jun 21, 2021 at 09:43:16PM +0800, kernel test robot wrote:
> Hi Colin,
> 
> First bad commit (maybe != root cause):
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next
> head:   c17e5c85b32f8809135f3211ba2525fb98b5c09f
> commit: c17e5c85b32f8809135f3211ba2525fb98b5c09f [13/13] mtd: spi-nor: remove redundant continue statement
> config: x86_64-randconfig-r012-20210621 (attached as .config)
> compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e1adf90826a57b674eee79b071fb46c1f5683cd0)
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # install x86_64 cross compiling tool for clang build
>         # apt-get install binutils-x86-64-linux-gnu
>         # https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git/commit/?id=c17e5c85b32f8809135f3211ba2525fb98b5c09f
>         git remote add mtd https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git
>         git fetch --no-tags mtd spi-nor/next
>         git checkout c17e5c85b32f8809135f3211ba2525fb98b5c09f
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
Sorry for the broken report, kindly ignore this, we will fix
this asap.

> 
> >> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/drivers/net/net_failover.ko', needed by '__modinst'.
> >> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/drivers/net/virtio_net.ko', needed by '__modinst'.
> >> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/kernel/locking/locktorture.ko', needed by '__modinst'.
> >> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/kernel/rcu/rcuscale.ko', needed by '__modinst'.
> >> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/kernel/rcu/rcutorture.ko', needed by '__modinst'.
> >> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/kernel/torture.ko', needed by '__modinst'.
> >> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/net/core/failover.ko', needed by '__modinst'.
>    make[2]: Target '__modinst' not remade because of errors.
>    make[1]: *** [Makefile:1765: modules_install] Error 2
>    make: *** [Makefile:215: __sub-make] Error 2
>    make: Target 'modules_install' not remade because of errors.
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org


> _______________________________________________
> kbuild-all mailing list -- kbuild-all(a)lists.01.org
> To unsubscribe send an email to kbuild-all-leave(a)lists.01.org

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 13:43 [mtd:spi-nor/next 13/13] make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r012-20210621/clang-13/c17e5c85b32f8809135f3211ba2525fb98b5c09f/lib/modules/5.13.0-rc3+/kernel/drivers/net/net_failover.ko', needed by '__modinst' kernel test robot
2021-06-21 15:23 ` Philip Li

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.