[New-bugs-announce] [issue24836] Consistent failure in test_email on OS X Snow Leopard buildbot for Python 3.5

Larry Hastings report at bugs.python.org
Sun Aug 9 12:29:22 CEST 2015


New submission from Larry Hastings:

The Snow Leopard buildbot for Python 3.5 consistently fails in the regression test for the email module.

The 3.5 buildbots are here:

http://buildbot.python.org/all/waterfall?category=3.5.stable

Example log file:

http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.5/builds/185/steps/test/logs/stdio

Sample failure:

    ======================================================================
    FAIL: test_formatdate (test.test_email.test_utils.FormatDateTests)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/Users/buildbot/buildarea/3.5.murray-snowleopard/build/Lib/test/support/__init__.py", line 1531, in inner
        return func(*args, **kwds)
      File "/Users/buildbot/buildarea/3.5.murray-snowleopard/build/Lib/test/test_email/test_utils.py", line 145, in test_formatdate
        self.assertEqual(string, 'Thu, 01 Dec 2011 15:00:00 -0000')
    AssertionError: 'Thu, 01 Dec 2011 16:00:00 -0000' != 'Thu, 01 Dec 2011 15:00:00 -0000'
    - Thu, 01 Dec 2011 16:00:00 -0000
    ?                   ^
    + Thu, 01 Dec 2011 15:00:00 -0000
    ?                   ^


    ======================================================================
    FAIL: test_formatdate_with_localtime (test.test_email.test_utils.FormatDateTests)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/Users/buildbot/buildarea/3.5.murray-snowleopard/build/Lib/test/support/__init__.py", line 1531, in inner
        return func(*args, **kwds)
      File "/Users/buildbot/buildarea/3.5.murray-snowleopard/build/Lib/test/test_email/test_utils.py", line 157, in test_formatdate_with_localtime
        self.assertEqual(string, 'Thu, 01 Dec 2011 18:00:00 +0300')
    AssertionError: 'Thu, 01 Dec 2011 18:00:00 +0200' != 'Thu, 01 Dec 2011 18:00:00 +0300'
    - Thu, 01 Dec 2011 18:00:00 +0200
    ?                             ^
    + Thu, 01 Dec 2011 18:00:00 +0300
    ?                             ^

Ned...?

----------
messages: 248321
nosy: larry, ned.deily
priority: critical
severity: normal
stage: needs patch
status: open
title: Consistent failure in test_email on OS X Snow Leopard buildbot for Python 3.5
type: crash
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24836>
_______________________________________


More information about the New-bugs-announce mailing list