From: kernel test robot <lkp@intel.com>
To: "Thomas Weißschuh" <linux@weissschuh.net>,
"Jiri Kosina" <jikos@kernel.org>,
"Benjamin Tissoires" <bentiss@kernel.org>,
"José Expósito" <jose.exposito89@gmail.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
"Thomas Weißschuh" <linux@weissschuh.net>
Subject: Re: [PATCH 1/2] HID: input: fix test for CONFIG_HID_KUNIT_TEST=m
Date: Mon, 9 Dec 2024 13:08:34 +0800 [thread overview]
Message-ID: <202412091018.qz83ukPy-lkp@intel.com> (raw)
In-Reply-To: <20241208-hid-ifdef-kunit-v1-1-cbea6077a233@weissschuh.net>
Hi Thomas,
kernel test robot noticed the following build errors:
[auto build test ERROR on 7503345ac5f5e82fd9a36d6e6b447c016376403a]
url: https://github.com/intel-lab-lkp/linux/commits/Thomas-Wei-schuh/HID-input-fix-test-for-CONFIG_HID_KUNIT_TEST-m/20241208-200350
base: 7503345ac5f5e82fd9a36d6e6b447c016376403a
patch link: https://lore.kernel.org/r/20241208-hid-ifdef-kunit-v1-1-cbea6077a233%40weissschuh.net
patch subject: [PATCH 1/2] HID: input: fix test for CONFIG_HID_KUNIT_TEST=m
config: i386-randconfig-012-20241209 (https://download.01.org/0day-ci/archive/20241209/202412091018.qz83ukPy-lkp@intel.com/config)
compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241209/202412091018.qz83ukPy-lkp@intel.com/reproduce)
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/202412091018.qz83ukPy-lkp@intel.com/
All errors (new ones prefixed by >>):
>> ld.lld: error: undefined symbol: kunit_kmalloc_array
>>> referenced by test.h:447 (include/kunit/test.h:447)
>>> drivers/hid/hid-input.o:(hid_test_input_set_battery_charge_status) in archive vmlinux.a
>>> referenced by test.h:447 (include/kunit/test.h:447)
>>> drivers/hid/hid-input.o:(hid_test_input_get_battery_property) in archive vmlinux.a
>>> referenced by test.h:447 (include/kunit/test.h:447)
>>> drivers/hid/hid-input.o:(hid_test_input_get_battery_property) in archive vmlinux.a
--
>> ld.lld: error: undefined symbol: kunit_binary_assert_format
>>> referenced by hid-input-test.c:20 (drivers/hid/hid-input-test.c:20)
>>> drivers/hid/hid-input.o:(hid_test_input_set_battery_charge_status) in archive vmlinux.a
>>> referenced by hid-input-test.c:24 (drivers/hid/hid-input-test.c:24)
>>> drivers/hid/hid-input.o:(hid_test_input_set_battery_charge_status) in archive vmlinux.a
>>> referenced by hid-input-test.c:28 (drivers/hid/hid-input-test.c:28)
>>> drivers/hid/hid-input.o:(hid_test_input_set_battery_charge_status) in archive vmlinux.a
>>> referenced 6 more times
--
>> ld.lld: error: undefined symbol: __kunit_do_failed_assertion
>>> referenced by hid-input-test.c:20 (drivers/hid/hid-input-test.c:20)
>>> drivers/hid/hid-input.o:(hid_test_input_set_battery_charge_status) in archive vmlinux.a
>>> referenced by hid-input-test.c:24 (drivers/hid/hid-input-test.c:24)
>>> drivers/hid/hid-input.o:(hid_test_input_set_battery_charge_status) in archive vmlinux.a
>>> referenced by hid-input-test.c:28 (drivers/hid/hid-input-test.c:28)
>>> drivers/hid/hid-input.o:(hid_test_input_set_battery_charge_status) in archive vmlinux.a
>>> referenced 9 more times
--
>> ld.lld: error: undefined symbol: kunit_ptr_not_err_assert_format
>>> referenced by hid-input-test.c:16 (drivers/hid/hid-input-test.c:16)
>>> drivers/hid/hid-input.o:(hid_test_input_set_battery_charge_status) in archive vmlinux.a
>>> referenced by hid-input-test.c:39 (drivers/hid/hid-input-test.c:39)
>>> drivers/hid/hid-input.o:(hid_test_input_get_battery_property) in archive vmlinux.a
>>> referenced by hid-input-test.c:43 (drivers/hid/hid-input-test.c:43)
>>> drivers/hid/hid-input.o:(hid_test_input_get_battery_property) in archive vmlinux.a
--
>> ld.lld: error: undefined symbol: __kunit_abort
>>> referenced by hid-input-test.c:16 (drivers/hid/hid-input-test.c:16)
>>> drivers/hid/hid-input.o:(hid_test_input_set_battery_charge_status) in archive vmlinux.a
>>> referenced by hid-input-test.c:39 (drivers/hid/hid-input-test.c:39)
>>> drivers/hid/hid-input.o:(hid_test_input_get_battery_property) in archive vmlinux.a
>>> referenced by hid-input-test.c:43 (drivers/hid/hid-input-test.c:43)
>>> drivers/hid/hid-input.o:(hid_test_input_get_battery_property) in archive vmlinux.a
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2024-12-09 5:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-08 12:01 [PATCH 0/2] HID: fix test for CONFIG_HID_KUNIT_TEST=m Thomas Weißschuh
2024-12-08 12:01 ` [PATCH 1/2] HID: input: " Thomas Weißschuh
2024-12-09 5:08 ` kernel test robot [this message]
2024-12-08 12:01 ` [PATCH 2/2] HID: uclogic: " Thomas Weißschuh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202412091018.qz83ukPy-lkp@intel.com \
--to=lkp@intel.com \
--cc=bentiss@kernel.org \
--cc=jikos@kernel.org \
--cc=jose.exposito89@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@weissschuh.net \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox