* [linus:master] [sched] adcc3bfa88: kunit.VCAP_API_DebugFS_Testsuite.vcap_api_show_admin_raw_test.fail
@ 2025-08-07 5:58 kernel test robot
2025-08-08 7:52 ` Nam Cao
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2025-08-07 5:58 UTC (permalink / raw)
To: Gabriele Monaco
Cc: oe-lkp, lkp, linux-kernel, Steven Rostedt, Ingo Molnar,
Peter Zijlstra, Masami Hiramatsu, Nam Cao, Tomas Glozar,
Juri Lelli, Clark Williams, John Kacur, linux-trace-kernel,
aubrey.li, yu.c.chen, oliver.sang
Hello,
kernel test robot noticed "kunit.VCAP_API_DebugFS_Testsuite.vcap_api_show_admin_raw_test.fail" on:
commit: adcc3bfa8806761ac21aa271f78454113ec6936e ("sched: Adapt sched tracepoints for RV task model")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
[test failed on linus/master 6a68cec16b647791d448102376a7eec2820e874f]
[test failed on linux-next/master 84b92a499e7eca54ba1df6f6c6e01766025943f1]
in testcase: kunit
version:
with following parameters:
group: group-03
config: x86_64-rhel-9.4-kunit
compiler: gcc-12
test machine: 8 threads 1 sockets Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz (Ivy Bridge) with 16G memory
(please refer to attached dmesg/kmsg for entire log/backtrace)
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 <oliver.sang@intel.com>
| Closes: https://lore.kernel.org/oe-lkp/202508070739.4c6e0633-lkp@intel.com
[ 80.925851] # vcap_api_show_admin_raw_test: EXPECTATION FAILED at drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c:377
Expected test_expected == test_pr_buffer[0], but
test_expected == " addr: 786, X6 rule, keysets: VCAP_KFS_MAC_ETYPE
"
test_pr_buffer[0] == ""
[ 80.926182] not ok 2 vcap_api_show_admin_raw_test
The kernel config and materials to reproduce are available at:
https://download.01.org/0day-ci/archive/20250807/202508070739.4c6e0633-lkp@intel.com
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linus:master] [sched] adcc3bfa88: kunit.VCAP_API_DebugFS_Testsuite.vcap_api_show_admin_raw_test.fail
2025-08-07 5:58 [linus:master] [sched] adcc3bfa88: kunit.VCAP_API_DebugFS_Testsuite.vcap_api_show_admin_raw_test.fail kernel test robot
@ 2025-08-08 7:52 ` Nam Cao
0 siblings, 0 replies; 2+ messages in thread
From: Nam Cao @ 2025-08-08 7:52 UTC (permalink / raw)
To: kernel test robot, Gabriele Monaco
Cc: oe-lkp, lkp, linux-kernel, Steven Rostedt, Ingo Molnar,
Peter Zijlstra, Masami Hiramatsu, Tomas Glozar, Juri Lelli,
Clark Williams, John Kacur, linux-trace-kernel, aubrey.li,
yu.c.chen, oliver.sang, Steen Hegelund, Daniel Machon,
UNGLinuxDriver, Andrew Lunn, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, linux-arm-kernel, netdev,
linux-kernel
Cc: netdev folks
I don't see any connection between the reported commit and the
problem. This looks like the driver's problem.
kernel test robot <oliver.sang@intel.com> writes:
> Hello,
>
> kernel test robot noticed "kunit.VCAP_API_DebugFS_Testsuite.vcap_api_show_admin_raw_test.fail" on:
>
> commit: adcc3bfa8806761ac21aa271f78454113ec6936e ("sched: Adapt sched tracepoints for RV task model")
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
>
> [test failed on linus/master 6a68cec16b647791d448102376a7eec2820e874f]
> [test failed on linux-next/master 84b92a499e7eca54ba1df6f6c6e01766025943f1]
>
> in testcase: kunit
> version:
> with following parameters:
>
> group: group-03
>
>
>
> config: x86_64-rhel-9.4-kunit
> compiler: gcc-12
> test machine: 8 threads 1 sockets Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz (Ivy Bridge) with 16G memory
>
> (please refer to attached dmesg/kmsg for entire log/backtrace)
>
>
> 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 <oliver.sang@intel.com>
> | Closes: https://lore.kernel.org/oe-lkp/202508070739.4c6e0633-lkp@intel.com
>
>
> [ 80.925851] # vcap_api_show_admin_raw_test: EXPECTATION FAILED at drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c:377
> Expected test_expected == test_pr_buffer[0], but
> test_expected == " addr: 786, X6 rule, keysets: VCAP_KFS_MAC_ETYPE
> "
> test_pr_buffer[0] == ""
> [ 80.926182] not ok 2 vcap_api_show_admin_raw_test
>
>
>
> The kernel config and materials to reproduce are available at:
> https://download.01.org/0day-ci/archive/20250807/202508070739.4c6e0633-lkp@intel.com
>
>
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-08 7:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-07 5:58 [linus:master] [sched] adcc3bfa88: kunit.VCAP_API_DebugFS_Testsuite.vcap_api_show_admin_raw_test.fail kernel test robot
2025-08-08 7:52 ` Nam Cao
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).