Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Checkins

buildbot failure in x86 osx.5 3.0

 

 

First page Previous page 1 2 3 Next page Last page  View All Python checkins RSS feed   Index | Next | Previous | View Threaded


buildbot at python

Jul 14, 2008, 4:08 AM

Post #1 of 53 (1113 views)
Permalink
buildbot failure in x86 osx.5 3.0

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: robert.schuppenies

BUILD FAILED: failed test

Excerpt from the test logfile:

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Jul 17, 2008, 12:03 PM

Post #2 of 53 (1072 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: bill.janssen,georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
3 tests failed:
test_calendar test_email test_mailbox

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Jul 17, 2008, 7:50 PM

Post #3 of 53 (1067 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/multiprocessing/managers.py", line 720, in _callmethod
conn = self._tls.connection
AttributeError: 'ForkAwareLocal' object has no attribute 'connection'

Traceback (most recent call last):
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/multiprocessing/process.py", line 232, in _bootstrap
self.run()
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/multiprocessing/process.py", line 88, in run
self._target(*self._args, **self._kwargs)
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/test/test_multiprocessing.py", line 601, in f
cond.acquire()
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/multiprocessing/managers.py", line 949, in acquire
return self._callmethod('acquire', (blocking,))
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/multiprocessing/managers.py", line 724, in _callmethod
self._connect()
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/multiprocessing/managers.py", line 711, in _connect
conn = self._Client(self._token.address, authkey=self._authkey)
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/multiprocessing/connection.py", line 133, in Client
c = SocketClient(address)
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/multiprocessing/connection.py", line 254, in SocketClient
s.connect(address)
socket.error: [Errno 61] Connection refused

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Jul 19, 2008, 3:25 AM

Post #4 of 53 (1065 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
3 tests failed:
test_calendar test_mailbox test_urllib2

======================================================================
ERROR: test_badly_named_methods (test.test_urllib2.OpenerDirectorTests)
----------------------------------------------------------------------

Traceback (most recent call last):
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/test/test_urllib2.py", line 408, in test_badly_named_methods
self.assertRaises(URLError, o.open, scheme+"://example.com/")
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/unittest.py", line 311, in failUnlessRaises
callableObj(*args, **kwargs)
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/urllib/request.py", line 356, in open
response = self._open(req, data)
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/urllib/request.py", line 379, in _open
'unknown_open', req)
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/urllib/request.py", line 334, in _call_chain
result = func(*args)
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/urllib/request.py", line 1102, in unknown_open
raise URLError('unknown url type: %s' % type)
urllib.error.URLError: <urlopen error unknown url type: do>

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Jul 22, 2008, 11:41 AM

Post #5 of 53 (1050 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: antoine.pitrou

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
test_email

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Jul 30, 2008, 1:05 AM

Post #6 of 53 (1024 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

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

BUILD FAILED: failed test

Excerpt from the test logfile:
3 tests failed:
test_calendar test_mailbox test_socket

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Jul 31, 2008, 1:49 PM

Post #7 of 53 (1018 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
3 tests failed:
test_calendar test_email test_mailbox

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Jul 31, 2008, 5:54 PM

Post #8 of 53 (1016 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: amaury.forgeotdarc

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
test_calendar test_email

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 1, 2008, 8:35 PM

Post #9 of 53 (1016 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
test_email test_mailbox

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 4, 2008, 3:12 PM

Post #10 of 53 (1009 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: brett.cannon

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
test_mailbox

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 7, 2008, 10:48 PM

Post #11 of 53 (996 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: brett.cannon

BUILD FAILED: failed test

Excerpt from the test logfile:
3 tests failed:
test_calendar test_email test_mailbox

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 12, 2008, 10:32 AM

Post #12 of 53 (970 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: bill.janssen

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
File "./Lib/test/regrtest.py", line 1197, in <module>
main()
File "./Lib/test/regrtest.py", line 400, in main
print(test)
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/io.py", line 1462, in write
self.flush()
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/io.py", line 1427, in flush
self.buffer.flush()
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/io.py", line 1054, in flush
n = self.raw.write(self._write_buf)
IOError: [Errno 9] Bad file descriptor

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 13, 2008, 10:56 PM

Post #13 of 53 (961 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: brett.cannon

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/io.py", line 1692, in read
decoder.decode(self.buffer.read(), final=True))
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/io.py", line 923, in read
chunk = self.raw.read()
IOError: [Errno 9] Bad file descriptor

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/io.py", line 1692, in read
decoder.decode(self.buffer.read(), final=True))
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/io.py", line 923, in read
chunk = self.raw.read()
IOError: [Errno 9] Bad file descriptor

make: *** [buildbottest] Abort trap

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 14, 2008, 5:32 AM

Post #14 of 53 (954 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: hirokazu.yamamoto

BUILD FAILED: failed test

Excerpt from the test logfile:

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 14, 2008, 10:37 AM

Post #15 of 53 (954 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: facundo.batista

BUILD FAILED: failed test

Excerpt from the test logfile:
make: *** [buildbottest] Abort trap

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 14, 2008, 3:51 PM

Post #16 of 53 (948 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: antoine.pitrou

BUILD FAILED: failed compile

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 16, 2008, 10:48 PM

Post #17 of 53 (922 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: brett.cannon

BUILD FAILED: failed test

Excerpt from the test logfile:
3 tests failed:
test_calendar test_email test_mailbox

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 17, 2008, 6:26 AM

Post #18 of 53 (913 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: hirokazu.yamamoto

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
test_calendar test_email

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 17, 2008, 1:46 PM

Post #19 of 53 (909 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
make: *** [buildbottest] Bus error

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 18, 2008, 9:34 AM

Post #20 of 53 (903 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
test_email

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 18, 2008, 10:40 AM

Post #21 of 53 (902 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: eric.smith

BUILD FAILED: failed test

Excerpt from the test logfile:
make: *** [buildbottest] Bus error

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 19, 2008, 7:38 AM

Post #22 of 53 (889 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
test_calendar test_mailbox

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 19, 2008, 1:57 PM

Post #23 of 53 (882 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

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

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
test_mailbox

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 19, 2008, 3:04 PM

Post #24 of 53 (880 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: amaury.forgeotdarc

BUILD FAILED: failed test

Excerpt from the test logfile:
3 tests failed:
test_calendar test_mailbox test_multiprocessing

======================================================================
ERROR: test_dict (test.test_multiprocessing.WithManagerTestContainers)
----------------------------------------------------------------------

Traceback (most recent call last):
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/test/test_multiprocessing.py", line 932, in test_dict
self.assertEqual(sorted(d.keys()), indices)
File "<string>", line 2, in keys
File "/Users/buildbot/buildarea/3.0.heller-x86-osx5/build/Lib/multiprocessing/managers.py", line 738, in _callmethod
raise convert_to_error(kind, result)
multiprocessing.managers.RemoteError:

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins


buildbot at python

Aug 20, 2008, 7:08 AM

Post #25 of 53 (862 views)
Permalink
buildbot failure in x86 osx.5 3.0 [In reply to]

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

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

Buildslave for this Build: heller-x86-osx5

Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: hirokazu.yamamoto

BUILD FAILED: failed test

Excerpt from the test logfile:
3 tests failed:
test_calendar test_email test_mailbox

make: *** [buildbottest] Error 1

sincerely,
-The Buildbot

_______________________________________________
Python-checkins mailing list
Python-checkins[at]python.org
http://mail.python.org/mailman/listinfo/python-checkins

First page Previous page 1 2 3 Next page Last page  View All Python checkins RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.