This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

snapshot1203 test results in IA64


Hi,

There is one test case failed in recent snapshot1203 version in IA64
platform, it is testsuite/buildok/printf.stp. And kernel version is
Linux 2.6.9-22 with RCU patch, the attachment is translated file.
Detailed information is shown as follows:

[root@tigerA systemtap-20051203]# stap -v testsuite/buildok/printf.stp
Created temporary directory "/tmp/stapyjH7SK"
Searched '/usr/local/share/systemtap/tapset/2.6.9-prep/*.stp', match
count 0
Searched '/usr/local/share/systemtap/tapset/2.6.9/*.stp', match count 0
Searched '/usr/local/share/systemtap/tapset/2.6/*.stp', match count 0
Searched '/usr/local/share/systemtap/tapset/*.stp', match count 9
Pass 1: parsed user script and 9 library script(s).
Pass 2: analyzed user script.  1 probe(s), 1 function(s), 0 global(s).
Running grep " [tT] " /proc/kallsyms | sort -k 1,16 -s -o
/tmp/stapyjH7SK/symbols.sorted
Pass 3: translated to C into "/tmp/stapyjH7SK/stap_32640.c"
Running make -C "/lib/modules/2.6.9-prep/build" M="/tmp/stapyjH7SK"
modules
make: Entering directory `/home/kernel/linux-2.6.9'
  CC [M]  /tmp/stapyjH7SK/stap_32640.o
/tmp/stapyjH7SK/stap_32640.c: In function `probe_0':
/tmp/stapyjH7SK/stap_32640.c:210: warning: long long int format, int64_t
arg (arg 4)
/tmp/stapyjH7SK/stap_32640.c:210: warning: long long int format, int64_t
arg (arg 5)
/tmp/stapyjH7SK/stap_32640.c:210: warning: long long int format, int64_t
arg (arg 4)
/tmp/stapyjH7SK/stap_32640.c:210: warning: long long int format, int64_t
arg (arg 5)
/tmp/stapyjH7SK/stap_32640.c:468: warning: long long int format, int64_t
arg (arg 4)
/tmp/stapyjH7SK/stap_32640.c:468: warning: long long int format, int64_t
arg (arg 4)
/tmp/stapyjH7SK/stap_32640.c:476: warning: long long int format, int64_t
arg (arg 4)
/tmp/stapyjH7SK/stap_32640.c:476: warning: long long int format, int64_t
arg (arg 4)
make[1]: *** [/tmp/stapyjH7SK/stap_32640.o] Error 1
make: *** [_module_/tmp/stapyjH7SK] Error 2
make: Leaving directory `/home/kernel/linux-2.6.9'
Pass 4: compiled into "stap_32640.ko"
Pass 4: compilation failed.  Try again with '-v' (verbose) option.
Running rm -rf /tmp/stapyjH7SK

Attachment: stap_32715.c
Description: stap_32715.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]