[Xorp-users] FAIL condition during validation part of building xorp-1.6-attached output file

Bruce Simpson bms at incunabulum.net
Thu Jul 23 06:43:38 PDT 2009


naresh raga wrote:
>
>
>
>     Sorry I have not attached the output file in the previous mail,but
>     I have done in this.
>

Thanks for the log.  The most likely causes of these regression test 
failures, are being run on a slow machine, or timer aliasing in a 
virtual machine.

The test failures reported in this log are not fully instrumented. The 
output from all of the commands is not there; did you remember to log 
stderr by redirecting it? e.g. in tcsh:
 gmake check |& tee log
in bash:
 gmake check 2>&1 | tee log

    The specific tests which have failed are all time-contingent, and in 
libxorp. Without the full output, it's difficult to tell exactly what 
has gone wrong. However, all of the other regression tests pass. 
test_asyncio, for example, should print a series of numbers.

thanks
BMS



More information about the Xorp-users mailing list