This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: tiger buildbot: unable to resolv hostname address
Type: behavior Stage: resolved
Components: Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: db3l, loewis, r.david.murray, vstinner
Priority: normal Keywords:

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) * (Python committer) 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) * (Python committer) 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) * (Python committer) 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:00adminsetgithub: 52668
2010-04-16 23:05:56r.david.murraysetstatus: open -> closed

type: behavior

nosy: + r.david.murray
messages: + msg103379
resolution: fixed
stage: resolved
2010-04-16 21:45:36db3lsetmessages: + msg103365
2010-04-16 18:58:26loewissetnosy: + loewis, db3l
messages: + msg103350
2010-04-16 16:26:45vstinnercreate