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-14.02:01:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415930521.18.0.646771832291.issue17293@psf.upfronthosting.co.za>
In-reply-to
Content
koobs-freebsd10 buildbot broken on all branches since:

2.7: e80cb046e7641fb8a71dda8254d2e619cdd64480
3.4: ba4b31ed2952b65ca447f57fbd6d540ebc4b749c
3.x: 3e4f3cc4f1f9dbee8e0ed5df47f77baae2ad310c

Full (2.7) log attached.

======================================================================
ERROR: test_arp_getnode (test.test_uuid.TestUUID)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd10/build/Lib/test/test_uuid.py", line 312, in test_arp_getnode
    node = uuid._arp_getnode()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd10/build/Lib/uuid.py", line 348, in _arp_getnode
    ip_addr = socket.gethostbyname(socket.gethostname())
gaierror: [Errno 8] hostname nor servname provided, or not known
History
Date User Action Args
2014-11-14 02:02:02koobssetrecipients: + koobs, vstinner, neologix, BreamoreBoy, python-dev, serhiy.storchaka, aivarsk, David.Edelsohn
2014-11-14 02:02:01koobssetmessageid: <1415930521.18.0.646771832291.issue17293@psf.upfronthosting.co.za>
2014-11-14 02:02:01koobslinkissue17293 messages
2014-11-14 02:02:01koobscreate