Bug 4541

Summary: systemtap.stress/current.stp fails to build on ia64 because of time
Product: systemtap Reporter: William Cohen <wcohen>
Component: testsuiteAssignee: Unassigned <systemtap>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: ia64 Target:
Build: Last reconfirmed:

Description William Cohen 2007-05-23 22:35:20 UTC
The test systemtap.stress/current.stp fails to build on ia64 machine with
2.6.22-rc2 because it takes too long to build. Notice that pass 2 takes 58
seconds of real time.

$ /home/wcohen/stap_snap_200705231431/install/bin/stap -gv
/home/wcohen/stap_snap_200705231431/src/testsuite/systemtap.stress/current.stp 
Pass 1: parsed user script and 53 library script(s) in 1920usr/24sys/2332real ms.
Pass 2: analyzed script: 619 probe(s), 4 function(s), 0 embed(s), 1 global(s) in
5652usr/620sys/58821real ms.
Pass 3: translated to C into
"/tmp/stap8uu6v0/stap_bb0a25a89e7adfac6908a4f2725e4198_213333.c" in
92usr/4sys/189real ms.
Pass 4: compiled C into "stap_bb0a25a89e7adfac6908a4f2725e4198_213333.ko" in
6824usr/300sys/10244real ms.
Pass 5: starting run.
systemtap starting probe

systemtap ending probe
count = 222456
sum = 1596526
min = 1
max = 15
avg = 7
systemtap test success
systemtap test success
WARNING: Number of errors: 0, skipped probes: 286
Pass 5: run completed in 64usr/388sys/15527real ms.
Comment 1 William Cohen 2009-09-03 22:00:22 UTC
This is no longer a problem on ia64. On the RHEL 5.4 the nightly build results
show this tests now passing.