[Python-checkins] buildbot failure in x86 FreeBSD 3.0

buildbot at python.org buildbot at python.org
Sat Feb 9 12:16:27 CET 2008


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

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

Buildslave for this Build: bolen-freebsd

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: raymond.hettinger

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_asynchat test_bsddb3 test_profile test_smtplib

======================================================================
FAIL: test_close_when_done (test.test_asynchat.TestAsynchat)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/test/test_asynchat.py", line 217, in test_close_when_done
    self.assertTrue(len(s.buffer) > 0)
AssertionError: None

======================================================================
FAIL: test_close_when_done (test.test_asynchat.TestAsynchat_WithPoll)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/test/test_asynchat.py", line 217, in test_close_when_done
    self.assertTrue(len(s.buffer) > 0)
AssertionError: None

======================================================================
FAIL: test03_repr_closed_db (bsddb.test.test_misc.MiscTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/bsddb/test/test_misc.py", line 47, in test03_repr_closed_db
    self.assertEquals(rp, "{}")
AssertionError: '<bsddb._DBWithCursor object at 0xb5365ac>' != '{}'

======================================================================
FAIL: test_cprofile (test.test_profile.ProfileTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.0.bolen-freebsd/build/Lib/test/test_profile.py", line 37, in test_cprofile
    self.assertEqual(results[0], 43000)
AssertionError: 44000 != 43000

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list