This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
An attempt for systemtap "make installcheck" AArch64
- From: William Cohen <wcohen at redhat dot com>
- To: Sandeepa Prabhu <sandeepa dot prabhu at linaro dot org>, fche at sourceware dot org
- Cc: fche at redhat dot com, systemtap at sourceware dot org, Naresh Kamboju <naresh dot kamboju at linaro dot org>, Deepak Saxena <dsaxena at linaro dot org>, Jakub Pavelek <jakub dot pavelek at linaro dot org>, dsmith at redhat dot com
- Date: Mon, 02 Dec 2013 10:44:47 -0500
- Subject: An attempt for systemtap "make installcheck" AArch64
- Authentication-results: sourceware.org; auth=none
- References: <CA+b37P3S4adOJe+S1RWKVDEzeVLG2Oa4EFqYgeH4cU6SNmvtEQ at mail dot gmail dot com>
Hi Sandeepa,
Over the Long US Thankgiving weekend I tried the latest git checkout of systemtap on aarch64 to see how far the "make installcheck" would get on aarch64. Yes, it was slow and didn't complete. The results are posted on dejazilla:
https://web.elastic.org/~dejazilla/viewsummary.php?summary=%3D%27%3C529C9AC1.2060706%40redhat.com%3E%27
Some of the tests timed out probably because the simulator is so slow:
FAIL: at_var_tracepoint startup (timeout)
KFAIL: backtrace-unwindsyms (timeout) (PRMS: 10739)
FAIL: beginenderror (timeout)
FAIL: bz6503 (timeout)
FAIL: cmd_parse8: unexpected timeout
FAIL: cmd_parse15: timeout
FAIL: debugpath-bad (timeout1)
FAIL: debugpath-good (timeout2)
Tests that depend on back traces or time support are not expected to work right now.
KFAIL: backtrace (0 0) (PRMS: 10739)
FAIL: gtod (0)
The kernel crashed when running kallsyms_expand_symbol.stp or something soon after it. Unfortunately, I did not take a look at the console before rebooting to see what caused the crash.
-Will