Issue 8421: tiger buildbot: unable to resolv hostname address (original ) (raw )Created on 2010-04-16 16:26 by vstinner , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (4)
msg103337 - (view)
Author: STINNER Victor (vstinner) *
Date: 2010-04-16 16:26
http://www.python.org/dev/buildbot/3.x/builders/x86 Tiger 3.x/builds/6/steps/test/logs/stdio: ====================================================================== ERROR: testSockName (test.test_socket.GeneralModuleTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_socket.py ", line 504, in testSockName my_ip_addr = socket.gethostbyname(socket.gethostname()) socket.gaierror: [Errno 7] No address associated with nodename
msg103350 - (view)
Author: Martin v. Löwis (loewis) *
Date: 2010-04-16 18:58
David, can you take a look?
msg103365 - (view)
Author: David Bolen (db3l) *
Date: 2010-04-16 21:45
Looks like some initial configuration glitches - the buildbot needed a little convincing to go to the DNS server for gethostbyname(). Should be working now.
msg103379 - (view)
Author: R. David Murray (r.david.murray) *
Date: 2010-04-16 23:05
Thanks, David. test_socket passed on the latest trunk run on the tiger buildbot.
History
Date
User
Action
Args
2022-04-11 14:57:00
admin
set
github: 52668
2010-04-16 23:05:56
r.david.murray
set
status: open -> closedtype: behaviornosy: + r.david.murray messages: + resolution: fixedstage: resolved
2010-04-16 21:45:36
db3l
set
messages: +
2010-04-16 18:58:26
loewis
set
nosy: + loewis , db3l messages: +
2010-04-16 16:26:45
vstinner
create