[csw-buildfarm] still python problems?

Mads Kiilerich mads at kiilerich.com
Tue Apr 6 23:22:14 CEST 2010


Dagobert Michelsen wrote, On 04/05/2010 08:55 PM:
> Hi Rupert,
>
> Am 01.04.2010 um 21:40 schrieb rupert THURNER:
>
>    
>> hi,
>>
>> i tried to pre-test mercurial before the 1.5.1 release and the result
>> is here with quite some errors, many of them timeout:
>>
>> http://mercurial.pastebin.com/DbnZqZr8
>>
>> the i tried to single run the tests, and some of them hang forever.
>> can it be that we have still a strange python version?
>>
>>
>> also some of them differ on build9s, and build10s:
>> rupert at current10s:~/hg-10s/tests
>> $ time python ./run-tests.py test-bad-pull
>>
>> ERROR: /home/rupert/hg-10s/tests/test-bad-pull output changed
>> --- /home/rupert/hg-10s/tests/test-bad-pull.out
>> +++ /home/rupert/hg-10s/tests/test-bad-pull.err
>> @@ -1,4 +1,4 @@
>> -abort: error: Connection refused
>> +abort: error: Network is unreachable
>>      

mads at login [login]:~ > ssh current10x
Last login: Tue Apr  6 23:06:41 2010 from login.bo.opencs
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005
-bash-4.1$ telnet ::1 1234
Trying ::1...
telnet: Unable to connect to remote host: Connection refused

mads at login [login]:~ > ssh current10s
Last login: Tue Apr  6 23:07:26 2010 from login.bo.opencs
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005
-bash-4.1$ telnet ::1 1234
Trying ::1...
telnet: Unable to connect to remote host: Network is unreachable

> How does it detect a proxy? Both are in a local network.
>    

It looks for http_proxy in environment (which isn't set, so I have set 
it in my .hgrc to be able to pull) BUT even if it is found it is ignored 
for localhost.

/Mads



More information about the buildfarm mailing list