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.

Author koobs
Recipients BreamoreBoy, David.Edelsohn, aivarsk, koobs, neologix, python-dev, serhiy.storchaka, vstinner
Date 2014-11-15.22:33:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416090802.9.0.900991319723.issue17293@psf.upfronthosting.co.za>
In-reply-to
Content
I only attached the 2.7 build log because the failures from 3.4 and 3.x are identical, copying them here for completeness:

From 3.4: 

======================================================================
ERROR: test_arp_getnode (test.test_uuid.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.4.koobs-freebsd10/build/Lib/test/test_uuid.py", line 324, in test_arp_getnode
    node = uuid._arp_getnode()
  File "/usr/home/buildbot/python/3.4.koobs-freebsd10/build/Lib/uuid.py", line 364, in _arp_getnode
    ip_addr = socket.gethostbyname(socket.gethostname())
socket.gaierror: [Errno 8] hostname nor servname provided, or not known

----------------------------------------------------------------------
Ran 18 tests in 0.209s

From 3.x:


======================================================================
ERROR: test_arp_getnode (test.test_uuid.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_uuid.py", line 325, in test_arp_getnode
    node = uuid._arp_getnode()
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/uuid.py", line 362, in _arp_getnode
    ip_addr = socket.gethostbyname(socket.gethostname())
socket.gaierror: [Errno 8] hostname nor servname provided, or not known

----------------------------------------------------------------------
History
Date User Action Args
2014-11-15 22:33:22koobssetrecipients: + koobs, vstinner, neologix, BreamoreBoy, python-dev, serhiy.storchaka, aivarsk, David.Edelsohn
2014-11-15 22:33:22koobssetmessageid: <1416090802.9.0.900991319723.issue17293@psf.upfronthosting.co.za>
2014-11-15 22:33:22koobslinkissue17293 messages
2014-11-15 22:33:22koobscreate