linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [linux-next:master] [perf test]  658a8805cb: perf-sanity-tests.perf_annotate_basic_tests.fail
@ 2024-06-18  7:53 kernel test robot
  2024-06-19 18:34 ` Namhyung Kim
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2024-06-18  7:53 UTC (permalink / raw)
  To: Thomas Richter
  Cc: oe-lkp, lkp, Linux Memory Management List, Namhyung Kim,
	linux-perf-users, linux-kernel, oliver.sang



Hello,

kernel test robot noticed "perf-sanity-tests.perf_annotate_basic_tests.fail" on:

commit: 658a8805cb604260ae9f35ae5e50012e3d1ed5e3 ("perf test: Speed up test case 70 annotate basic tests")
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master

[test failed on linux-next/master 6906a84c482f098d31486df8dc98cead21cce2d0]

in testcase: perf-sanity-tests
version: 
with following parameters:

	perf_compiler: gcc



compiler: gcc-13
test machine: 4 threads Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz (Skylake) with 32G memory

(please refer to attached dmesg/kmsg for entire log/backtrace)


we didn't observed the issue on parent.

f5803651b4a4b67d 658a8805cb604260ae9f35ae5e5
---------------- ---------------------------
       fail:runs  %reproduction    fail:runs
           |             |             |
           :6          100%           6:6     perf-sanity-tests.perf_annotate_basic_tests.fail



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/202406181535.eacba363-oliver.sang@intel.com


2024-06-14 20:09:34 sudo /usr/src/linux-perf-x86_64-rhel-8.3-bpf-658a8805cb604260ae9f35ae5e50012e3d1ed5e3/tools/perf/perf test 76
 76: perf annotate basic tests                                       : FAILED!
2024-06-14 20:12:46 sudo /usr/src/linux-perf-x86_64-rhel-8.3-bpf-658a8805cb604260ae9f35ae5e50012e3d1ed5e3/tools/perf/perf test 77
 77: Add 'perf probe's, list and remove them                         : Ok
2024-06-14 20:12:46 sudo /usr/src/linux-perf-x86_64-rhel-8.3-bpf-658a8805cb604260ae9f35ae5e50012e3d1ed5e3/tools/perf/perf test 78
 78: build id cache operations                                       : Ok



The kernel config and materials to reproduce are available at:
https://download.01.org/0day-ci/archive/20240618/202406181535.eacba363-oliver.sang@intel.com



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


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

* Re: [linux-next:master] [perf test] 658a8805cb: perf-sanity-tests.perf_annotate_basic_tests.fail
  2024-06-18  7:53 [linux-next:master] [perf test] 658a8805cb: perf-sanity-tests.perf_annotate_basic_tests.fail kernel test robot
@ 2024-06-19 18:34 ` Namhyung Kim
  2024-06-20  8:05   ` Thomas Richter
  0 siblings, 1 reply; 3+ messages in thread
From: Namhyung Kim @ 2024-06-19 18:34 UTC (permalink / raw)
  To: kernel test robot
  Cc: Thomas Richter, oe-lkp, lkp, Linux Memory Management List,
	linux-perf-users, linux-kernel

Hello,

On Tue, Jun 18, 2024 at 3:54 AM kernel test robot <oliver.sang@intel.com> wrote:
>
>
>
> Hello,
>
> kernel test robot noticed "perf-sanity-tests.perf_annotate_basic_tests.fail" on:
>
> commit: 658a8805cb604260ae9f35ae5e50012e3d1ed5e3 ("perf test: Speed up test case 70 annotate basic tests")
> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master
>
> [test failed on linux-next/master 6906a84c482f098d31486df8dc98cead21cce2d0]
>
> in testcase: perf-sanity-tests
> version:
> with following parameters:
>
>         perf_compiler: gcc
>
>
>
> compiler: gcc-13
> test machine: 4 threads Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz (Skylake) with 32G memory
>
> (please refer to attached dmesg/kmsg for entire log/backtrace)
>
>
> we didn't observed the issue on parent.
>
> f5803651b4a4b67d 658a8805cb604260ae9f35ae5e5
> ---------------- ---------------------------
>        fail:runs  %reproduction    fail:runs
>            |             |             |
>            :6          100%           6:6     perf-sanity-tests.perf_annotate_basic_tests.fail

Hmm.. strange.  The only change in the commit is to save
the output of perf annotate into a file.  I'm not sure if it'd affect
the test result.  Maybe because of sanitizers..?

Thanks,
Namhyung

>
>
>
> 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/202406181535.eacba363-oliver.sang@intel.com
>
>
> 2024-06-14 20:09:34 sudo /usr/src/linux-perf-x86_64-rhel-8.3-bpf-658a8805cb604260ae9f35ae5e50012e3d1ed5e3/tools/perf/perf test 76
>  76: perf annotate basic tests                                       : FAILED!
> 2024-06-14 20:12:46 sudo /usr/src/linux-perf-x86_64-rhel-8.3-bpf-658a8805cb604260ae9f35ae5e50012e3d1ed5e3/tools/perf/perf test 77
>  77: Add 'perf probe's, list and remove them                         : Ok
> 2024-06-14 20:12:46 sudo /usr/src/linux-perf-x86_64-rhel-8.3-bpf-658a8805cb604260ae9f35ae5e50012e3d1ed5e3/tools/perf/perf test 78
>  78: build id cache operations                                       : Ok
>
>
>
> The kernel config and materials to reproduce are available at:
> https://download.01.org/0day-ci/archive/20240618/202406181535.eacba363-oliver.sang@intel.com
>
>
>
> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki
>

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

* Re: [linux-next:master] [perf test] 658a8805cb: perf-sanity-tests.perf_annotate_basic_tests.fail
  2024-06-19 18:34 ` Namhyung Kim
