http://bugzilla.opensuse.org/show_bug.cgi?id=1196060 Bug ID: 1196060 Summary: systemtap fails to build simple example from docs Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel Assignee: kernel-bugs@opensuse.org Reporter: jfehlig@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- On a fairly recent Tumbleweed with kernel 5.16.8-1, I'm unable to execute the simple "Initial Testing" script described in the systemtap documentation https://sourceware.org/systemtap/SystemTap_Beginners_Guide/using-systemtap.h... # stap -v -e 'probe vfs.read {printf("read performed\n"); exit()}' Pass 1: parsed user script and 479 library scripts using 100620virt/90764res/7076shr/83800data kb, in 120usr/30sys/186real ms. WARNING: kbuild exited with status: 2 WARNING: kbuild exited with status: 2 ... WARNING: kbuild exited with status: 2 ^CWARNING: kbuild exited with signal: 15 (Terminated) I let the above command run for a few minutes before killing it. The WARNING was emitted ~1/sec. The following kernel packages are installed kernel-macros-5.16.8-1.1.noarch kernel-default-5.16.8-1.1.x86_64 kernel-devel-5.16.8-1.1.noarch kernel-source-5.16.8-1.1.noarch kernel-default-debuginfo-5.16.8-1.1.x86_64 kernel-default-devel-5.16.8-1.1.x86_64 -- You are receiving this mail because: You are the assignee for the bug.