You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Hyrum K. Wright" <hy...@mail.utexas.edu> on 2009/03/04 20:31:43 UTC

Re: svn trunk r36204: FAIL (x64-ubuntu gcc)

On Feb 27, 2009, at 9:12 PM, Joe Swatosh wrote:

> On Fri, Feb 27, 2009 at 4:52 PM,  <bu...@mobsol.be> wrote:
>> Full details are available at:
>> http://www.mobsol.be/buildbot/builders/x64-ubuntu%2520gcc/builds/518
>>
>> Author list: rhuijben
>>
>> Build Slave: x64-ubuntu
>>
>>
>> Subversion Buildbot
>> http://www.mobsol.be/buildbot/
>>
>>
>> Last 100 lines of the build log (step: Test bindings ):
>>
>> ------------------------------------------------------
>> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=552&dsMessageId=1241850
>>
>> To unsubscribe from this discussion, e-mail: [svn-breakage-unsubscribe@subversion.tigris.org 
>> ].
>>
>
> Hyrum,
>
> Would you please run the failing ruby binding test alone (to ensure  
> there isn't
> some stale state in the tests or the bindings themselves causing the  
> problem)?
>
>    ruby test/run-test.rb -ntest_status_with_depth
>
> from the ruby bindings directory ought to do the trick.

hwright@orac:~/dev/svn-trunk/subversion/bindings/swig/ruby$ ruby test/ 
run-test.rb -ntest_status_with_depth
Loaded suite .
Started
E
Finished in 1.731787 seconds.

   1) Error:
test_status_with_depth(SvnClientTest):
Svn::Error::WcNotLocked:
subversion/libsvn_wc/lock.c:910: Svn::Error::WcNotLocked: Unable to  
lock 'wc-tmp/wc/A/B'
/home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/svn/util.rb: 
86:in `svn_client_status3'
/home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/svn/util.rb: 
86:in `status3'
/home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/svn/ 
client.rb:176:in `status'
/home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/test/ 
test_client.rb:469:in `test_status_with_depth'
/home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/test/ 
test_client.rb:468:in `each'
/home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/test/ 
test_client.rb:468:in `test_status_with_depth'
/home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/test/util.rb: 
181:in `make_context'
/home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/test/ 
test_client.rb:463:in `test_status_with_depth'

1 tests, 0 assertions, 0 failures, 1 errors

> BTW the java tests are failing, too.

Thanks.  I think that has something to do with the recent changes to  
the build system.

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1268453

Re: svn trunk r36204: FAIL (x64-ubuntu gcc)

Posted by Joe Swatosh <jo...@gmail.com>.
On Wed, Mar 4, 2009 at 12:31 PM, Hyrum K. Wright
<hy...@mail.utexas.edu> wrote:
>
> On Feb 27, 2009, at 9:12 PM, Joe Swatosh wrote:
>
>> On Fri, Feb 27, 2009 at 4:52 PM,  <bu...@mobsol.be> wrote:
>>>
>>> Full details are available at:
>>> http://www.mobsol.be/buildbot/builders/x64-ubuntu%2520gcc/builds/518
>>>
>>> Author list: rhuijben
>>>
>>> Build Slave: x64-ubuntu
>>>
>>>
>>> Subversion Buildbot
>>> http://www.mobsol.be/buildbot/
>>>
>>>
>>> Last 100 lines of the build log (step: Test bindings ):
>>>
>>> ------------------------------------------------------
>>>
>>> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=552&dsMessageId=1241850
>>>
>>> To unsubscribe from this discussion, e-mail:
>>> [svn-breakage-unsubscribe@subversion.tigris.org].
>>>
>>
>> Hyrum,
>>
>> Would you please run the failing ruby binding test alone (to ensure there
>> isn't
>> some stale state in the tests or the bindings themselves causing the
>> problem)?
>>
>>   ruby test/run-test.rb -ntest_status_with_depth
>>
>> from the ruby bindings directory ought to do the trick.
>
> hwright@orac:~/dev/svn-trunk/subversion/bindings/swig/ruby$ ruby
> test/run-test.rb -ntest_status_with_depth
> Loaded suite .
> Started
> E
> Finished in 1.731787 seconds.
>
>  1) Error:
> test_status_with_depth(SvnClientTest):
> Svn::Error::WcNotLocked:
> subversion/libsvn_wc/lock.c:910: Svn::Error::WcNotLocked: Unable to lock
> 'wc-tmp/wc/A/B'
> /home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/svn/util.rb:86:in
> `svn_client_status3'
> /home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/svn/util.rb:86:in
> `status3'
> /home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/svn/client.rb:176:in
> `status'
> /home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/test/test_client.rb:469:in
> `test_status_with_depth'
> /home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/test/test_client.rb:468:in
> `each'
> /home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/test/test_client.rb:468:in
> `test_status_with_depth'
> /home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/test/util.rb:181:in
> `make_context'
> /home/hwright/dev/svn-trunk/subversion/bindings/swig/ruby/test/test_client.rb:463:in
> `test_status_with_depth'
>
> 1 tests, 0 assertions, 0 failures, 1 errors
>

Thanks.  At least it is local to the one test.
--
Joe
>> BTW the java tests are failing, too.
>
> Thanks.  I think that has something to do with the recent changes to the
> build system.
>
> -Hyrum
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1270668