All of lore.kernel.org
 help / color / mirror / Atom feed
* [phy-linux-phy:next 33/35] make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r023-20210621/clang-13/bd1f775d6027810d366600e2490a2ff247e3466e/lib/modules/5.13.0-rc1+/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci.ko', needed by '__modinst'.
@ 2021-06-21 12:00 kernel test robot
  2021-06-21 15:24 ` Philip Li
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2021-06-21 12:00 UTC (permalink / raw)
  To: kbuild-all

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

Hi Heiko,

First bad commit (maybe != root cause):

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git next
head:   f7eedcb8539ddcbb6fe7791f1b4ccf43f905c72f
commit: bd1f775d6027810d366600e2490a2ff247e3466e [33/35] phy/rockchip: add Innosilicon-based CSI dphy
config: x86_64-randconfig-r023-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/phy/linux-phy.git/commit/?id=bd1f775d6027810d366600e2490a2ff247e3466e
        git remote add phy-linux-phy https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git
        git fetch --no-tags phy-linux-phy next
        git checkout bd1f775d6027810d366600e2490a2ff247e3466e
        # 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>

Note: the phy-linux-phy/next HEAD f7eedcb8539ddcbb6fe7791f1b4ccf43f905c72f builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   arch/x86/Makefile:148: CONFIG_X86_X32 enabled but no binutils support
>> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r023-20210621/clang-13/bd1f775d6027810d366600e2490a2ff247e3466e/lib/modules/5.13.0-rc1+/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci.ko', needed by '__modinst'.
>> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r023-20210621/clang-13/bd1f775d6027810d366600e2490a2ff247e3466e/lib/modules/5.13.0-rc1+/kernel/drivers/net/virtio_net.ko', needed by '__modinst'.
>> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r023-20210621/clang-13/bd1f775d6027810d366600e2490a2ff247e3466e/lib/modules/5.13.0-rc1+/kernel/mm/kfence/kfence_test.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: 37388 bytes --]

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

* Re: [phy-linux-phy:next 33/35] make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r023-20210621/clang-13/bd1f775d6027810d366600e2490a2ff247e3466e/lib/modules/5.13.0-rc1+/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci.ko', needed by '__modinst'.
  2021-06-21 12:00 [phy-linux-phy:next 33/35] make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r023-20210621/clang-13/bd1f775d6027810d366600e2490a2ff247e3466e/lib/modules/5.13.0-rc1+/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci.ko', needed by '__modinst' kernel test robot
@ 2021-06-21 15:24 ` Philip Li
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Li @ 2021-06-21 15:24 UTC (permalink / raw)
  To: kbuild-all

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

On Mon, Jun 21, 2021 at 08:00:43PM +0800, kernel test robot wrote:
> Hi Heiko,
> 
> First bad commit (maybe != root cause):
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git next
> head:   f7eedcb8539ddcbb6fe7791f1b4ccf43f905c72f
> commit: bd1f775d6027810d366600e2490a2ff247e3466e [33/35] phy/rockchip: add Innosilicon-based CSI dphy
> config: x86_64-randconfig-r023-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/phy/linux-phy.git/commit/?id=bd1f775d6027810d366600e2490a2ff247e3466e
>         git remote add phy-linux-phy https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git
>         git fetch --no-tags phy-linux-phy next
>         git checkout bd1f775d6027810d366600e2490a2ff247e3466e
>         # 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>
> 
> Note: the phy-linux-phy/next HEAD f7eedcb8539ddcbb6fe7791f1b4ccf43f905c72f builds fine.
>       It only hurts bisectibility.
> 
> All errors (new ones prefixed by >>):
Sorry for the broken report, kindly ignore this, we will fix
this asap.

> 
>    arch/x86/Makefile:148: CONFIG_X86_X32 enabled but no binutils support
> >> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r023-20210621/clang-13/bd1f775d6027810d366600e2490a2ff247e3466e/lib/modules/5.13.0-rc1+/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci.ko', needed by '__modinst'.
> >> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r023-20210621/clang-13/bd1f775d6027810d366600e2490a2ff247e3466e/lib/modules/5.13.0-rc1+/kernel/drivers/net/virtio_net.ko', needed by '__modinst'.
> >> make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r023-20210621/clang-13/bd1f775d6027810d366600e2490a2ff247e3466e/lib/modules/5.13.0-rc1+/kernel/mm/kfence/kfence_test.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:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 12:00 [phy-linux-phy:next 33/35] make[2]: *** No rule to make target '/tmp/kernel/x86_64-randconfig-r023-20210621/clang-13/bd1f775d6027810d366600e2490a2ff247e3466e/lib/modules/5.13.0-rc1+/kernel/drivers/net/ethernet/mellanox/mlxsw/mlxsw_pci.ko', needed by '__modinst' kernel test robot
2021-06-21 15:24 ` 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.