Boost logo

Boost Testing :

From: Stephen W. Carson (StephenC_at_[hidden])
Date: 2005-03-10 12:05:59


Rene Rivera wrote:

>
> Given that could you try getting the sources from the anon CVS
> instead? Just add "--user=anonymous" to the regression.py invocation.
> Even if the anon CVS is a few hours behind, it's better than a few
> weeks behind ;-)
>
I tried with this command line:
python regression.py --runner=Dirxion --user=anonymous
--bjam-toolset=darwin --pjl-toolset=darwin
--toolsets=cw-9_3-darwin,gcc-3_3-darwin

And got this...
# Cleaning up "/Users/stephencarson/Development/boost/boost" directory ...
# Cleaning up "/Users/stephencarson/Development/boost/results" directory
...
# Getting sources (Thu, 10 Mar 2005 16:48:29 +0000)...
# Executing CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout boost"
cvs checkout: could not open /Users/stephencarson/.cvspass: No such file
or directory
cvs [checkout aborted]: use "cvs login" to log in first
# cvs_command failed with message "CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout
boost" failed with code 256"
# Retrying (5 more attempts).
# Executing CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout boost"
cvs checkout: could not open /Users/stephencarson/.cvspass: No such file
or directory
cvs [checkout aborted]: use "cvs login" to log in first
# cvs_command failed with message "CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout
boost" failed with code 256"
# Retrying (4 more attempts).
# Executing CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout boost"
cvs checkout: could not open /Users/stephencarson/.cvspass: No such file
or directory
cvs [checkout aborted]: use "cvs login" to log in first
# cvs_command failed with message "CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout
boost" failed with code 256"
# Retrying (3 more attempts).
# Executing CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout boost"
cvs checkout: could not open /Users/stephencarson/.cvspass: No such file
or directory
cvs [checkout aborted]: use "cvs login" to log in first
# cvs_command failed with message "CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout
boost" failed with code 256"
# Retrying (2 more attempts).
# Executing CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout boost"
cvs checkout: could not open /Users/stephencarson/.cvspass: No such file
or directory
cvs [checkout aborted]: use "cvs login" to log in first
# cvs_command failed with message "CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout
boost" failed with code 256"
# Retrying (1 more attempts).
# Executing CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout boost"
cvs checkout: could not open /Users/stephencarson/.cvspass: No such file
or directory
cvs [checkout aborted]: use "cvs login" to log in first
# cvs_command failed with message "CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout
boost" failed with code 256"
# Giving up.
Traceback (most recent call last):
  File "regression.py", line 837, in ?
    commands[ command ]( **accept_args( args ) )
  File "regression.py", line 664, in regression
    get_source( user, tag, proxy, [] )
  File "regression.py", line 283, in get_source
    cvs_checkout( user, tag, args )
  File "regression.py", line 240, in cvs_checkout
    , max_attempts=5
  File "regression.py", line 98, in retry
    return f( *args )
  File "regression.py", line 227, in cvs_command
    raise Exception( 'CVS command "%s" failed with code %d' % ( cmd, rc ) )
Exception: CVS command "cvs
-d:pserver:anonymous_at_[hidden]:/cvsroot/boost -z9 checkout
boost" failed with code 256

-- 
Stephen W. Carson, Software Engineer
DirXion Software in St. Louis, MO
(636) 717-2367
"Premature optimization is the root of all evil." -Donald Knuth 

Boost-testing list run by mbergal at meta-comm.com