Skip to content

Instantly share code, notes, and snippets.

@kerneltoast
Created December 7, 2020 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kerneltoast/19b60f956c9a131f36e3be676a7a8e70 to your computer and use it in GitHub Desktop.
Save kerneltoast/19b60f956c9a131f36e3be676a7a8e70 to your computer and use it in GitHub Desktop.
Running /home/sultan/systemtap/testsuite/systemtap.context/context.exp ...
as_root cp staptestSTe0O7/systemtap_test_module2.ko /lib/modules/3.10.0-1127.19.1.el7.x86_64.debug/kernel
OUT
RC 0
as_root cp staptestSTe0O7/systemtap_test_module1.ko /lib/modules/3.10.0-1127.19.1.el7.x86_64.debug/kernel
OUT
RC 0
as_root /sbin/insmod staptestSTe0O7/systemtap_test_module2.ko
OUT
RC 0
as_root /sbin/insmod staptestSTe0O7/systemtap_test_module1.ko
OUT
RC 0
sourcing: /home/sultan/systemtap/testsuite/systemtap.context/backtrace.tcl
spawn stap -d kernel -d systemtap_test_module1 /home/sultan/systemtap/testsuite/systemtap.context/backtrace.stp
Executing: kill -INT -31090
FAIL: backtrace of yyy_func2 (0)
FAIL: print_syms of yyy_func2 (0)
FAIL: backtrace of yyy_func3 (0)
FAIL: print_syms of yyy_func3 (0)
FAIL: backtrace of yyy_func4 (0)
FAIL: print_syms of yyy_func4 (0)
FAIL: print_syms didn't find systemtap_test_module1 (0)
FAIL: print_syms didn't find [kernel] (0)
FAIL: backtrace.stp didn't call exit (0)
sourcing: /home/sultan/systemtap/testsuite/systemtap.context/args.tcl
spawn stap /home/sultan/systemtap/testsuite/systemtap.context/args.stp
FAIL: all args tests - timeout
Executing: kill -INT -31499
sourcing: /home/sultan/systemtap/testsuite/systemtap.context/pid.tcl
spawn stap /home/sultan/systemtap/testsuite/systemtap.context/pid.stp
FAIL: all pid tests - timeout
sourcing: /home/sultan/systemtap/testsuite/systemtap.context/num_args.tcl
spawn stap /home/sultan/systemtap/testsuite/systemtap.context/num_args.stp
FAIL: all function arguments tests - timeout
Executing: kill -INT -32334
sourcing: /home/sultan/systemtap/testsuite/systemtap.context/symfileline.tcl
executing: stap -d kernel -d systemtap_test_module2 /home/sultan/systemtap/testsuite/systemtap.context/symfileline.stp
spawn stap -d kernel -d systemtap_test_module2 /home/sultan/systemtap/testsuite/systemtap.context/symfileline.stp
FAIL: symfileline (timeout)
FAIL: symfileline ()
FAIL: symfile ()
FAIL: symline ()
FAIL: symfileline in pp ()
as_root /bin/rm -f /lib/modules/3.10.0-1127.19.1.el7.x86_64.debug/kernel/systemtap_test_module1.ko
OUT
RC 0
as_root /sbin/rmmod systemtap_test_module1
OUT
RC 0
as_root /bin/rm -f /lib/modules/3.10.0-1127.19.1.el7.x86_64.debug/kernel/systemtap_test_module2.ko
OUT
RC 0
as_root /sbin/rmmod systemtap_test_module2
OUT
RC 0
testcase /home/sultan/systemtap/testsuite/systemtap.context/context.exp completed in 604 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment