Hi Marie,
kernel test robot noticed the following build errors:
[auto build test ERROR on shuah-kselftest/kunit] [also build test ERROR on shuah-kselftest/kunit-fixes drm-xe/drm-xe-next linus/master v6.16 next-20250730] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Marie-Zhussupova/kunit-Add-pa... base: https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git kunit patch link: https://lore.kernel.org/r/20250729193647.3410634-3-marievic%40google.com patch subject: [PATCH 2/9] kunit: Introduce param_init/exit for parameterized test shared context management config: x86_64-rhel-9.4-rust (https://download.01.org/0day-ci/archive/20250730/202507302114.xQU4zmX5-lkp@i...) compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261) rustc: rustc 1.88.0 (6b00bc388 2025-06-23) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250730/202507302114.xQU4zmX5-lkp@i...)
If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot lkp@intel.com | Closes: https://lore.kernel.org/oe-kbuild-all/202507302114.xQU4zmX5-lkp@intel.com/
All errors (new ones prefixed by >>):
error[E0063]: missing fields `param_exit` and `param_init` in initializer of `kunit_case`
--> rust/kernel/kunit.rs:200:5 | 200 | kernel::bindings::kunit_case { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `param_exit` and `param_init` --
error[E0063]: missing fields `param_exit` and `param_init` in initializer of `kunit_case`
--> rust/kernel/kunit.rs:219:5 | 219 | kernel::bindings::kunit_case { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `param_exit` and `param_init`