[Python-checkins] buildbot failure in amd64 XP 3.0

buildbot at python.org buildbot at python.org
Mon Oct 29 18:42:01 CET 2007


The Buildbot has detected a new failure of amd64 XP 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/amd64%20XP%203.0/builds/183

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: heller-windows-amd64

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: guido.van.rossum

BUILD FAILED: failed test

Excerpt from the test logfile:
11 tests failed:
    test_csv test_dumbdbm test_fileinput test_format test_getargs2
    test_gettext test_mailbox test_netrc test_pep277 test_subprocess
    test_winsound

======================================================================
FAIL: test_read_escape_fieldsep (test.test_csv.TestEscapedExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_csv.py", line 500, in test_read_escape_fieldsep
    self.readerAssertEqual('abc\\,def\r\n', [['abc,def']])
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_csv.py", line 383, in readerAssertEqual
    self.assertEqual(fields, expected_result)
AssertionError: [['abc,def'], []] != [['abc,def']]

======================================================================
FAIL: test_read_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_csv.py", line 513, in test_read_escape_fieldsep
    self.readerAssertEqual('"abc\\,def"\r\n', [['abc,def']])
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_csv.py", line 383, in readerAssertEqual
    self.assertEqual(fields, expected_result)
AssertionError: [['abc,def'], []] != [['abc,def']]

======================================================================
ERROR: test_line_endings (test.test_dumbdbm.DumbDBMTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_dumbdbm.py", line 121, in test_line_endings
    f = dumbdbm.open(_fname)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\dumbdbm.py", line 256, in open
    return _Database(file, mode)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\dumbdbm.py", line 73, in __init__
    self._update()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\dumbdbm.py", line 85, in _update
    key, pos_and_siz_pair = eval(line)
  File "<string>", line 0
    
   ^
SyntaxError: unexpected EOF while parsing

======================================================================
FAIL: test_buffer_sizes (test.test_fileinput.BufferSizesTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_fileinput.py", line 42, in test_buffer_sizes
    self.buffer_size_test(t1, t2, t3, t4, bs, round)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_fileinput.py", line 119, in buffer_size_test
    self.assertNotEqual(m, None)
AssertionError: None == None

Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 586, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_format.py", line 43, in <module>
    testformat("%.*d", (sys.maxint,1))  # expect overflow
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_format.py", line 22, in testformat
    result = formatstr % args
MemoryError

======================================================================
ERROR: test_n (test.test_getargs2.Signed_TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_getargs2.py", line 190, in test_n
    self.failUnlessEqual(99, getargs_n(Long()))
TypeError: 'Long' object cannot be interpreted as an integer

======================================================================
ERROR: test_weird_metadata (test.test_gettext.WeirdMetadataTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_gettext.py", line 335, in test_weird_metadata
    self.assertEqual(info['last-translator'],
KeyError: 'last-translator'

======================================================================
ERROR: test_flush (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 701, in tearDown
    self._delete_recursively(self._path)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 47, in _delete_recursively
    os.remove(target)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: '@test'

======================================================================
ERROR: test_popitem (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 334, in test_popitem
    self.assertEqual(int(msg.get_payload()), keys.index(key))
ValueError: invalid literal for int() with base 10: 'From: foo  0'

======================================================================
ERROR: test_flush (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 701, in tearDown
    self._delete_recursively(self._path)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 47, in _delete_recursively
    os.remove(target)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: '@test'

======================================================================
ERROR: test_popitem (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 334, in test_popitem
    self.assertEqual(int(msg.get_payload()), keys.index(key))
ValueError: invalid literal for int() with base 10: 'From: foo  0'

======================================================================
ERROR: test_flush (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 924, in tearDown
    self._delete_recursively(self._path)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 47, in _delete_recursively
    os.remove(target)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: '@test'

======================================================================
ERROR: test_popitem (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 334, in test_popitem
    self.assertEqual(int(msg.get_payload()), keys.index(key))
ValueError: invalid literal for int() with base 10: 'From: foo    *** EOOH ***  From: foo    0      1,,  From: foo    *** EOOH ***  From: foo    1      1,,  From: foo    *** EOOH ***  From: foo    2      1,,  From: foo    *** EOOH ***  From: foo    3   '

======================================================================
FAIL: test_dump_message (test.test_mailbox.TestMaildir)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 410, in test_dump_message
    _sample_message.replace('\n', os.linesep))
AssertionError: 'Return-Path: <gkj at gregorykjohnson.com>\nX-Original-To: gkj+person at localhost\nDelivered-To: gkj+person at localhost\nReceived: from localhost (localhost [127.0.0.1])\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nDelivered-To: gkj at sundance.gregorykjohnson.com\nReceived: from localhost [127.0.0.1]\n        by localhost with POP3 (fetchmail-6.2.5)\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nDate: Wed, 13 Jul 2005 17:23:11 -0400\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\nTo: gkj at gregorykjohnson.com\nSubject: Sample message\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\nMime-Version: 1.0\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\nContent-Disposition: inline\nUser-Agent: Mutt/1.5.9i\n\n\n--NMuMz9nt05w80d4+\nContent-Type: text/plain; charset=us-ascii\nContent-Disposition: inline\n\nThis is a sample message.\n\n--\nGregory K. Johnson\n\n--NMuMz9nt05w80d4+\nContent-Type: application/octet-stream\nContent-Disposition: attachment; filename="text.gz"\nContent-Transfer-Encoding: base64\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n3FYlAAAA\n\n--NMuMz9nt05w80d4+--\n' != 'Return-Path: <gkj at gregorykjohnson.com>\r\nX-Original-To: gkj+person at localhost\r\nDelivered-To: gkj+person at localhost\r\nReceived: from localhost (localhost [127.0.0.1])\r\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\r\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nDelivered-To: gkj at sundance.gregorykjohnson.com\r\nReceived: from localhost [127.0.0.1]\r\n        by localhost with POP3 (fetchmail-6.2.5)\r\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\r\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\r\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\r\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nDate: Wed, 13 Jul 2005 17:23:11 -0400\r\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\r\nTo: gkj at gregorykjohnson.com\r\nSubject: Sample message\r\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\r\nMime-Version: 1.0\r\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\r\nContent-Disposition: inline\r\nUser-Agent: Mutt/1.5.9i\r\n\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: text/plain; charset=us-ascii\r\nContent-Disposition: inline\r\n\r\nThis is a sample message.\r\n\r\n--\r\nGregory K. Johnson\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: application/octet-stream\r\nContent-Disposition: attachment; filename="text.gz"\r\nContent-Transfer-Encoding: base64\r\n\r\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\r\n3FYlAAAA\r\n\r\n--NMuMz9nt05w80d4+--\r\n'

======================================================================
FAIL: test_add (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 77, in test_add
    self.assertEqual(self._box.get_string(keys[0]), self._template % 0)
AssertionError: '\nFrom: foo\n\n0' != 'From: foo\n\n0'

======================================================================
FAIL: test_add_from_string (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 708, in test_add_from_string
    self.assertEqual(self._box[key].get_from(), 'foo at bar blah')
AssertionError: 'foo at bar blah\n' != 'foo at bar blah'

======================================================================
FAIL: test_close (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 387, in test_close
    self._test_flush_or_close(self._box.close)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 400, in _test_flush_or_close
    self.assert_(self._box.get_string(key) in contents)
AssertionError: None

======================================================================
FAIL: test_delitem (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 87, in test_delitem
    self._test_remove_or_delitem(self._box.__delitem__)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 99, in _test_remove_or_delitem
    self.assertEqual(self._box.get_string(key1), self._template % 1)
AssertionError: '\nFrom: foo\n\n1' != 'From: foo\n\n1'

======================================================================
FAIL: test_dump_message (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 410, in test_dump_message
    _sample_message.replace('\n', os.linesep))
AssertionError: 'Return-Path: <gkj at gregorykjohnson.com>\nX-Original-To: gkj+person at localhost\nDelivered-To: gkj+person at localhost\nReceived: from localhost (localhost [127.0.0.1])\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nDelivered-To: gkj at sundance.gregorykjohnson.com\nReceived: from localhost [127.0.0.1]\n        by localhost with POP3 (fetchmail-6.2.5)\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nDate: Wed, 13 Jul 2005 17:23:11 -0400\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\nTo: gkj at gregorykjohnson.com\nSubject: Sample message\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\nMime-Version: 1.0\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\nContent-Disposition: inline\nUser-Agent: Mutt/1.5.9i\n\n\n--NMuMz9nt05w80d4+\nContent-Type: text/plain; charset=us-ascii\nContent-Disposition: inline\n\nThis is a sample message.\n\n--\nGregory K. Johnson\n\n--NMuMz9nt05w80d4+\nContent-Type: application/octet-stream\nContent-Disposition: attachment; filename="text.gz"\nContent-Transfer-Encoding: base64\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n3FYlAAAA\n\n--NMuMz9nt05w80d4+--\n' != 'Return-Path: <gkj at gregorykjohnson.com>\r\nX-Original-To: gkj+person at localhost\r\nDelivered-To: gkj+person at localhost\r\nReceived: from localhost (localhost [127.0.0.1])\r\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\r\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nDelivered-To: gkj at sundance.gregorykjohnson.com\r\nReceived: from localhost [127.0.0.1]\r\n        by localhost with POP3 (fetchmail-6.2.5)\r\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\r\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\r\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\r\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nDate: Wed, 13 Jul 2005 17:23:11 -0400\r\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\r\nTo: gkj at gregorykjohnson.com\r\nSubject: Sample message\r\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\r\nMime-Version: 1.0\r\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\r\nContent-Disposition: inline\r\nUser-Agent: Mutt/1.5.9i\r\n\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: text/plain; charset=us-ascii\r\nContent-Disposition: inline\r\n\r\nThis is a sample message.\r\n\r\n--\r\nGregory K. Johnson\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: application/octet-stream\r\nContent-Disposition: attachment; filename="text.gz"\r\nContent-Transfer-Encoding: base64\r\n\r\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\r\n3FYlAAAA\r\n\r\n--NMuMz9nt05w80d4+--\r\n'

======================================================================
FAIL: test_flush (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 375, in test_flush
    self._test_flush_or_close(self._box.flush)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 400, in _test_flush_or_close
    self.assert_(self._box.get_string(key) in contents)
AssertionError: None

======================================================================
FAIL: test_get (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 129, in test_get
    self.assertEqual(msg['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_get_file (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 172, in test_get_file
    self._template % 0)
AssertionError: '\nFrom: foo\n\n0' != 'From: foo\n\n0'

======================================================================
FAIL: test_get_message (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 156, in test_get_message
    self.assertEqual(msg0['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_get_string (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 164, in test_get_string
    self.assertEqual(self._box.get_string(key0), self._template % 0)
AssertionError: '\nFrom: foo\n\n0' != 'From: foo\n\n0'

======================================================================
FAIL: test_getitem (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 144, in test_getitem
    self.assertEqual(msg['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_items (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 205, in test_items
    self._check_iteration(self._box.items, do_keys=True, do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_iter (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 192, in test_iter
    do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_iteritems (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 201, in test_iteritems
    do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_itervalues (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 187, in test_itervalues
    do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_open_close_open (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 727, in test_open_close_open
    self.assert_(self._box.get_string(key) in values)
AssertionError: None

======================================================================
FAIL: test_pop (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 311, in test_pop
    self.assertEqual(self._box.pop(key0).get_payload(), '0')
AssertionError: 'From: foo\n\n0' != '0'

======================================================================
FAIL: test_remove (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 83, in test_remove
    self._test_remove_or_delitem(self._box.remove)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 99, in _test_remove_or_delitem
    self.assertEqual(self._box.get_string(key1), self._template % 1)
AssertionError: '\nFrom: foo\n\n1' != 'From: foo\n\n1'

======================================================================
FAIL: test_set_item (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 270, in test_set_item
    self._template % 'original 0')
AssertionError: '\nFrom: foo\n\noriginal 0' != 'From: foo\n\noriginal 0'

======================================================================
FAIL: test_update (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 348, in test_update
    self._template % 'changed 0')
AssertionError: '\nFrom: foo\n\nchanged 0' != 'From: foo\n\nchanged 0'

======================================================================
FAIL: test_values (test.test_mailbox.TestMbox)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 196, in test_values
    self._check_iteration(self._box.values, do_keys=False, do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_add (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 77, in test_add
    self.assertEqual(self._box.get_string(keys[0]), self._template % 0)
AssertionError: '\nFrom: foo\n\n0' != 'From: foo\n\n0'

======================================================================
FAIL: test_add_from_string (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 708, in test_add_from_string
    self.assertEqual(self._box[key].get_from(), 'foo at bar blah')
AssertionError: 'foo at bar blah\n' != 'foo at bar blah'

======================================================================
FAIL: test_close (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 387, in test_close
    self._test_flush_or_close(self._box.close)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 398, in _test_flush_or_close
    self.assertEqual(len(keys), 3)
AssertionError: 0 != 3

======================================================================
FAIL: test_delitem (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 87, in test_delitem
    self._test_remove_or_delitem(self._box.__delitem__)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 99, in _test_remove_or_delitem
    self.assertEqual(self._box.get_string(key1), self._template % 1)
AssertionError: '\nFrom: foo\n\n1' != 'From: foo\n\n1'

======================================================================
FAIL: test_dump_message (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 410, in test_dump_message
    _sample_message.replace('\n', os.linesep))
AssertionError: 'Return-Path: <gkj at gregorykjohnson.com>\nX-Original-To: gkj+person at localhost\nDelivered-To: gkj+person at localhost\nReceived: from localhost (localhost [127.0.0.1])\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nDelivered-To: gkj at sundance.gregorykjohnson.com\nReceived: from localhost [127.0.0.1]\n        by localhost with POP3 (fetchmail-6.2.5)\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nDate: Wed, 13 Jul 2005 17:23:11 -0400\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\nTo: gkj at gregorykjohnson.com\nSubject: Sample message\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\nMime-Version: 1.0\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\nContent-Disposition: inline\nUser-Agent: Mutt/1.5.9i\n\n\n--NMuMz9nt05w80d4+\nContent-Type: text/plain; charset=us-ascii\nContent-Disposition: inline\n\nThis is a sample message.\n\n--\nGregory K. Johnson\n\n--NMuMz9nt05w80d4+\nContent-Type: application/octet-stream\nContent-Disposition: attachment; filename="text.gz"\nContent-Transfer-Encoding: base64\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n3FYlAAAA\n\n--NMuMz9nt05w80d4+--\n' != 'Return-Path: <gkj at gregorykjohnson.com>\r\nX-Original-To: gkj+person at localhost\r\nDelivered-To: gkj+person at localhost\r\nReceived: from localhost (localhost [127.0.0.1])\r\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\r\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nDelivered-To: gkj at sundance.gregorykjohnson.com\r\nReceived: from localhost [127.0.0.1]\r\n        by localhost with POP3 (fetchmail-6.2.5)\r\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\r\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\r\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\r\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nDate: Wed, 13 Jul 2005 17:23:11 -0400\r\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\r\nTo: gkj at gregorykjohnson.com\r\nSubject: Sample message\r\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\r\nMime-Version: 1.0\r\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\r\nContent-Disposition: inline\r\nUser-Agent: Mutt/1.5.9i\r\n\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: text/plain; charset=us-ascii\r\nContent-Disposition: inline\r\n\r\nThis is a sample message.\r\n\r\n--\r\nGregory K. Johnson\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: application/octet-stream\r\nContent-Disposition: attachment; filename="text.gz"\r\nContent-Transfer-Encoding: base64\r\n\r\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\r\n3FYlAAAA\r\n\r\n--NMuMz9nt05w80d4+--\r\n'

======================================================================
FAIL: test_flush (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 375, in test_flush
    self._test_flush_or_close(self._box.flush)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 398, in _test_flush_or_close
    self.assertEqual(len(keys), 3)
AssertionError: 0 != 3

======================================================================
FAIL: test_get (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 129, in test_get
    self.assertEqual(msg['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_get_file (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 172, in test_get_file
    self._template % 0)
AssertionError: '\nFrom: foo\n\n0' != 'From: foo\n\n0'

======================================================================
FAIL: test_get_message (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 156, in test_get_message
    self.assertEqual(msg0['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_get_string (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 164, in test_get_string
    self.assertEqual(self._box.get_string(key0), self._template % 0)
AssertionError: '\nFrom: foo\n\n0' != 'From: foo\n\n0'

======================================================================
FAIL: test_getitem (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 144, in test_getitem
    self.assertEqual(msg['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_items (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 205, in test_items
    self._check_iteration(self._box.items, do_keys=True, do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_iter (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 192, in test_iter
    do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_iteritems (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 201, in test_iteritems
    do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_itervalues (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 187, in test_itervalues
    do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_open_close_open (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 725, in test_open_close_open
    self.assertEqual(len(self._box), 3)
AssertionError: 0 != 3

======================================================================
FAIL: test_pop (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 311, in test_pop
    self.assertEqual(self._box.pop(key0).get_payload(), '0')
AssertionError: 'From: foo\n\n0' != '0'

======================================================================
FAIL: test_remove (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 83, in test_remove
    self._test_remove_or_delitem(self._box.remove)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 99, in _test_remove_or_delitem
    self.assertEqual(self._box.get_string(key1), self._template % 1)
AssertionError: '\nFrom: foo\n\n1' != 'From: foo\n\n1'

======================================================================
FAIL: test_set_item (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 270, in test_set_item
    self._template % 'original 0')
AssertionError: '\nFrom: foo\n\noriginal 0' != 'From: foo\n\noriginal 0'

======================================================================
FAIL: test_update (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 348, in test_update
    self._template % 'changed 0')
AssertionError: '\nFrom: foo\n\nchanged 0' != 'From: foo\n\nchanged 0'

======================================================================
FAIL: test_values (test.test_mailbox.TestMMDF)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 196, in test_values
    self._check_iteration(self._box.values, do_keys=False, do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_dump_message (test.test_mailbox.TestMH)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 410, in test_dump_message
    _sample_message.replace('\n', os.linesep))
AssertionError: 'Return-Path: <gkj at gregorykjohnson.com>\nX-Original-To: gkj+person at localhost\nDelivered-To: gkj+person at localhost\nReceived: from localhost (localhost [127.0.0.1])\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nDelivered-To: gkj at sundance.gregorykjohnson.com\nReceived: from localhost [127.0.0.1]\n        by localhost with POP3 (fetchmail-6.2.5)\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nDate: Wed, 13 Jul 2005 17:23:11 -0400\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\nTo: gkj at gregorykjohnson.com\nSubject: Sample message\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\nMime-Version: 1.0\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\nContent-Disposition: inline\nUser-Agent: Mutt/1.5.9i\n\n\n--NMuMz9nt05w80d4+\nContent-Type: text/plain; charset=us-ascii\nContent-Disposition: inline\n\nThis is a sample message.\n\n--\nGregory K. Johnson\n\n--NMuMz9nt05w80d4+\nContent-Type: application/octet-stream\nContent-Disposition: attachment; filename="text.gz"\nContent-Transfer-Encoding: base64\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n3FYlAAAA\n\n--NMuMz9nt05w80d4+--\n' != 'Return-Path: <gkj at gregorykjohnson.com>\r\nX-Original-To: gkj+person at localhost\r\nDelivered-To: gkj+person at localhost\r\nReceived: from localhost (localhost [127.0.0.1])\r\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\r\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nDelivered-To: gkj at sundance.gregorykjohnson.com\r\nReceived: from localhost [127.0.0.1]\r\n        by localhost with POP3 (fetchmail-6.2.5)\r\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\r\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\r\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\r\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nDate: Wed, 13 Jul 2005 17:23:11 -0400\r\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\r\nTo: gkj at gregorykjohnson.com\r\nSubject: Sample message\r\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\r\nMime-Version: 1.0\r\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\r\nContent-Disposition: inline\r\nUser-Agent: Mutt/1.5.9i\r\n\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: text/plain; charset=us-ascii\r\nContent-Disposition: inline\r\n\r\nThis is a sample message.\r\n\r\n--\r\nGregory K. Johnson\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: application/octet-stream\r\nContent-Disposition: attachment; filename="text.gz"\r\nContent-Transfer-Encoding: base64\r\n\r\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\r\n3FYlAAAA\r\n\r\n--NMuMz9nt05w80d4+--\r\n'

======================================================================
FAIL: test_add (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 77, in test_add
    self.assertEqual(self._box.get_string(keys[0]), self._template % 0)
AssertionError: '\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n0\n\n\x1f\x0c\n\n1,,\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n*** EOOH ***\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: text/plain; charset=us-ascii\n\nContent-Disposition: inline\n\n\n\nThis is a sample message.\n\n\n\n--\n\nGregory K. Johnson\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: application/octet-stream\n\nContent-Disposition: attachment; filename="text.gz"\n\nContent-Transfer-Encoding: base64\n\n\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n\n3FYlAAAA\n\n\n\n--NMuMz9nt05w80d4+--\n\n\n\n\x1f\x0c\n\n1,,\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n*** EOOH ***\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: text/plain; charset=us-ascii\n\nContent-Disposition: inline\n\n\n\nThis is a sample message.\n\n\n\n--\n\nGregory K. Johnson\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: application/octet-stream\n\nContent-Disposition: attachment; filename="text.gz"\n\nContent-Transfer-Encoding: base64\n\n\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n\n3FYlAAAA\n\n\n\n--NMuMz9nt05w80d4+--\n\n\n\n\x1f\x0c\n\n1,,\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n*** EOOH ***\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n*** EOOH ***\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: text/plain; charset=us-ascii\n\nContent-Disposition: inline\n\n\n\nThis is a sample message.\n\n\n\n--\n\nGregory K. Johnson\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: application/octet-stream\n\nContent-Disposition: attachment; filename="text.gz"\n\nContent-Transfer-Encoding: base64\n\n\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n\n3FYlAAAA\n\n\n\n--NMuMz9nt05w80d4+--\n\n\n\n\x1f\x0c\n\n1,,\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n*** EOOH ***\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: text/plain; charset=us-ascii\n\nContent-Disposition: inline\n\n\n\nThis is a sample message.\n\n\n\n--\n\nGregory K. Johnson\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: application/octet-stream\n\nContent-Disposition: attachment; filename="text.gz"\n\nContent-Transfer-Encoding: base64\n\n\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n\n3FYlAAAA\n\n\n\n--NMuMz9nt05w80d4+--\n\n\n\n\x1f' != 'From: foo\n\n0'

======================================================================
FAIL: test_close (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 387, in test_close
    self._test_flush_or_close(self._box.close)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 398, in _test_flush_or_close
    self.assertEqual(len(keys), 3)
AssertionError: 0 != 3

======================================================================
FAIL: test_delitem (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 87, in test_delitem
    self._test_remove_or_delitem(self._box.__delitem__)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 99, in _test_remove_or_delitem
    self.assertEqual(self._box.get_string(key1), self._template % 1)
AssertionError: '\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n1\n\n\x1f' != 'From: foo\n\n1'

======================================================================
FAIL: test_dump_message (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 410, in test_dump_message
    _sample_message.replace('\n', os.linesep))
AssertionError: 'Return-Path: <gkj at gregorykjohnson.com>\nX-Original-To: gkj+person at localhost\nDelivered-To: gkj+person at localhost\nReceived: from localhost (localhost [127.0.0.1])\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nDelivered-To: gkj at sundance.gregorykjohnson.com\nReceived: from localhost [127.0.0.1]\n        by localhost with POP3 (fetchmail-6.2.5)\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\nDate: Wed, 13 Jul 2005 17:23:11 -0400\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\nTo: gkj at gregorykjohnson.com\nSubject: Sample message\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\nMime-Version: 1.0\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\nContent-Disposition: inline\nUser-Agent: Mutt/1.5.9i\n\n\n--NMuMz9nt05w80d4+\nContent-Type: text/plain; charset=us-ascii\nContent-Disposition: inline\n\nThis is a sample message.\n\n--\nGregory K. Johnson\n\n--NMuMz9nt05w80d4+\nContent-Type: application/octet-stream\nContent-Disposition: attachment; filename="text.gz"\nContent-Transfer-Encoding: base64\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n3FYlAAAA\n\n--NMuMz9nt05w80d4+--\n' != 'Return-Path: <gkj at gregorykjohnson.com>\r\nX-Original-To: gkj+person at localhost\r\nDelivered-To: gkj+person at localhost\r\nReceived: from localhost (localhost [127.0.0.1])\r\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\r\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nDelivered-To: gkj at sundance.gregorykjohnson.com\r\nReceived: from localhost [127.0.0.1]\r\n        by localhost with POP3 (fetchmail-6.2.5)\r\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\r\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\r\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\r\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\r\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\r\nDate: Wed, 13 Jul 2005 17:23:11 -0400\r\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\r\nTo: gkj at gregorykjohnson.com\r\nSubject: Sample message\r\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\r\nMime-Version: 1.0\r\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\r\nContent-Disposition: inline\r\nUser-Agent: Mutt/1.5.9i\r\n\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: text/plain; charset=us-ascii\r\nContent-Disposition: inline\r\n\r\nThis is a sample message.\r\n\r\n--\r\nGregory K. Johnson\r\n\r\n--NMuMz9nt05w80d4+\r\nContent-Type: application/octet-stream\r\nContent-Disposition: attachment; filename="text.gz"\r\nContent-Transfer-Encoding: base64\r\n\r\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\r\n3FYlAAAA\r\n\r\n--NMuMz9nt05w80d4+--\r\n'

======================================================================
FAIL: test_flush (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 375, in test_flush
    self._test_flush_or_close(self._box.flush)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 398, in _test_flush_or_close
    self.assertEqual(len(keys), 3)
AssertionError: 0 != 3

======================================================================
FAIL: test_get (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 129, in test_get
    self.assertEqual(msg['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_get_file (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 172, in test_get_file
    self._template % 0)
AssertionError: '\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n0\n\n\x1f\x0c\n\n1,,\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n*** EOOH ***\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: text/plain; charset=us-ascii\n\nContent-Disposition: inline\n\n\n\nThis is a sample message.\n\n\n\n--\n\nGregory K. Johnson\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: application/octet-stream\n\nContent-Disposition: attachment; filename="text.gz"\n\nContent-Transfer-Encoding: base64\n\n\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n\n3FYlAAAA\n\n\n\n--NMuMz9nt05w80d4+--\n\n\n\n\x1f' != 'From: foo\n\n0'

======================================================================
FAIL: test_get_message (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 156, in test_get_message
    self.assertEqual(msg0['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_get_string (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 164, in test_get_string
    self.assertEqual(self._box.get_string(key0), self._template % 0)
AssertionError: '\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n0\n\n\x1f\x0c\n\n1,,\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n*** EOOH ***\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: text/plain; charset=us-ascii\n\nContent-Disposition: inline\n\n\n\nThis is a sample message.\n\n\n\n--\n\nGregory K. Johnson\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: application/octet-stream\n\nContent-Disposition: attachment; filename="text.gz"\n\nContent-Transfer-Encoding: base64\n\n\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n\n3FYlAAAA\n\n\n\n--NMuMz9nt05w80d4+--\n\n\n\n\x1f' != 'From: foo\n\n0'

======================================================================
FAIL: test_getitem (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 144, in test_getitem
    self.assertEqual(msg['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_items (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 205, in test_items
    self._check_iteration(self._box.items, do_keys=True, do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_iter (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 192, in test_iter
    do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_iteritems (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 201, in test_iteritems
    do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_itervalues (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 187, in test_itervalues
    do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
FAIL: test_pop (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 311, in test_pop
    self.assertEqual(self._box.pop(key0).get_payload(), '0')
AssertionError: 'From: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n0\n\n\x1f\x0c\n\n1,,\n\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n1\n\n\x1f' != '0'

======================================================================
FAIL: test_remove (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 83, in test_remove
    self._test_remove_or_delitem(self._box.remove)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 99, in _test_remove_or_delitem
    self.assertEqual(self._box.get_string(key1), self._template % 1)
AssertionError: '\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\n1\n\n\x1f' != 'From: foo\n\n1'

======================================================================
FAIL: test_set_item (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 270, in test_set_item
    self._template % 'original 0')
AssertionError: '\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\noriginal 0\n\n\x1f' != 'From: foo\n\noriginal 0'

======================================================================
FAIL: test_update (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 348, in test_update
    self._template % 'changed 0')
AssertionError: '\nFrom: foo\n\n\n\n*** EOOH ***\n\nFrom: foo\n\n\n\nchanged 0\n\n\x1f\x0c\n\n1,,\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n*** EOOH ***\n\nReturn-Path: <gkj at gregorykjohnson.com>\n\nX-Original-To: gkj+person at localhost\n\nDelivered-To: gkj+person at localhost\n\nReceived: from localhost (localhost [127.0.0.1])\n\n        by andy.gregorykjohnson.com (Postfix) with ESMTP id 356ED9DD17\n\n        for <gkj+person at localhost>; Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nDelivered-To: gkj at sundance.gregorykjohnson.com\n\nReceived: from localhost [127.0.0.1]\n\n        by localhost with POP3 (fetchmail-6.2.5)\n\n        for gkj+person at localhost (single-drop); Wed, 13 Jul 2005 17:23:16 -0400 (EDT)\n\nReceived: from andy.gregorykjohnson.com (andy.gregorykjohnson.com [64.32.235.228])\n\n        by sundance.gregorykjohnson.com (Postfix) with ESMTP id 5B056316746\n\n        for <gkj at gregorykjohnson.com>; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nReceived: by andy.gregorykjohnson.com (Postfix, from userid 1000)\n\n        id 490CD9DD17; Wed, 13 Jul 2005 17:23:11 -0400 (EDT)\n\nDate: Wed, 13 Jul 2005 17:23:11 -0400\n\nFrom: "Gregory K. Johnson" <gkj at gregorykjohnson.com>\n\nTo: gkj at gregorykjohnson.com\n\nSubject: Sample message\n\nMessage-ID: <20050713212311.GC4701 at andy.gregorykjohnson.com>\n\nMime-Version: 1.0\n\nContent-Type: multipart/mixed; boundary="NMuMz9nt05w80d4+"\n\nContent-Disposition: inline\n\nUser-Agent: Mutt/1.5.9i\n\n\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: text/plain; charset=us-ascii\n\nContent-Disposition: inline\n\n\n\nThis is a sample message.\n\n\n\n--\n\nGregory K. Johnson\n\n\n\n--NMuMz9nt05w80d4+\n\nContent-Type: application/octet-stream\n\nContent-Disposition: attachment; filename="text.gz"\n\nContent-Transfer-Encoding: base64\n\n\n\nH4sICM2D1UIAA3RleHQAC8nILFYAokSFktSKEoW0zJxUPa7wzJIMhZLyfIWczLzUYj0uAHTs\n\n3FYlAAAA\n\n\n\n--NMuMz9nt05w80d4+--\n\n\n\n\x1f' != 'From: foo\n\nchanged 0'

======================================================================
FAIL: test_values (test.test_mailbox.TestBabyl)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 196, in test_values
    self._check_iteration(self._box.values, do_keys=False, do_values=True)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_mailbox.py", line 229, in _check_iteration
    self.assertEqual(value['from'], 'foo')
AssertionError: None != 'foo'

======================================================================
ERROR: test_case_1 (test.test_netrc.NetrcTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_netrc.py", line 36, in test_case_1
    nrc = netrc.netrc(temp_filename)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\netrc.py", line 32, in __init__
    self._parse(file, fp)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\netrc.py", line 59, in _parse
    "bad toplevel token %r" % tt, file, lexer.lineno)
netrc.NetrcParseError: bad toplevel token 'line1' (@test, line 9)

======================================================================
ERROR: test_failures (test.test_pep277.UnicodeFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_pep277.py", line 64, in test_failures
    self._apply_failure(open, name, IOError)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_pep277.py", line 58, in _apply_failure
    details.filename))
test.test_support.TestFailed: Function 'OpenWrapper('not_ at test\\abc') failed with bad filename in the exception: None

======================================================================
FAIL: test_close_fds (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_subprocess.py", line 624, in test_close_fds
    self.assertEqual(rc, 47)
AssertionError: 3 != 47

======================================================================
ERROR: test_extremes (test.test_winsound.BeepTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_winsound.py", line 18, in test_extremes
    winsound.Beep(37, 75)
RuntimeError: Failed to beep

======================================================================
ERROR: test_increasingfrequency (test.test_winsound.BeepTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_winsound.py", line 23, in test_increasingfrequency
    winsound.Beep(i, 75)
RuntimeError: Failed to beep

======================================================================
ERROR: test_alias_asterisk (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_winsound.py", line 64, in test_alias_asterisk
    winsound.PlaySound('SystemAsterisk', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
ERROR: test_alias_exclamation (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_winsound.py", line 74, in test_alias_exclamation
    winsound.PlaySound('SystemExclamation', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
ERROR: test_alias_exit (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_winsound.py", line 84, in test_alias_exit
    winsound.PlaySound('SystemExit', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
ERROR: test_alias_hand (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_winsound.py", line 94, in test_alias_hand
    winsound.PlaySound('SystemHand', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
ERROR: test_alias_question (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_winsound.py", line 104, in test_alias_question
    winsound.PlaySound('SystemQuestion', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list