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 vstinner
Recipients barry, ned.deily, serhiy.storchaka, vstinner
Date 2017-11-27.22:19:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511821198.5.0.213398074469.issue32107@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/#/builders/16/builds/252

======================================================================
FAIL: test_ifconfig_getnode (test.test_uuid.TestInternalsWithoutExtModule)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_uuid.py", line 538, in test_ifconfig_getnode
    self.check_node(node, 'ifconfig')
  File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_uuid.py", line 531, in check_node
    self.assertFalse(node & (1 << 41), '%012x' % node)
AssertionError: 2199023255552 is not false : 020000000030
======================================================================
FAIL: test_ip_getnode (test.test_uuid.TestInternalsWithoutExtModule)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_uuid.py", line 543, in test_ip_getnode
    self.check_node(node, 'ip')
  File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_uuid.py", line 531, in check_node
    self.assertFalse(node & (1 << 41), '%012x' % node)
AssertionError: 2199023255552 is not false : 020000000030
History
Date User Action Args
2017-11-27 22:19:58vstinnersetrecipients: + vstinner, barry, ned.deily, serhiy.storchaka
2017-11-27 22:19:58vstinnersetmessageid: <1511821198.5.0.213398074469.issue32107@psf.upfronthosting.co.za>
2017-11-27 22:19:58vstinnerlinkissue32107 messages
2017-11-27 22:19:58vstinnercreate