Script started on Wed Jul 28 10:48:42 2004
gospurs1:~/balista/ballista # perl ostest.pl

About to remove all previous results files located in the outfiles directory.  If you wish to save these 
results, type "n," copy the results to another location, and restart this script.  Continue cleanup?y

Cleaning up previous results...

This package will limit individual function tests to 5,000 total test cases.  If this is acceptable, 
press Enter.  If you would like to test all possible cases (100%), type "100."   To test fewer 
cases, enter the desired percentage of test cases to run.  (Note test cases per function are still 
limited to a maximum of 5,000 per function even set at 100%.) 100
Configuring for host platform: linux
              target platform: linux
make: Entering directory `/root/balista/ballista/compile'
make: Warning: File `blexer' has modification time 1.2e+07 s in the future
cp blexer ../blexer
cp blexer ../templates/blexer
cp bparser ../bparser
cp bparser ../templates/bparser
cp do_parse ../do_parse
cp do_parse ../templates/do_parse
chmod 700 ../templates/do_parse
make: warning:  Clock skew detected.  Your build may be incomplete.
make: Leaving directory `/root/balista/ballista/compile'
Function: access
Datatype list: templates/b_short_int_common.o templates/b_short.o templates/b_int.o templates/b_int_amode.o templates/b_ptr_void.o templates/b_ptr_buf.o templates/b_ptr_char.o templates/b_fname.o
Compiler options:


make: Warning: File `callGen.cpp' has modification time 1.2e+07 s in the future
g++ -O callGen.cpp -o callGen
In file included from /usr/include/c++/3.3.3/backward/iostream.h:31,
                 from callGen.cpp:20:
/usr/include/c++/3.3.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
/tmp/ccMRpa0u.o(.text+0x1536): In function `__static_initialization_and_destruction_0(int, int)':
: the use of `tempnam' is dangerous, better use `mkstemp'
g++ -O callGen_standAlone.cpp -o callGen_standAlone
In file included from /usr/include/c++/3.3.3/backward/iostream.h:31,
                 from callGen_standAlone.cpp:20:
/usr/include/c++/3.3.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.

[1]+  Stopped                 perl ostest.pl
gospurs1:~/balista/ballista # kill %1

[1]+  Stopped                 perl ostest.pl
gospurs1:~/balista/ballista # make: *** [callGen_standAlone] Terminated

[1]+  Terminated              perl ostest.pl
gospurs1:~/balista/ballista # ps
  PID TTY          TIME CMD
 7239 pts/7    00:00:00 bash
 7311 pts/7    00:00:00 ps
gospurs1:~/balista/ballista # exit

Script done on Wed Jul 28 10:49:23 2004
