llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [asahilinux:bits/030-misc 18/23] error[E0405]: cannot find trait `Tuple` in module `core::marker`
@ 2023-04-25  4:37 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-04-25  4:37 UTC (permalink / raw)
  To: Hector Martin; +Cc: llvm, oe-kbuild-all

tree:   https://github.com/AsahiLinux/linux bits/030-misc
head:   16a3572beae35a157d394ae3c761feffcc7e55bf
commit: 83bcb09fbbca3c93e3e1200320131f93cc14d23d [18/23] rust: Fixes for 1.67.0
config: x86_64-randconfig-a004-20230424 (https://download.01.org/0day-ci/archive/20230425/202304251216.w6tEaN1b-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
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
        # https://github.com/AsahiLinux/linux/commit/83bcb09fbbca3c93e3e1200320131f93cc14d23d
        git remote add asahilinux https://github.com/AsahiLinux/linux
        git fetch --no-tags asahilinux bits/030-misc
        git checkout 83bcb09fbbca3c93e3e1200320131f93cc14d23d
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 prepare

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202304251216.w6tEaN1b-lkp@intel.com/

All errors (new ones prefixed by >>):

>> error[E0405]: cannot find trait `Tuple` in module `core::marker`
   --> rust/alloc/boxed.rs:1872:26
   |
   1872 | impl<Args: core::marker::Tuple, F: FnOnce<Args> + ?Sized, A: Allocator> FnOnce<Args> for Box<F, A> {
   |                          ^^^^^ not found in `core::marker`
--
>> error[E0405]: cannot find trait `Tuple` in module `core::marker`
   --> rust/alloc/boxed.rs:1881:26
   |
   1881 | impl<Args: core::marker::Tuple, F: FnMut<Args> + ?Sized, A: Allocator> FnMut<Args> for Box<F, A> {
   |                          ^^^^^ not found in `core::marker`
--
>> error[E0405]: cannot find trait `Tuple` in module `core::marker`
   --> rust/alloc/boxed.rs:1888:26
   |
   1888 | impl<Args: core::marker::Tuple, F: Fn<Args> + ?Sized, A: Allocator> Fn<Args> for Box<F, A> {
   |                          ^^^^^ not found in `core::marker`
--
>> error: aborting due to 3 previous errors

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-25  4:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-25  4:37 [asahilinux:bits/030-misc 18/23] error[E0405]: cannot find trait `Tuple` in module `core::marker` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).