@ 2024-06-20  8:05   ` Thomas Richter
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Richter @ 2024-06-20  8:05 UTC (permalink / raw)
  To: Namhyung Kim, kernel test robot; +Cc: lkp, linux-perf-users, linux-kernel

On 6/19/24 20:34, Namhyung Kim wrote:
> Hello,
> 
> On Tue, Jun 18, 2024 at 3:54 AM kernel test robot <oliver.sang@intel.com> wrote:
>>
>>
>>
>> Hello,
>>
>> kernel test robot noticed "perf-sanity-tests.perf_annotate_basic_tests.fail" on:
>>
>> commit: 658a8805cb604260ae9f35ae5e50012e3d1ed5e3 ("perf test: Speed up test case 70 annotate basic tests")
>> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master
>>
>> [test failed on linux-next/master 6906a84c482f098d31486df8dc98cead21cce2d0]
>>
>> in testcase: perf-sanity-tests
>> version:
>> with following parameters:
>>
>>         perf_compiler: gcc
>>
>>
>>
>> compiler: gcc-13
>> test machine: 4 threads Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz (Skylake) with 32G memory
>>
>> (please refer to attached dmesg/kmsg for entire log/backtrace)
>>
>>
>> we didn't observed the issue on parent.
>>
>> f5803651b4a4b67d 658a8805cb604260ae9f35ae5e5
>> ---------------- ---------------------------
>>        fail:runs  %reproduction    fail:runs
>>            |             |             |
>>            :6          100%           6:6     perf-sanity-tests.perf_annotate_basic_tests.fail
> 
> Hmm.. strange.  The only change in the commit is to save
> the output of perf annotate into a file.  I'm not sure if it'd affect
> the test result.  Maybe because of sanitizers..?
> 
> Thanks,
> Namhyung
> 

Apologies that this patches causes trouble.
I retried the patch again on my Intel virtual machine and it did succeed.
I do not know how to help to get this fixed. Please advise.

Thanks a lot

>> 0-DAY CI Kernel Test Service
>> https://github.com/intel/lkp-tests/wiki
>>
> -- 
Thomas Richter, Dept 3303, IBM s390 Linux Development, Boeblingen, Germany
--
IBM Deutschland Research & Development GmbH

Vorsitzender des Aufsichtsrats: Wolfgang Wendt

Geschäftsführung: David Faller

Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht Stuttgart, HRB 243294


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

end of thread, other threads:[~2024-06-20  8:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-18  7:53 [linux-next:master] [perf test] 658a8805cb: perf-sanity-tests.perf_annotate_basic_tests.fail kernel test robot
2024-06-19 18:34 ` Namhyung Kim
2024-06-20  8:05   ` Thomas Richter

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).