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 xnox
Recipients xnox
Date 2015-01-05.17:12:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420477955.33.0.233419644536.issue23170@psf.upfronthosting.co.za>
In-reply-to
Content
Building 3.4.2, running testsuite on linux,
test_uuid test_ifconfig_getnode fails as following:

[365/388] test_uuid
Warning -- sys.path was modified by test_site
test test_uuid failed -- Traceback (most recent call last):
  File "/builddir/build/BUILD/Python-3.4.2/Lib/test/test_uuid.py", line 318, in test_ifconfig_getnode
    node = uuid._ifconfig_getnode()
  File "/builddir/build/BUILD/Python-3.4.2/Lib/uuid.py", line 356, in _ifconfig_getnode
    ip_addr = socket.gethostbyname(socket.gethostname())
socket.gaierror: [Errno -3] Temporary failure in name resolution

Note that "Use of the 'network' resource not enabled"
History
Date User Action Args
2015-01-05 17:12:35xnoxsetrecipients: + xnox
2015-01-05 17:12:35xnoxsetmessageid: <1420477955.33.0.233419644536.issue23170@psf.upfronthosting.co.za>
2015-01-05 17:12:35xnoxlinkissue23170 messages
2015-01-05 17:12:35xnoxcreate